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

Proposed by Colin Watson
Status: Merged
Merged at revision: 18813
Proposed branch: lp:~cjwatson/launchpad/relocate-publish-copy-archives
Merge into: lp:launchpad
Diff against target: 11 lines (+1/-1)
1 file modified
cronscripts/publishing/cron.publish-copy-archives (+1/-1)
To merge this branch: bzr merge lp:~cjwatson/launchpad/relocate-publish-copy-archives
Reviewer Review Type Date Requested Status
William Grant code Approve
Review via email: mp+357823@code.launchpad.net

Commit message

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

Description of the change

Squashes a cowboyed change on dogfood.

To post a comment you must log in.
Revision history for this message
William Grant (wgrant) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cronscripts/publishing/cron.publish-copy-archives'
2--- cronscripts/publishing/cron.publish-copy-archives 2014-08-05 10:37:07 +0000
3+++ cronscripts/publishing/cron.publish-copy-archives 2018-10-25 14:58:40 +0000
4@@ -33,7 +33,7 @@
5 fi
6
7 # Configuration options.
8-LAUNCHPADROOT=/srv/launchpad.net/production/launchpad
9+LAUNCHPADROOT="$(dirname "$0")/../.."
10 LOCKFILE=/srv/launchpad.net/rebuild-test/cron.daily.lock
11 DISTRONAME=ubuntu
12