Add option to generate queue file

This commit is contained in:
Ferenc Kurucz 2022-08-10 12:53:02 +01:00
parent 8bf4e6a23a
commit 3fcfea9f66

View File

@ -1299,6 +1299,7 @@ info_item() {
"Custom" "Customize the .info or SlackBuild" \ "Custom" "Customize the .info or SlackBuild" \
"Remove" "Remove $APP sources in cache" \ "Remove" "Remove $APP sources in cache" \
"Options" "Edit Build Options/Flavors" \ "Options" "Edit Build Options/Flavors" \
"Build queue" "Build queue file with sqg" \
"Check GPG" "Check the GPG signature of the $REPO_NAME tarball" \ "Check GPG" "Check the GPG signature of the $REPO_NAME tarball" \
"Extract" "Re-extract the $REPO_NAME tarball" \ "Extract" "Re-extract the $REPO_NAME tarball" \
"Queue" "Add $APP to queue" \ "Queue" "Add $APP to queue" \
@ -1358,6 +1359,7 @@ info_item() {
repository.")" 8 30 repository.")" 8 30
fi fi
;; ;;
"Build queue" ) nohup sqg -p $APP >/dev/null 2>&1 & ;;
Extract ) Extract )
if [[ ! -z $REPO_GPG ]]; then if [[ ! -z $REPO_GPG ]]; then
extract_tarball $SHORTPATH $REPO_DIR/$CATEGORY extract_tarball $SHORTPATH $REPO_DIR/$CATEGORY