I'd like to request approval (on behalf of Susmit) to do the following (As outlined in the FreeMedia Infrastructure SOP):
cd /puppet/modules/freemedia/files cp FreeMedia-form.html.orig FreeMedia-form.html git commit -a -m 'opening freemedia form for month `date +%B`' git push
And a few days later,
cd /puppet/modules/freemedia/files cp FreeMedia-close.html Freemedia-form.html git commit -a -m 'closing freemedia form for month `date +%B`' git push
This is a routine activity normally done on the beginning of the month for a few days to allow individuals to submit requests to the freemedia project.
Nick
On 2009-10-07 11:07:53 PM, Nick Bebout wrote:
I'd like to request approval (on behalf of Susmit) to do the following (As outlined in the FreeMedia Infrastructure SOP):
cd /puppet/modules/freemedia/files cp FreeMedia-form.html.orig FreeMedia-form.html git commit -a -m 'opening freemedia form for month `date +%B`' git push
And a few days later,
cd /puppet/modules/freemedia/files cp FreeMedia-close.html Freemedia-form.html git commit -a -m 'closing freemedia form for month `date +%B`' git push
This is a routine activity normally done on the beginning of the month for a few days to allow individuals to submit requests to the freemedia project.
+1
Not a big deal, but watch out for the backticks inside of single quotes :-)
Thanks, Ricky
Not a big deal, but watch out for the backticks inside of single quotes :-)
Spelling mistake. ;)
Changing it to git commit -a -m 'opening freemedia form for the month of' `date +%B`
Thanks.
Which is why I've become a fan of the $(someapp ...) nomenclature instead of backticks.
-- Matt Domsch Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux
-----Original Message----- From: fedora-infrastructure-list-bounces@redhat.com [mailto:fedora-infrastructure-list-bounces@redhat.com] On Behalf Of susmit shannigrahi Sent: Wednesday, October 07, 2009 11:18 PM To: Fedora Infrastructure Subject: Re: [CHANGE REQUEST] Open freemedia form for October
Not a big deal, but watch out for the backticks inside of single quotes :-)
Spelling mistake. ;)
Changing it to git commit -a -m 'opening freemedia form for the month of' `date +%B`
Thanks.
On Thu, Oct 08, 2009 at 12:11:13AM -0400, Ricky Zhou wrote:
On 2009-10-07 11:07:53 PM, Nick Bebout wrote:
I'd like to request approval (on behalf of Susmit) to do the following (As outlined in the FreeMedia Infrastructure SOP):
cd /puppet/modules/freemedia/files cp FreeMedia-form.html.orig FreeMedia-form.html git commit -a -m 'opening freemedia form for month `date +%B`' git push
And a few days later,
cd /puppet/modules/freemedia/files cp FreeMedia-close.html Freemedia-form.html git commit -a -m 'closing freemedia form for month `date +%B`' git push
This is a routine activity normally done on the beginning of the month for a few days to allow individuals to submit requests to the freemedia project.
+1
Not a big deal, but watch out for the backticks inside of single quotes :-)
+1
-Toshio
infrastructure@lists.fedoraproject.org