BryanDavis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/261374

Change subject: packager: Remove apt lock file from cache
......................................................................

packager: Remove apt lock file from cache

Change-Id: Icf8e73faf556d25f35aaff548eb13f3ef9d399af
---
M support/packager/build.sh
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/74/261374/1

diff --git a/support/packager/build.sh b/support/packager/build.sh
index 2250bbe..fc0304c 100755
--- a/support/packager/build.sh
+++ b/support/packager/build.sh
@@ -46,6 +46,8 @@
     # Populate apt cache from local cache
     rsync -a --delete --include='*.deb' ${MWV}/cache/apt/ ${CONTENTS}/cache/apt
     mkdir -p ${CONTENTS}/cache/apt/partial
+    # Ensure that we don't sneak a lock file into the cache clone
+    rm -f ${CONTENTS}/cache/apt/lock
 
     # Generate installer output (directory and iso)
     cd ${MWV}/support/packager

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf8e73faf556d25f35aaff548eb13f3ef9d399af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to