Skip to content

Commit

Permalink
aadding a relative basename
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Sep 14, 2012
1 parent fdc6f10 commit 281aa11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ upload:
register:
python setup.py register

PATHNAME=$(shell pwd)
BASENAME=$(shell basename $(PATHNAME))

######################################################################
# GIT INTERFACES
######################################################################
Expand All @@ -26,6 +29,9 @@ gregor:
git config --global user.name "Gregor von Laszewski"
git config --global user.email [email protected]

git-ssh:
git remote set-url origin [email protected]:futuregrid/$(BASENAME).git

######################################################################
# INSTALLATION
######################################################################
Expand Down

0 comments on commit 281aa11

Please sign in to comment.