Skip to content

Commit

Permalink
improve debian packaging
Browse files Browse the repository at this point in the history
include font-awesome/css to fix icons
checkout the 23.0 branch of the datadir
  • Loading branch information
landryb committed Dec 8, 2023
1 parent 2dad0f8 commit d9e8a75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,6 @@
catalog/lib/style/bootstrap/fonts/**,
catalog/lib/style/bootstrap/grunt/**,
catalog/lib/style/bootstrap/test-infra/**,
catalog/lib/style/font-awesome/css/**,
catalog/lib/style/font-awesome/src/**,
catalog/lib/style/font-awesome/scss/**
</packagingExcludes>
Expand Down Expand Up @@ -1399,7 +1398,7 @@
<checkoutDirectory>${project.build.directory}/deb/etc/georchestra</checkoutDirectory>
<connectionUrl>scm:git:https://github.com/georchestra/datadir.git</connectionUrl>
<pushChanges>false</pushChanges>
<scmVersion>22.0</scmVersion>
<scmVersion>23.0</scmVersion>
<scmVersionType>branch</scmVersionType>
</configuration>
<executions>
Expand Down

0 comments on commit d9e8a75

Please sign in to comment.