Skip to content

Commit

Permalink
Merge branch 'fix_repo_in_packaging_files' into 'master'
Browse files Browse the repository at this point in the history
should include repos creation

See merge request vitam/vitam-griffins!72
  • Loading branch information
croftophile committed Dec 9, 2019
2 parents 3cad15f + b02ed8e commit 38dac46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions packaging/assembly-rpm-signed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<outputDirectory>rpm_signed/</outputDirectory>
<includes>
<include>**/*.rpm</include>
<include>**/repodata/*.*</include>
</includes>
</fileSet>
</fileSets>
Expand Down
2 changes: 2 additions & 0 deletions packaging/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<outputDirectory>rpm/</outputDirectory>
<includes>
<include>**/*.rpm</include>
<include>**/repodata/*.*</include>
</includes>
</fileSet>
<!-- Add "external" deb -->
Expand All @@ -36,6 +37,7 @@
<outputDirectory>deb/</outputDirectory>
<includes>
<include>**/*.deb</include>
<include>**/Packages.gz</include>
</includes>
</fileSet>
</fileSets>
Expand Down
10 changes: 5 additions & 5 deletions packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<arguments>
<argument>.</argument>
</arguments>
<workingDirectory>${TARGET_DIR}/</workingDirectory>
<workingDirectory>../rpm/target/</workingDirectory>
</configuration>
</execution>

Expand All @@ -92,8 +92,8 @@
<argument>-m</argument>
<argument>.</argument>
</arguments>
<workingDirectory>${TARGET_DIR}/</workingDirectory>
<outputFile>${TARGET_DIR}/Packages</outputFile>
<workingDirectory>../deb/target/</workingDirectory>
<outputFile>../deb/target/Packages</outputFile>
</configuration>
</execution>
<execution>
Expand All @@ -108,8 +108,8 @@
<argument>-9c</argument>
<argument>Packages</argument>
</arguments>
<workingDirectory>${TARGET_DIR}/</workingDirectory>
<outputFile>${TARGET_DIR}/Packages.gz</outputFile>
<workingDirectory>../deb/target/</workingDirectory>
<outputFile>../deb/target/Packages.gz</outputFile>
</configuration>
</execution>
<!-- sign rpm -->
Expand Down

0 comments on commit 38dac46

Please sign in to comment.