[netcf-devel] [PATCH] Avoid pushing extraneous local-only tags when uploading a release

Laine Stump laine at laine.org
Fri Sep 24 16:47:06 UTC 2010


  On 09/24/2010 12:26 PM, Eric Blake wrote:
> On 09/24/2010 10:20 AM, Laine Stump wrote:
>> ---
>>   Makefile.maint |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/Makefile.maint b/Makefile.maint
>> index 7fc4943..a7de448 100644
>> --- a/Makefile.maint
>> +++ b/Makefile.maint
>> @@ -33,7 +33,7 @@ upload:
>>       @gpg -q --batch --verify $(tarball).sig>  /dev/null 2>&1 || \
>>         gpg --output $(tarball).sig --detach-sig $(tarball);     \
>>       scp $(tarball) $(tarball).sig $(rel_dir);                  \
>> -    git push --tags
>> +    git push origin tag release-$(VERSION)
>
> ACK.
>
Thanks. Pushed.


More information about the netcf-devel mailing list