Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
infra
docker
secdb
Commits
faa79c23
Commit
faa79c23
authored
Feb 21, 2020
by
Carlo Landmeter
Browse files
check if repo exist
parent
d2025a58
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/generate_secdb.sh
View file @
faa79c23
...
...
@@ -20,6 +20,10 @@ fi
git
-C
"
$HOME
"
/aports checkout
--quiet
"
$BRANCH
"
for
REPO
in
$REPOS
;
do
if
[
!
-d
"
$HOME
/aports/
$REPO
"
]
;
then
echo
"Repository
\"
$REPO
\"
not available, skipping."
exit
0
fi
echo
"Generating secdb for
$RELEASE
/
$REPO
"
TMPFILE
=
$(
mktemp
)
lua5.3 /usr/share/alpine-secdb/secfixes.lua
\
...
...
Write
Preview
Markdown
is supported
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