Merge lp:~raphink/ubuntu-maintenance-check/externalsource into lp:ubuntu-maintenance-check

Proposed by Raphaël Pinson
Status: Needs review
Proposed branch: lp:~raphink/ubuntu-maintenance-check/externalsource
Merge into: lp:ubuntu-maintenance-check
Diff against target: 32 lines (+5/-3)
1 file modified
maintenance-check (+5/-3)
To merge this branch: bzr merge lp:~raphink/ubuntu-maintenance-check/externalsource
Reviewer Review Type Date Requested Status
Nick Barcet Pending
Review via email: mp+17765@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

24. By Raphaël Pinson <raphink@rpinson>

Modify -S option to alter all external URLs

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'maintenance-check'
--- maintenance-check 2009-09-17 09:18:19 +0000
+++ maintenance-check 2010-01-20 17:29:16 +0000
@@ -57,7 +57,8 @@
57filter=""57filter=""
58allmaint=""58allmaint=""
59showdate=""59showdate=""
60usource="http://people.ubuntu.com/~ubuntu-archive/germinate-output"60usourcebase="http://people.ubuntu.com/~ubuntu-archive"
61usource="${usourcebase}/germinate-output"
6162
62TEMP=`getopt -o hvdaf:S:D --long help,verbose,download,all,filter:,source:,date, -- "$@"`63TEMP=`getopt -o hvdaf:S:D --long help,verbose,download,all,filter:,source:,date, -- "$@"`
63eval set -- "$TEMP"64eval set -- "$TEMP"
@@ -94,7 +95,8 @@
94 shift95 shift
95 ;;96 ;;
96 -S|--source)97 -S|--source)
97 usource=$298 usourcebase=$2
99 usource="${usourcebase}/germinate-output"
98 shift 2100 shift 2
99 ;;101 ;;
100 -D|--date)102 -D|--date)
@@ -419,7 +421,7 @@
419 release="$1"421 release="$1"
420 shift || true422 shift || true
421423
422 if ! wget -q -O - http://people.ubuntu.com/~ubuntu-archive/architecture-mismatches.txt > /dev/null; then424 if ! wget -q -O - "${usourcebase}/architecture-mismatches.txt" > /dev/null; then
423 echo "You need to have functioning Internet access to run this script."425 echo "You need to have functioning Internet access to run this script."
424 exit 1426 exit 1
425 fi427 fi

Subscribers

People subscribed via source and target branches

to all changes: