Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
dbscripts
Commits
fe25e6b4
Verified
Commit
fe25e6b4
authored
Dec 16, 2021
by
Morten Linderud
🏄
Browse files
ftpdir-cleanup: Remove explicit debug lock
Signed-off-by:
Morten Linderud
<
morten@linderud.pw
>
parent
2e0c9d9f
Pipeline
#13917
failed with stage
in 9 minutes and 35 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
cron-jobs/ftpdir-cleanup
View file @
fe25e6b4
...
...
@@ -24,7 +24,7 @@ clean_pkg() {
script_lock
for
repo
in
"
${
PKGREPOS
[@]
}
"
"
${
DEBUGREPOS
[@]
}
"
;
do
for
repo
in
"
${
PKGREPOS
[@]
}
"
;
do
for
arch
in
"
${
ARCHES
[@]
}
"
;
do
repo_lock
"
${
repo
}
"
"
${
arch
}
"
||
exit
1
done
...
...
@@ -118,7 +118,7 @@ if (( ${#old_pkgs[@]} >= 1 )); then
done
fi
for
repo
in
"
${
PKGREPOS
[@]
}
"
"
${
DEBUGREPOS
[@]
}
"
;
do
for
repo
in
"
${
PKGREPOS
[@]
}
"
;
do
for
arch
in
"
${
ARCHES
[@]
}
"
;
do
repo_unlock
"
${
repo
}
"
"
${
arch
}
"
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment