Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
b4873013
Commit
b4873013
authored
Nov 06, 2018
by
J. Fernando Sánchez
Browse files
Remove makefiles from auto push/pull
parent
f1ec057b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.makefiles/git.mk
View file @
b4873013
...
...
@@ -22,7 +22,4 @@ else
rm
$(KEY_FILE)
endif
push
::
git-push
pull
::
git-pull
.PHONY
::
commit tag push git-push git-pull push-github
.PHONY
::
commit tag git-push git-pull push-github
.makefiles/makefiles.mk
View file @
b4873013
makefiles-remote
:
@
git remote add makefiles ssh://git@lab.cluster.gsi.dit.upm.es:2200/docs/templates/makefiles.git
2>/dev/null
||
true
git ls-remote
--exit-code
makefiles 2> /dev/null
||
git remote add makefiles ssh://git@lab.cluster.gsi.dit.upm.es:2200/docs/templates/makefiles.git
makefiles-commit
:
makefiles-remote
git add
-f
.makefiles
...
...
@@ -12,7 +12,4 @@ makefiles-push:
makefiles-pull
:
makefiles-remote
git subtree pull
--prefix
=
.makefiles/ makefiles master
--squash
pull
::
makefiles-pull
push
::
makefiles-push
.PHONY
::
makefiles-remote makefiles-commit makefiles-push makefiles-pull pull push
.PHONY
::
makefiles-remote makefiles-commit makefiles-push makefiles-pull
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment