Fedora 41 is GO
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
parent
a64d001446
commit
7e501dcb94
9 changed files with 17 additions and 17 deletions
|
@ -133,8 +133,8 @@ createiso_skip = [
|
||||||
[# In the case of testing, also inject the last stable updates #]
|
[# In the case of testing, also inject the last stable updates #]
|
||||||
"https://kojipkgs{env_suffix}.fedoraproject.org/compose/updates/f[[ release.version ]]-updates/compose/Everything/$basearch/os/",
|
"https://kojipkgs{env_suffix}.fedoraproject.org/compose/updates/f[[ release.version ]]-updates/compose/Everything/$basearch/os/",
|
||||||
[% endif %]
|
[% endif %]
|
||||||
[% if release.version == "41" %]
|
[% if release.version == "42" %]
|
||||||
[# For F41 the compose location is going to be under /compose/branched/ #]
|
[# For F42 the compose location is going to be under /compose/branched/ #]
|
||||||
"https://kojipkgs{env_suffix}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version ]]/compose/Everything/$basearch/os/"
|
"https://kojipkgs{env_suffix}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version ]]/compose/Everything/$basearch/os/"
|
||||||
[% else %]
|
[% else %]
|
||||||
"https://kojipkgs{env_suffix}.fedoraproject.org/compose/[[ release.version ]]/latest-Fedora-[[ release.version ]]/compose/Everything/$basearch/os/"
|
"https://kojipkgs{env_suffix}.fedoraproject.org/compose/[[ release.version ]]/latest-Fedora-[[ release.version ]]/compose/Everything/$basearch/os/"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# branched compose
|
# branched compose
|
||||||
MAILTO=releng-cron@lists.fedoraproject.org
|
# MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
15 7 * * * root touch /tmp/fedora-compose-branched && TMPDIR=`mktemp -d /tmp/branched.XXXXXX` && chmod 755 $TMPDIR && cd $TMPDIR && git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f41 && /usr/local/bin/lock-wrapper branched-compose "LANG=en_US.UTF-8 ./nightly.sh" && sudo -u ftpsync /usr/local/bin/update-fullfiletimelist -l /pub/fedora-secondary/update-fullfiletimelist.lock -t /pub fedora fedora-secondary && rm /tmp/fedora-compose-branched
|
# 15 7 * * * root touch /tmp/fedora-compose-branched && TMPDIR=`mktemp -d /tmp/branched.XXXXXX` && chmod 755 $TMPDIR && cd $TMPDIR && git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f41 && /usr/local/bin/lock-wrapper branched-compose "LANG=en_US.UTF-8 ./nightly.sh" && sudo -u ftpsync /usr/local/bin/update-fullfiletimelist -l /pub/fedora-secondary/update-fullfiletimelist.lock -t /pub fedora fedora-secondary && rm /tmp/fedora-compose-branched
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# Fedora 41 Cloud nightly compose
|
||||||
|
MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
|
15 7 * * * root touch /tmp/fedora-compose-cloud-updates && TMPDIR=`mktemp -d /tmp/CloudF41.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f41 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-cloud-updates
|
||||||
|
|
||||||
# Fedora 40 Cloud nightly compose
|
# Fedora 40 Cloud nightly compose
|
||||||
MAILTO=releng-cron@lists.fedoraproject.org
|
MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
15 8 * * * root TMPDIR=`mktemp -d /tmp/CloudF40.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f40 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
|
15 8 * * * root TMPDIR=`mktemp -d /tmp/CloudF40.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f40 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
|
||||||
|
@ -5,7 +9,3 @@ MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
# Fedora 39 Cloud nightly compose
|
# Fedora 39 Cloud nightly compose
|
||||||
MAILTO=releng-cron@lists.fedoraproject.org
|
MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
15 6 * * * root touch /tmp/fedora-compose-cloud-updates && TMPDIR=`mktemp -d /tmp/CloudF39.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f39 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-cloud-updates
|
15 6 * * * root touch /tmp/fedora-compose-cloud-updates && TMPDIR=`mktemp -d /tmp/CloudF39.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f39 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-cloud-updates
|
||||||
|
|
||||||
# Fedora 38 Cloud nightly compose
|
|
||||||
# MAILTO=releng-cron@lists.fedoraproject.org
|
|
||||||
# 15 7 * * * root touch /tmp/fedora-compose-cloud-updates && TMPDIR=`mktemp -d /tmp/CloudF38.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f38 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-cloud-updates
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# Fedora 41 Container Updates nightly compose
|
||||||
|
MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
|
45 6 * * * root touch /tmp/fedora-compose-container-updates && TMPDIR=`mktemp -d /tmp/containerF41.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f41 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-container-updates
|
||||||
|
|
||||||
#Fedora 40 Container Updates nightly compose
|
#Fedora 40 Container Updates nightly compose
|
||||||
MAILTO=releng-cron@lists.fedoraproject.org
|
MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
45 5 * * * root TMPDIR=`mktemp -d /tmp/containerF40.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f40 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
|
45 5 * * * root TMPDIR=`mktemp -d /tmp/containerF40.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f40 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
|
||||||
|
@ -5,7 +9,3 @@ MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
# Fedora 39 Container Updates nightly compose
|
# Fedora 39 Container Updates nightly compose
|
||||||
MAILTO=releng-cron@lists.fedoraproject.org
|
MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
45 7 * * * root touch /tmp/fedora-compose-container-updates && TMPDIR=`mktemp -d /tmp/containerF39.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f39 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-container-updates
|
45 7 * * * root touch /tmp/fedora-compose-container-updates && TMPDIR=`mktemp -d /tmp/containerF39.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f39 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-container-updates
|
||||||
|
|
||||||
# Fedora 38 Container Updates nightly compose
|
|
||||||
# MAILTO=releng-cron@lists.fedoraproject.org
|
|
||||||
# 45 6 * * * root touch /tmp/fedora-compose-container-updates && TMPDIR=`mktemp -d /tmp/containerF38.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f38 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-container-updates
|
|
|
@ -1 +1 @@
|
||||||
FedoraCycleNumber: 40
|
FedoraCycleNumber: 41
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
FedoraBranched: True
|
FedoraBranched: False
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
# prebeta: After bodhi enablement/beta freeze and before beta release
|
# prebeta: After bodhi enablement/beta freeze and before beta release
|
||||||
# postbeta: After beta release and before final release
|
# postbeta: After beta release and before final release
|
||||||
# current: After final release
|
# current: After final release
|
||||||
FedoraBranchedBodhi: postbeta
|
FedoraBranchedBodhi: current
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
FedoraPreviousPrevious: False
|
FedoraPreviousPrevious: True
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
RelEngFrozen: True
|
RelEngFrozen: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue