mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
update and shorter delay between git pulls
This commit is contained in:
parent
4830385746
commit
29da31968a
2
git-pull
2
git-pull
@ -3,4 +3,4 @@
|
|||||||
git pull || exit $?
|
git pull || exit $?
|
||||||
git submodule foreach 'git checkout master || git checkout main' || exit $?
|
git submodule foreach 'git checkout master || git checkout main' || exit $?
|
||||||
# Sleep after each `git pull` to avoid `429 too many requests`.
|
# Sleep after each `git pull` to avoid `429 too many requests`.
|
||||||
git submodule foreach 'sleep 0.25s; if git pull | grep '\''^Updating'\''; then printf " %s" "$(basename $sm_path)" >> $toplevel/build-pkg/pkglist.tmp; fi'
|
git submodule foreach 'sleep 0.15s; if git pull | grep '\''^Updating'\''; then printf " %s" "$(basename $sm_path)" >> $toplevel/build-pkg/pkglist.tmp; fi'
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 319f90a1975dabd1b7dd46b8ffc9fcff76c33e25
|
Subproject commit 1fda60b1c509db6c48044440d1a8a2030147e13e
|
@ -1 +1 @@
|
|||||||
Subproject commit e2aacb1320bc38d0933e580503f18f2a02afb189
|
Subproject commit 0b94180d759c00fbab1dbf4ede5739fd9832e247
|
Loading…
Reference in New Issue
Block a user