Skip to content
Snippets Groups Projects
Commit dc516b2a authored by Erwan Jahier's avatar Erwan Jahier
Browse files

Fix an hard-coded user name in the toplevel Makefile.

parent 2da764ef
No related branches found
No related tags found
No related merge requests found
...@@ -90,10 +90,10 @@ amend: ...@@ -90,10 +90,10 @@ amend:
git commit -a -F log --amend && rm -f src/lv6version.ml git commit -a -F log --amend && rm -f src/lv6version.ml
push: push:
git push git+ssh://jahier@scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/git/lustre/lus2lic.git git push git+ssh://$(USER)scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/git/lustre/lus2lic.git
pull: pull:
git pull git+ssh://jahier@scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/git/lustre/lus2lic.git git pull git+ssh://$(USER)@scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/git/lustre/lus2lic.git
####################################################################################### #######################################################################################
# misc # misc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment