diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-20 00:21:47 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-20 00:21:47 +0200 |
| commit | 6f322557a6e01931185db0cfec919317802954e6 (patch) | |
| tree | 48f07743485d32bd295bdbd8e0fc3823052c6868 | |
| parent | f49acce6607207e40eb38855092bd4e42c28fa52 (diff) | |
remove dput from release target
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ dput: dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes dput -u jessie-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes -release: all dch deb dput +release: all dch deb bash -c "git tag $$(cat .version)" git push --tags git commit -a -m 'New release' |
