bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coreutils] Re: new branch in gnulib: coreutils-8.9


From: Eric Blake
Subject: Re: [coreutils] Re: new branch in gnulib: coreutils-8.9
Date: Tue, 04 Jan 2011 14:29:38 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7

On 01/04/2011 02:15 PM, Jim Meyering wrote:
>    UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
> +
> +# Just before tagging a release, ensure that the gnulib submodule
> +# commit we're using is public.
> +alpha beta stable: gnulib-commit-check
> +.PHONY: gnulib-commit-check
> +gnulib-commit-check:
> +     submod=gnulib; \
> +     st=$$(git submodule status $$submod) || exit 1; \
> +     commit=$$(echo $$st | awk '{ print $$1 }') || exit 1; \
> +     wget -q -O /dev/null \
> +       "http://git.savannah.gnu.org/gitweb/?p=$$submod.git;a=tree;h=$$commit";

I'm trying to come up with some
git submodule foreach 'command $sha1'
formula that will allow you to make the same check without having to
resort to wget or even to hardcoding the URL of each upstream repository.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]