Skip to content

Commit 1fa5104

Browse files
Fix package update script to sleep while waiting for remote changes (#284)
1 parent b752b72 commit 1fa5104

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/obs-new-minor.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ LOCAL_BRANCH_FOLDER="home:$OBS_USER:branches:$PROJECT/$PACKAGE"
2626

2727
osc copypac "$PROJECT" "$OLD_PACKAGE" "$PROJECT" "$PACKAGE"
2828

29+
sleep 10
30+
2931
if [ -d "${LOCAL_BRANCH_FOLDER}" ]; then
3032
pushd "${LOCAL_BRANCH_FOLDER}"
3133
osc up

0 commit comments

Comments
 (0)