From: buildmaster Date: Mon, 11 Mar 2024 14:06:37 +0000 (+0100) Subject: Adapt Make to local repo. X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=5bdf9b1634cd742f599a9140b075cbeaaad7c9e4;p=template.git Adapt Make to local repo. --- diff --git a/Makefile b/Makefile index 76150c2..b5f6315 100644 --- 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"