Merge branch 'master' of waschsauger.bl0rg.net:dirty-helpers

This commit is contained in:
neingeist 2017-10-20 02:42:54 +02:00
commit cb270ca720
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ import systemd.journal as journal
yesterday = datetime.datetime.today() - datetime.timedelta(1)
SINCE = yesterday
MINCOUNT = 5
MINCOUNT = 20
j = journal.Reader()

View file

@ -7,6 +7,7 @@ eval BASE_DIRS=~/www_static/dnf.bl0rg.net/*/*
set -e
for base_dir in $BASE_DIRS; do
restorecon -Rv $base_dir
for YUM in $base_dir/{SRPMS,i386,x86_64}; do
if [ -d $YUM ]; then
echo "== $YUM"