Skip to content

Commit

Permalink
add ls-builders and rsync-packages-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Apr 25, 2022
1 parent 5e711fd commit 6b2ca7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ls-builders
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh -e

ps -A -o user:15,cmd | grep '\<tee /logdest/.*-\w\+.log$' | sed 's=^\(\w\+\s*\).*tee /logdest/\(.*\)-\w\+\.log$=\1 is building \2='
3 changes: 3 additions & 0 deletions rsync-packages-pool
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash -e

rsync -rtlivH --delete-after --delay-updates --safe-links --max-delete=1000 --contimeout=60 --include='/pool/' --include='/pool/**' --exclude='*' mirror.pkgbuild.com::packages/ /data/archlinux

0 comments on commit 6b2ca7c

Please sign in to comment.