Merge branch 'master' of waschsauger.bl0rg.net:dirty-helpers
This commit is contained in:
commit
cb270ca720
2 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
1
gen-yum
1
gen-yum
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue