mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat(docker): use mkpkglists --extended flag
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
068b067e14
commit
107367f958
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
*/5 * * * * bash -c 'aurweb-aurblup && echo "[$(date -u)] executed aurblup" >> /var/log/mkpkglists.log'
|
*/5 * * * * bash -c 'aurweb-aurblup && echo "[$(date -u)] executed aurblup" >> /var/log/mkpkglists.log'
|
||||||
*/5 * * * * bash -c 'aurweb-mkpkglists && echo "[$(date -u)] executed mkpkglists" >> /var/log/mkpkglists.log'
|
*/5 * * * * bash -c 'aurweb-mkpkglists --extended && echo "[$(date -u)] executed mkpkglists" >> /var/log/mkpkglists.log'
|
||||||
|
|
|
@ -6,7 +6,7 @@ if [ $? -eq 0 ]; then
|
||||||
echo "[$(date -u)] executed aurblup" >> /var/log/aurblup.log
|
echo "[$(date -u)] executed aurblup" >> /var/log/aurblup.log
|
||||||
fi
|
fi
|
||||||
|
|
||||||
aurweb-mkpkglists
|
aurweb-mkpkglists --extended
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "[$(date -u)] executed mkpkglists" >> /var/log/mkpkglists.log
|
echo "[$(date -u)] executed mkpkglists" >> /var/log/mkpkglists.log
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue