Spellcheck from cboltz

This commit is contained in:
Lubos Kocman 2023-01-05 09:29:43 +01:00
parent d9dbbd6887
commit 08480dbc1a
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ echo "This zip archive can be then sent over to Cisco for extraction at ciscobin
echo echo
echo "Please make sure that you've made snapshot of data (release_to_post.sh) prior proceeding." echo "Please make sure that you've made snapshot of data (release_to_post.sh) prior proceeding."
echo echo
echo "Pres Enter to proceed or ctrl+c to cancel." echo "Press Enter to proceed or ctrl+c to cancel."
read read
tempdr=`mktemp -d /tmp/cisco-binary-opensuse-XXXX` tempdr=`mktemp -d /tmp/cisco-binary-opensuse-XXXX`
@ -48,7 +48,7 @@ rm -rf $bindr
echo echo
echo echo
echo "Please send email with $tempdr/$archive.zip via to Cisco to get it extracted at ciscobinary.openh264.org." echo "Please send email with $tempdr/$archive.zip to Cisco to get it extracted at ciscobinary.openh264.org."
echo echo
echo "Execute publish_repodata_openh264.sh !ONLY! once you get confirmation that data was extracted at ciscobinary.openh264.org." echo "Execute publish_repodata_openh264.sh !ONLY! once you get confirmation that data was extracted at ciscobinary.openh264.org."

View File

@ -13,7 +13,7 @@ PROJ="openSUSE:Factory:openh264:POST"
echo "This script will release data from $SOURCE_PROJ into $PROJ." echo "This script will release data from $SOURCE_PROJ into $PROJ."
echo echo
echo "Pres Enter to proceed or ctrl+c to cancel." echo "Press Enter to proceed or ctrl+c to cancel."
read read
osc -A https://api.opensuse.org release --no-delay $SOURCE_PROJ osc -A https://api.opensuse.org release --no-delay $SOURCE_PROJ

View File

@ -15,7 +15,7 @@ echo "This script will release data from $SOURCE_PROJ into $PROJ."
echo "This step is expected to be executed only after" echo "This step is expected to be executed only after"
echo "confirmation that archive with openh264 rpms was published at ciscobinary.openh264.org" echo "confirmation that archive with openh264 rpms was published at ciscobinary.openh264.org"
echo echo
echo "Pres Enter to proceed or ctrl+c to cancel." echo "Press Enter to proceed or ctrl+c to cancel."
read read
osc -A https://api.opensuse.org release --no-delay $SOURCE_PROJ osc -A https://api.opensuse.org release --no-delay $SOURCE_PROJ