Skip to content
Snippets Groups Projects
Commit e12b7fc8 authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Merge branch 'updates' into 'master'

Updates

See merge request !14
parents 907fa320 585f7a23
No related branches found
No related tags found
1 merge request!14Updates
Pipeline #4191152 passed
#!/bin/bash -x
TOP="/advisories"
DISTS="slc6X cc7X c8X"
DISTS="cc7X c8X CS9"
REPOS="repos"
ARCHS="i386 x86_64"
ARCHS="x86_64 aarch64"
UPDINFO="/root/updateinfo.pl"
UPDINFOPY="/root/updateinfo.py"
UPDARGS="-X"
for DIST in ${DISTS}; do
for ARCH in $ARCHS; do
if [ $DIST == "cc7X" -a $ARCH == "i386" ]; then
continue
fi
if [ $DIST == "c8X" -a $ARCH == "i386" ]; then
if [ $DIST == "cc7X" -a $ARCH == "aarch64" ]; then
continue
fi
# Keep a backup db file to be used in case another script needs to read it at the same time this cronjob runs
......
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