From 29da31968a39f0eb884b5dc23b26ff26a1014539 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 13 Jun 2022 14:52:57 +0200 Subject: [PATCH] update and shorter delay between git pulls --- git-pull | 2 +- pkg/decklink-sdk | 2 +- pkg/jellyfin | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/git-pull b/git-pull index e1cf9c4..80f3ee5 100755 --- a/git-pull +++ b/git-pull @@ -3,4 +3,4 @@ git pull || exit $? git submodule foreach 'git checkout master || git checkout main' || exit $? # 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' diff --git a/pkg/decklink-sdk b/pkg/decklink-sdk index 319f90a..1fda60b 160000 --- a/pkg/decklink-sdk +++ b/pkg/decklink-sdk @@ -1 +1 @@ -Subproject commit 319f90a1975dabd1b7dd46b8ffc9fcff76c33e25 +Subproject commit 1fda60b1c509db6c48044440d1a8a2030147e13e diff --git a/pkg/jellyfin b/pkg/jellyfin index e2aacb1..0b94180 160000 --- a/pkg/jellyfin +++ b/pkg/jellyfin @@ -1 +1 @@ -Subproject commit e2aacb1320bc38d0933e580503f18f2a02afb189 +Subproject commit 0b94180d759c00fbab1dbf4ede5739fd9832e247