From a8782b04fdad3cc8fe080afb80eda339a686def9 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 20 Apr 2020 13:38:28 +0200 Subject: [PATCH] silent stuff for upload --- update.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/update.sh b/update.sh index 38aa74f8c..b42696719 100755 --- a/update.sh +++ b/update.sh @@ -45,17 +45,17 @@ if ! grep -q uploaders "$PKGCFG"; then uploader="${uploader:-$DEBFULLNAME <$DEBEMAIL>}" sed -i -e 's/^\(overlay.*\)$/\1\nuploaders = ["'"$uploader"'"]/' "$PKGCFG" echo >&2 "$0: Auto-added $uploader to uploaders in debcargo.toml, based on d/copyright" - if [ "$uploader" != "$DEBFULLNAME <$DEBEMAIL>" ]; then - read >&2 -p "$0: You may also want to add yourself; ctrl-c if you want to do that, or press enter to continue... " x - fi +# if [ "$uploader" != "$DEBFULLNAME <$DEBEMAIL>" ]; then +## read >&2 -p "$0: You may also want to add yourself; ctrl-c if you want to do that, or press enter to continue... " x +# fi fi run_debcargo git add -N "$PKGDIR" if ! git diff --quiet -- "$PKGDIR_REL"; then - read -p "Update wrote some changes to $PKGDIR_REL, press enter to git diff..." x || true - git diff -- "$PKGDIR_REL" +# read -p "Update wrote some changes to $PKGDIR_REL, press enter to git diff..." x || true +# git diff -- "$PKGDIR_REL" echo >&2 "-- end of git diff --" fi