Fix the epel8-playground cron so that it generates the right fullfiletimelist.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f085bb428d
commit
fa31ce04d6
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
# epel8-playground compose
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
15 5 * * * root TMPDIR=`mktemp -d /tmp/epel8-playground.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout epel8-playground && /usr/local/bin/lock-wrapper epel8-playground-compose "PYTHONMALLOC=debug LANG=en_US.UTF-8 ./epel8-playground-nightly.sh" && sudo -u ftpsync /usr/local/bin/update-fullfiletimelist -l /pub/fedora-secondary/update-fullfiletimelist.lock -t /pub fedora fedora-secondary
|
||||
15 5 * * * root TMPDIR=`mktemp -d /tmp/epel8-playground.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout epel8-playground && /usr/local/bin/lock-wrapper epel8-playground-compose "PYTHONMALLOC=debug LANG=en_US.UTF-8 ./epel8-playground-nightly.sh" && sudo -u ftpsync /usr/local/bin/update-fullfiletimelist -l /pub/fedora-secondary/update-fullfiletimelist.lock -t /pub epel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue