Learn more about these different git repos.
Other Git URLs
We recently updated fedora-atomic.conf in f29 pungi-fedora to perform atomic twoweek compose based on latest available F29 RC. Please perform a twoweek compose so that we can make sure that twoweek compose is running successfully.
This can be done by running following command (in machine compose-x86-01.phx2.fedoraproject.org ?)
TMPDIR=`mktemp -d /tmp/twoweekF29.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f29 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
:thumbsup:
The first two composes failed. We fixed the issues and the third one succeeded: https://kojipkgs.fedoraproject.org/compose/twoweek/Fedora-Atomic-29-20181012.2/
Metadata Update from @dustymabe: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
@mohanboddu F29 RC 1.2 compose has finished, can we run an atomic twoweek compose based on RC 1.2?
Metadata Update from @sinnykumari: - Issue status updated to: Open (was: Closed)
Metadata Update from @sinnykumari: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Atomic Host twoweek compose based on RC 1.2 is available https://kojipkgs.fedoraproject.org/compose/twoweek/Fedora-Atomic-29-20181025.1 . Thanks @mohanboddu
Done.
Metadata Update from @mohanboddu: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Login to comment on this ticket.