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

Ian Young ian at iay.org.uk
Wed Jul 12 13:09:49 UTC 2023


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

iay pushed a commit to branch maint-3
in repository xmlsectool.

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

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

commit 85562b65bf6631f912be9234290c76df81011ff3
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 5dc7d03..8288f6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,6 +177,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