Skip to content

Commit

Permalink
Test action build deb and rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Dec 4, 2024
1 parent 1c2501b commit 92a7a3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'release/**'
- 'hotfix/**'
- 'develop'
#- 'feature/build-action'
- 'feature/build-action'
paths:
- 'install/common/**'
- 'install/deb/**'
Expand Down
2 changes: 1 addition & 1 deletion install/deb/debian/po/POTFILES.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# List of source files containing translatable strings.
## List of source files containing translatable strings.

[type: gettext/rfc822deb] {{product}}.templates
2 changes: 1 addition & 1 deletion install/deb/debian/source/lintian-overrides
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ignoring node_modules errors due to lack of ability to influence them
embedded-javascript-library var/www/{{product}}/*/node_modules/*
# Ignoring node_modules errors due to lack of ability to influence them
executable-not-elf-or-script var/www/{{product}}/*/node_modules/*
#executable-not-elf-or-script var/www/{{product}}/*/node_modules/*
# Ignoring node_modules errors due to lack of ability to influence them
privacy-breach-generic var/www/{{product}}/*/node_modules/*
# Ignoring node_modules errors due to lack of ability to influence them
Expand Down
2 changes: 1 addition & 1 deletion install/rpm/SPECS/SOURCES/product.rpmlintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ignoring node_modules errors due to lack of ability to influence them
## Ignoring node_modules errors due to lack of ability to influence them
addFilter(r'node_modules')

# Packages use a non-standard user and group for our project directories, but the user and group are created in %pre common
Expand Down

0 comments on commit 92a7a3f

Please sign in to comment.