Legoktm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/366414 )

Change subject: De-reference symlinks in tarball
......................................................................

De-reference symlinks in tarball

https://www.gnu.org/software/tar/manual/html_node/dereference.html

Bug: T135194
Change-Id: If24d990bee25033d84bc206a223c9b494121dc90
---
M nightly.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/extdist 
refs/changes/14/366414/1

diff --git a/nightly.py b/nightly.py
index caab916..969a2b1 100644
--- a/nightly.py
+++ b/nightly.py
@@ -218,7 +218,7 @@
                 os.unlink(old)
             os.chdir(self.EXT_PATH)
             # Finally, create the new tarball
-            self.shell_exec(['tar', '--exclude', '.git', '-czPf', 
tarball_fname, ext])
+            self.shell_exec(['tar', '--exclude', '.git', '-czhPf', 
tarball_fname, ext])
         logging.debug('Moving new tarballs into dist/')
         tarballs = glob.glob(os.path.join(self.EXT_PATH, '*.tar.gz'))
         for tar in tarballs:

-- 
To view, visit https://gerrit.wikimedia.org/r/366414
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If24d990bee25033d84bc206a223c9b494121dc90
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/extdist
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to