[xmlsectool] branch main updated: JPAR-220 - Stabilise uid and gid in generated archives

Ian Young ian at iay.org.uk
Wed Jul 12 08:18:17 UTC 2023


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository xmlsectool.

View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=a685de0892c5acb53ea1eb4ba2cef20b397c353b

The following commit(s) were added to refs/heads/main by this push:
     new a685de0  JPAR-220 - Stabilise uid and gid in generated archives
a685de0 is described below

commit a685de0892c5acb53ea1eb4ba2cef20b397c353b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 12 08:17:48 2023 +0000

    JPAR-220 - Stabilise uid and gid in generated archives
    
    https://shibboleth.atlassian.net/browse/JPAR-220
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index e1b60b7..3df14a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,6 +170,8 @@
                     </execution>
                 </executions>
                 <configuration>
+                    <overrideUid>1000</overrideUid>
+                    <overrideGid>1000</overrideGid>
                     <tarLongFileMode>gnu</tarLongFileMode>
                     <ignoreMissingDescriptor>false</ignoreMissingDescriptor>
                     <descriptors>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list