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
af92b719ed
commit
f590d1d564
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.5s; if git pull | grep '\''^Updating'\''; then printf " %s" "$(basename $sm_path)" >> $toplevel/build-pkg/pkglist.tmp; fi'
|
git submodule foreach 'sleep 0.25s; if git pull | grep '\''^Updating'\''; then printf " %s" "$(basename $sm_path)" >> $toplevel/build-pkg/pkglist.tmp; fi'
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b23fbcd0a7d2026cf80f132bcbf848333d9a323f
|
Subproject commit 8683e9a2923880e48b41ff033d82c0c45d758ba9
|
@ -1 +1 @@
|
|||||||
Subproject commit 2e0240e26f4eb8b4d9ba33771c5158b117fe5a5c
|
Subproject commit 80f93d89c350fa2ef849b679582cb034c1785b63
|
@ -1 +1 @@
|
|||||||
Subproject commit ce09fd05567819a4d67e3ab9ca874d33a8d34ee9
|
Subproject commit 1cfa7f9e76c9225215c06b406c3d067c8a1dbf8e
|
@ -1 +1 @@
|
|||||||
Subproject commit 3cb80431eca88f0d7a93892c83e0888dcea4b56f
|
Subproject commit 14b02e2e374460e095eefff2d14fd3901fb8f5d9
|
@ -1 +1 @@
|
|||||||
Subproject commit 6af78db172c345fcec028bc31d52e6fe784a96d4
|
Subproject commit ef08da8d656cf990ebbfbe1ef4e989e8970157a2
|
@ -1 +1 @@
|
|||||||
Subproject commit 729b76c24697e0b09698b1e507e150cd63e684ab
|
Subproject commit 637cc2d1c9187988a376fe2b5fd320b180c6d7dc
|
@ -1 +1 @@
|
|||||||
Subproject commit 079b2182cc40bc93f3853c64859ea8c354538653
|
Subproject commit ba1a7233c291eba9509ce7d71e022ceb05dc44cf
|
@ -1 +1 @@
|
|||||||
Subproject commit 1d99e4a84c5dbee6cd829ae2a13fe3af63ee5649
|
Subproject commit 9fe85a76ac6fa4b2319fe621e84d70b902618fba
|
@ -1 +1 @@
|
|||||||
Subproject commit ddc55fff267618facdbd39ea5740477970ae8f71
|
Subproject commit 2c1d7a706ea7207215c4dd46422eff337e3e3519
|
Loading…
Reference in New Issue
Block a user