Merge lp:~laney/ubuntu-archive-publishing/appstream-internal into lp:ubuntu-archive-publishing

Proposed by Iain Lane
Status: Merged
Merged at revision: 79
Proposed branch: lp:~laney/ubuntu-archive-publishing/appstream-internal
Merge into: lp:ubuntu-archive-publishing
Diff against target: 12 lines (+1/-1)
1 file modified
finalize.d/30-appstream (+1/-1)
To merge this branch: bzr merge lp:~laney/ubuntu-archive-publishing/appstream-internal
Reviewer Review Type Date Requested Status
Colin Watson Approve
Ubuntu Package Archive Administrators Pending
Review via email: mp+288767@code.launchpad.net

Description of the change

Use appstream.internal as that's our new backend service - IS had me split the web server off from the generator for firewall reasons.

Before deploying, please check that rsync is working to appstream.internal from the host(s) that you need.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'finalize.d/30-appstream'
2--- finalize.d/30-appstream 2016-02-03 14:42:57 +0000
3+++ finalize.d/30-appstream 2016-03-11 13:14:20 +0000
4@@ -14,7 +14,7 @@
5 echo "$(date -R): Syncing AppStream metadata..."
6 mkdir -p "$TEMPROOT"
7 rsync -aq --timeout=30 --delete --delete-after \
8- appstream.ubuntu.com::appstream/ "$TEMPROOT/dep11/" || true
9+ appstream.internal::appstream/ "$TEMPROOT/dep11/" || true
10 for dir in "$TEMPROOT/dep11"/*; do
11 [ -d "$dir" ] || continue
12 suite="${dir##*/}"

Subscribers

People subscribed via source and target branches