← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/relocate-publish-copy-archives into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/relocate-publish-copy-archives into lp:launchpad.

Commit message:
Remove code tree path dependency from cron.publish-copy-archives.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/relocate-publish-copy-archives/+merge/357823

Squashes a cowboyed change on dogfood.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/relocate-publish-copy-archives into lp:launchpad.
=== modified file 'cronscripts/publishing/cron.publish-copy-archives'
--- cronscripts/publishing/cron.publish-copy-archives	2014-08-05 10:37:07 +0000
+++ cronscripts/publishing/cron.publish-copy-archives	2018-10-25 14:52:46 +0000
@@ -33,7 +33,7 @@
 fi
 
 # Configuration options.
-LAUNCHPADROOT=/srv/launchpad.net/production/launchpad
+LAUNCHPADROOT="$(dirname "$0")/../.."
 LOCKFILE=/srv/launchpad.net/rebuild-test/cron.daily.lock
 DISTRONAME=ubuntu
 


Follow ups