From 23daab16f383a0b26e719f25cdb23d31c14fff0c Mon Sep 17 00:00:00 2001 From: AllSpiceAlice Date: Mon, 3 Mar 2025 21:51:14 +0000 Subject: [PATCH 1/2] Add git status to install --- .allspice/svn-to-allspice.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.allspice/svn-to-allspice.sh b/.allspice/svn-to-allspice.sh index f52b999..5e98561 100644 --- a/.allspice/svn-to-allspice.sh +++ b/.allspice/svn-to-allspice.sh @@ -200,4 +200,6 @@ curl -L -o $USERPROFILE/allspice/$REPO_NAME/fetch-svn.bat https://hub.allspice.i log_header "Finished cloning AllSpice + SVN repos, switching shell to bash" green +git status + echo "$USERPROFILE/allspice/$REPO_NAME" > "$USERPROFILE/allspice/latest-repo.txt" \ No newline at end of file -- 2.47.3 From 86c514fac495909fa860db7dacd4279fc5ffd56a Mon Sep 17 00:00:00 2001 From: AllSpiceAlice Date: Mon, 3 Mar 2025 22:44:47 +0000 Subject: [PATCH 2/2] Change exit status --- .allspice/pre-push | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.allspice/pre-push b/.allspice/pre-push index a05a6df..13b0c7a 100644 --- a/.allspice/pre-push +++ b/.allspice/pre-push @@ -15,7 +15,4 @@ echo "[ ] Pushing to Git..." git push --no-verify origin git-svn || { echo "Push failed!"; exit 1; } echo "[ ] Successfully synced to SVN and pushed to Git!" -echo " " -echo -e "${GREEN}ignore the following error message ${NC}" -echo -e "${GREEN}error: failed to push some refs to https://your allspice server/your organization/your repo.git ${NC}" -exit 1 +exit 0 -- 2.47.3