Skip to content
Snippets Groups Projects
Commit 979ad354 authored by Walter Lozano's avatar Walter Lozano Committed by Dylan Aïssi
Browse files

fold-security-update-branches: Move global variables


To make it easier to read, move global variables to the top.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent 7647c078
No related branches found
No related tags found
1 merge request!189Improvements to folding pipeline (2)
......@@ -16,6 +16,13 @@ BASE_RELEASE=${BASE_RELEASE:-}
ADDON_BRANCHES="${ADDON_BRANCHES:-security updates}"
COMPONENTS="${COMPONENTS:-target development sdk non-free}"
DRY_RUN=0
CLEAN=0
FOLD=0
CLEAN_GITLAB=0
CLEAN_OBS=0
CLEAN_REPREPRO=0
CLEAN_OBS_REPREPRO=0
RUN=
function get_packages ()
......@@ -184,13 +191,6 @@ usage() {
echo "Example: BASE_RELEASE='v2021' $0 fold [components...] 2>&1 | tee -a console.log" >&2
}
DRY_RUN=0
CLEAN=0
FOLD=0
CLEAN_GITLAB=0
CLEAN_OBS=0
CLEAN_REPREPRO=0
CLEAN_OBS_REPREPRO=0
while getopts 'dngor' opt
do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment