]> repo.cephalix.eu Git - template.git/commitdiff
Adapt Make to local repo.
authorbuildmaster <buildmaster@git.cephalix.eu>
Mon, 11 Mar 2024 14:06:37 +0000 (15:06 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Mon, 11 Mar 2024 14:06:37 +0000 (15:06 +0100)
Makefile

index 76150c2fc52ea1244cf8ee2d6759df2530f2978b..b5f63156c7a9d47fef9209c4ebda51050d2ca6ad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,11 @@ init:
        git init
        git add .
        git commit -am "Initial version of $(PACKAGE)"
-       git remote add origin git@repo.cephalix.eu:$(PACKAGE).git
-       git push
+       git remote add origin /home/BARE-SALT-PACKAGES/$(PACKAGE).git
+       mkdir -f /home/BARE-SALT-PACKAGES/$(PACKAGE).git
+       cd /home/BARE-SALT-PACKAGES/$(PACKAGE).git
+       git init --bare
+       git push --set-upstream origin master
        echo "====================================================="
        echo "====================================================="
        echo "Do not forget to adapt VERSION and the FULLNAMES file"