Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 21:33:49 -0500
From:      Aryeh Friedman <aryeh.friedman@gmail.com>
To:        Alfred Perlstein <alfred@freebsd.org>
Cc:        FreeBSD Ports ML <freebsd-ports@freebsd.org>
Subject:   Re: What is the problem with ports PR reaction delays?
Message-ID:  <CAGBxaXmqwKUZkq3d093tCaj9KfgdWcypkW8AAdFHQFtNmvbkFA@mail.gmail.com>
In-Reply-To: <CAGBxaXm8VJYVaFtcNvZH4FbMCxEw1gUsiOUQqx3o6nrcUTr5eQ@mail.gmail.com>
References:  <CAHcXP%2Bf6e-t--XbQPTH1goJp_CL7P=zTj5trZVWd4YZ_EsO9gw@mail.gmail.com> <CAGBxaX=t3e5SXoBDHnzAbx=SWbEFMJHNPQL13FnwNgKWM3gCiA@mail.gmail.com> <CAHcXP%2Bew5qt5hc9Y%2BR_njPkfhUMsDDAqNk9aYSacV4PwBmqjfw@mail.gmail.com> <CAGBxaXnXwo4JxnRdffZfdvfETfhgJNkFM-N23H1SOT0G3-oMwA@mail.gmail.com> <CAE-m3X2dQTTsbrTJg2iPT3qkfq7h9U8oGbRZXGAXH%2BJ2T4MFNw@mail.gmail.com> <CAHcXP%2BdtHPHT%2BFD8RdcqhGANBPf1Gk4N4coEpZY-eAuQE3iZtg@mail.gmail.com> <CAE-m3X2rWk-0k_yH1PK0iN_5YhvSh1UsV0VCrroJq==687X1ZQ@mail.gmail.com> <52E43A80.4030501@rawbw.com> <CAGBxaXnfb2yPZZCaf6mYzASzT13b68A8iPT6eUwUdU9W1ya_Qg@mail.gmail.com> <52E44BC1.7040404@rawbw.com> <CAGBxaXkCWAAfA%2B7x9-icTwO4Vd78EGOeh5-4eG3DUJ_gGVHT1g@mail.gmail.com> <52E46D44.6050403@freebsd.org> <CAGBxaXm8VJYVaFtcNvZH4FbMCxEw1gUsiOUQqx3o6nrcUTr5eQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I never said our selves it is outsourced to the developer/maintainer with
> 100% automated stuff... once I am doing with the next small version of
> petitecloud I will post the 6 line script we use to test the port
> (including cranking up a few vm's)... have fun doing that anywhere else
>
>
Got bored here is the non-cleaned up version (it is for devel/cook and not
the shell):

cook-blank/deploy-remoteinstall: cook-blank/scrap-all
{
        echo Remote install;

        remoteIp=aryeh@10.0.10.30;
        ssh [remoteIp] sudo rm -rf '"*"';
        scp scrap/predeploy/port-[realversion]-[user].tar.gz
                [remoteIp]':'port.tar.gz;
        scp scrap/predeploy/src-[fullproject].tar.gz
                [remoteIp]':'src-[fullproject].tar.gz;
        ssh [remoteIp] sudo mv src-[fullproject].tar.gz
/usr/ports/distfiles;
        ssh [remoteIp] sudo rm -rf /usr/ports/emulators/petitecloud;
        ssh [remoteIp] sudo tar fvx port.tar.gz;
        ssh [remoteIp] sudo make deinstall clean install;
}

Doesn't that look a lot easier then what you where talking about?
-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGBxaXmqwKUZkq3d093tCaj9KfgdWcypkW8AAdFHQFtNmvbkFA>