gm2
[Top][All Lists]
Advanced

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

Re: testing trunk branch


From: Gaius Mulley
Subject: Re: testing trunk branch
Date: Wed, 16 Jun 2021 10:25:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Brian Callahan <bcallah@protonmail.com> writes:

> Hello Gaius --
>
> Congrats on getting gm2 ready for inclusion.
>
> I ran your script: 06-patchespatching applied ok with some fuzz.
> Everything else applied ok.
>
> The script didn't actually generate tarballs, but I suppose that
> might not matter so much.
>
> I will build test later today and report back.
>
> ~Brian

Hi Brian,

thanks for testing - I will check 06-patches and rebuild it.  I wonder
if the shell script broke due to back ticks?  Perhaps it should have
used $(date ...).

#!/bin/bash

echo "about to remove gm2-floppsie, press enter to continue or ^C to quit"
read ans
rm -rf gm2-floppsie
cp -r gcc-git gm2-floppsie
cd gm2-floppsie
echo "attempting to apply patches"
for i in ../gm2-savannah/gcc-versionno/gcc/m2/patches/gcc/trunk/* ; do
    echo -n "  patch ${i}"
    if patch --ignore-whitespace -p1 < ${i} ; then
        echo "ok"
    else
        echo "failed"
        exit 1
    fi
done
( cd ../gm2-savannah/gcc-versionno ; tar cf - * | ( cd ../../gm2-floppsie && 
tar xf - ) )

( cd ../gm2-savannah/gcc-versionno ; tar cf 
$HOME/GM2/graft-combine/gm2-front-end-$(date '+%Y%m%d')-tar.gz * )


regards,
Gaius



reply via email to

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