aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/gbp-upload
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gbp-upload')
-rwxr-xr-xexamples/gbp-upload4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/gbp-upload b/examples/gbp-upload
index b2204b6d..7f4db5d7 100755
--- a/examples/gbp-upload
+++ b/examples/gbp-upload
@@ -14,7 +14,9 @@ VERSION="$(dpkg-parsechangelog -S Version)"
SOURCE="$(dpkg-parsechangelog -S Source)"
CHANGES="../${SOURCE}_${VERSION}_source.changes"
-less "${CHANGES}"
+less --quit-at-eof "${CHANGES}"
+echo "Hit <RETURN> to upload, <CTRL>-C to quit"
+read -r VAL
gbp tag
debsign -S