From 7d9ebbc86622ddd103f593f36d7883eea4d2a2f0 Mon Sep 17 00:00:00 2001 From: Patrick Cullen Date: Feb 01 2024 16:53:03 +0000 Subject: update build.sh to pull latest rawhide --- diff --git a/build.sh b/build.sh index 4e6e4ba..f97a76c 100755 --- a/build.sh +++ b/build.sh @@ -33,6 +33,8 @@ do then git merge origin/rawhide git push + else + git pull origin rawhide fi popd done