mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
feat: build scripts updates
This commit is contained in:
parent
7b9eb3b293
commit
bf1115f217
2 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@ read -p "Enter fork branch name: " FORK_BRANCH
|
||||||
echo $FORK_BRANCH
|
echo $FORK_BRANCH
|
||||||
FORK_LOCAL=$FORK_BRANCH"-testing"
|
FORK_LOCAL=$FORK_BRANCH"-testing"
|
||||||
echo "Creating new local branch for testing: "$FORK_LOCAL" ..."
|
echo "Creating new local branch for testing: "$FORK_LOCAL" ..."
|
||||||
git checkout -b $FORK_LOCAL
|
git checkout -B $FORK_LOCAL
|
||||||
echo "Pulling changes from user's branch into new local branch..."
|
echo "Pulling changes from user's branch into new local branch..."
|
||||||
git pull https://github.com/$FORK_USERNAME/ZealOS.git $FORK_BRANCH
|
git pull https://github.com/$FORK_USERNAME/ZealOS.git $FORK_BRANCH
|
||||||
|
|
||||||
|
|
|
@ -90,6 +90,7 @@ else
|
||||||
umount_vdisk
|
umount_vdisk
|
||||||
[ -f ../src/Tmp/AUTO.ISO.C ] && mv ../src/Tmp/AUTO.ISO.C ./AUTO.ISO
|
[ -f ../src/Tmp/AUTO.ISO.C ] && mv ../src/Tmp/AUTO.ISO.C ./AUTO.ISO
|
||||||
echo "Finished."
|
echo "Finished."
|
||||||
|
cd ../
|
||||||
git status
|
git status
|
||||||
;;
|
;;
|
||||||
vm)
|
vm)
|
||||||
|
|
Loading…
Reference in a new issue