Merge lp:~ter0/elementaryos/wait-for-input-sourceforge into lp:elementaryos

Proposed by Chris Johns
Status: Merged
Merged at revision: 88
Proposed branch: lp:~ter0/elementaryos/wait-for-input-sourceforge
Merge into: lp:elementaryos
Diff against target: 12 lines (+2/-0)
1 file modified
bin/sourceforge.sh (+2/-0)
To merge this branch: bzr merge lp:~ter0/elementaryos/wait-for-input-sourceforge
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+161985@code.launchpad.net

Description of the change

Wait for user input before attempting to upload to sourceforge.

To post a comment you must log in.
Revision history for this message
Chris Johns (ter0) wrote :

The SourceForge upload times out after a few minutes, and builds can take a long time, so if you happen to miss the build finishing up, can be a bit of a hassle.

Revision history for this message
Cody Garver (codygarver) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/sourceforge.sh'
2--- bin/sourceforge.sh 2013-03-13 16:39:59 +0000
3+++ bin/sourceforge.sh 2013-05-01 23:18:27 +0000
4@@ -9,6 +9,8 @@
5 mv binary.hybrid.iso elementaryos-unstable-$SFARCH.`date +%Y%m%d`.iso
6 ../../../bin/zsync.sh elementaryos-unstable-$SFARCH.`date +%Y%m%d`.iso
7
8+read -p "Press [Enter] to continue."
9+
10 scp elementaryos-unstable-$SFARCH.`date +%Y%m%d`.iso elementaryos-unstable-$SFARCH.`date +%Y%m%d`.iso.zsync $SOURCEFORGE@frs.sourceforge.net:/home/frs/project/elementaryos/unstable/
11
12 cd ../../..

Subscribers

People subscribed via source and target branches

to status/vote changes: