openSUSE-release-tools/openh264/openh264_release_to_post

26 lines
709 B
Plaintext
Raw Normal View History

#!/bin/bash
#
# Make a snapshot of data prior to sending archive with rpms to Cisco
#
# Contact openSUSE Release Team for more information or contacts
# https://en.opensuse.org/openSUSE:Release_team
#
# More details about OpenH264 in openSUSE at https://en.opensuse.org/OpenH264"
set -e
SOURCE_PROJ="openSUSE:Factory:openh264"
PROJ="openSUSE:Factory:openh264:POST"
echo "This script will release data from $SOURCE_PROJ into $PROJ."
echo
2023-01-05 09:29:43 +01:00
echo "Press Enter to proceed or ctrl+c to cancel."
read
2023-01-04 18:14:12 +01:00
osc -A https://api.opensuse.org release --no-delay $SOURCE_PROJ
osc -A https://api.opensuse.org prjresults $SOURCE_PROJ
echo
2023-01-05 12:28:21 +01:00
echo "Please proceed by running 'openh264_make_archive' once the data was released."