From e1f3fa5e61bbec28ae3da4d70f9b978acf4c23b9 Mon Sep 17 00:00:00 2001 From: "T.J. Yang" Date: Wed, 20 Apr 2016 08:58:31 -0400 Subject: [PATCH] lazy commit via make gitpush --- contrib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/Makefile b/contrib/Makefile index b835445fd..2d061c369 100644 --- a/contrib/Makefile +++ b/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