[26506] in Source-Commits

home help back first fref pref prev next nref lref last post

Re: /svn/athena r25592 -

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Sun Jul 1 23:27:36 2012

Date: Sun, 1 Jul 2012 23:27:33 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201206292157.q5TLv2nd018738@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1207012327080.18441@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

Sure, ACK.

-Ben

On Fri, 29 Jun 2012, Jonathan D Reed wrote:

> Author: jdreed
> Date: 2012-06-29 17:57:02 -0400 (Fri, 29 Jun 2012)
> New Revision: 25592
>
> Modified:
>   trunk/debathena/scripts/build-server/build-all/do-build
> Log:
> No, in fact, we do want to look in -staging if we're rebuilding a suite
> What we don't want is to look in the psuite's -staging
>
> Modified: trunk/debathena/scripts/build-server/build-all/do-build
> ===================================================================
> --- trunk/debathena/scripts/build-server/build-all/do-build	2012-06-29 20:08:04 UTC (rev 25591)
> +++ trunk/debathena/scripts/build-server/build-all/do-build	2012-06-29 21:57:02 UTC (rev 25592)
> @@ -40,7 +40,11 @@
> # package versions and accept the last one we find.  Due to the
> # current repo layout, this also happens to be the highest version.
> # We may wish to explicitly select the highest version in the code.
> -for suffix in "" -proposed -development; do
> +extra=
> +if [ "$psuite" = "$suite" ]; then
> +    extra="-staging"
> +fi
> +for suffix in "" -proposed -development $extra; do
>     vv=$(zcat ${DEBATHENA_APT}/dists/$psuite$suffix/*/source/Sources.gz | dpkg-awk -f - "Package:^$package\$" -- Version | sed -n 's/Version: // p')
>     if [ -n "$vv" ]; then
>         version="$vv"
>
>

home help back first fref pref prev next nref lref last post