send branched and rawhide cron output to releng-cron list
This commit is contained in:
parent
be7168c794
commit
3c529d3eee
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
# branched compose
|
||||
MAILTO=rel-eng@lists.fedoraproject.org
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
15 7 * * * masher TMPDIR=`mktemp -d /tmp/branched.XXXXXX` && cd $TMPDIR && git clone -n git://git.fedorahosted.org/releng && cd releng && git checkout -b stable rawhide-stable && LANG=en_US.UTF-8 ./scripts/buildbranched $(date "+\%Y\%m\%d") && sudo -u ftpsync /usr/local/bin/update-fullfilelist fedora
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# rawhide compose
|
||||
MAILTO=rel-eng@lists.fedoraproject.org
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
15 5 * * * masher TMPDIR=`mktemp -d /tmp/rawhide.XXXXXX` && cd $TMPDIR && git clone -n git://git.fedorahosted.org/releng && cd releng && git checkout -b stable rawhide-stable && LANG=en_US.UTF-8 ./scripts/buildrawhide $(date "+\%Y\%m\%d") && sudo -u ftpsync /usr/local/bin/update-fullfilelist fedora
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue