Browse Source

lazy commit via make gitpush

pull/2990/head
T.J. Yang 9 years ago
parent
commit
e1f3fa5e61
  1. 4
      contrib/Makefile

4
contrib/Makefile

@ -44,10 +44,12 @@ rpm:
gitcommit:
git commit -a -m "lazy commit via make gitpush"
gitpush:
gitpush: gitcommit
git push origin develop
installrpm:
sudo $(RPM) -Uvh $(home)/rpmbuild/RPMS/x86_64/gogs-$(RPMVERSION).x86_64.rpm
removerpm:
sudo $(RPM) -e gogs
-include Makefile.my # extra targets for your environment

Loading…
Cancel
Save