Merge lp:~vorlon/ubuntu-archive-tools/update-output-helper into lp:~laney/ubuntu-archive-tools/update-output-helper

Proposed by Steve Langasek
Status: Merged
Merged at revision: 1025
Proposed branch: lp:~vorlon/ubuntu-archive-tools/update-output-helper
Merge into: lp:~laney/ubuntu-archive-tools/update-output-helper
Diff against target: 11 lines (+1/-1)
1 file modified
update-output-helper (+1/-1)
To merge this branch: bzr merge lp:~vorlon/ubuntu-archive-tools/update-output-helper
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+363934@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

ah yes, thanks. I'd forgotten about this branch. I made a couple of other improvements too - let me push those.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'update-output-helper'
2--- update-output-helper 2016-06-03 10:31:47 +0000
3+++ update-output-helper 2019-03-04 18:18:10 +0000
4@@ -45,7 +45,7 @@
5 "${APTDIR}/var/cache/apt/archives/partial" \
6 "${APTDIR}/var/lib/apt/lists"
7 [ ! -e "etc/apt/sources.list" ] && \
8- echo "deb file://${APTDIR} ./" > "${APTDIR}/etc/apt/sources.list"
9+ echo "deb [allow-insecure=yes] file://${APTDIR} ./" > "${APTDIR}/etc/apt/sources.list"
10 touch "${APTDIR}/status"
11 }
12

Subscribers

People subscribed via source and target branches

to all changes: