Commit Graph

12 Commits

Author SHA1 Message Date
Samyak Jain 49bc2e943e Rawhide is now f40
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
2023-08-08 22:35:50 +00:00
Samyak Jain cf9f39d1e9 Update repo to remove f39/39 references
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
2023-04-24 08:49:49 +00:00
Kamil Páral 78252f90de update all scripts to send to test-reports
The first attempt was in commit 2051777399. Only main Rawhide compose goes to
devel list as well.

Related: https://pagure.io/pungi-fedora/pull-request/1109
Signed-off-by: Kamil Páral <kparal@redhat.com>
2022-07-22 12:46:59 +02:00
Kevin Fenzi 2cb59bab0a rawhide: fix bogus f29 config for f35
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-05-02 10:14:21 -07:00
Dusty Mabe 5c9f7042db
container/cloud: sync the rest of the changes from f28 branch
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2018-05-25 09:41:15 -04:00
Peter Robinson 441b4323fe Move output from nightly container/cloud compose to dedicated directory, cleanup older than 14 days
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2018-05-25 12:39:19 +01:00
Adam Williamson 49ff26a3b6 scripts: TARGET_DIR should not have trailing slash
The TARGET_DIR values in just these few nightly scripts have
trailing slashes. They shouldn't, it'll lead to double slashes
in all the places that use TARGET_DIR as they expect it not to
have one.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-01-26 14:23:31 +01:00
Adam Williamson e82a95813c nightly scripts: Use $DESTDIR more
We set $DESTDIR in all these scripts, but then use its value
several times without just...using it. Let's use it!

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-01-25 12:12:21 +01:00
Adam Williamson 93bf27c8f2 Emit 'location' key in fedmsgs, pointing to compose URL
For fedmsg_meta we have to provide a 'link'. At present we do
this with a rather large and icky pile of conditionals which
doesn't work properly. It's much simpler to figure out the URL
in the compose script and emit it in the fedmsg, then meta can
just...use it. For older fedmsgs we'll just point to the base
kojipkgs location for the link.

For synced composes, we use the synced URL on dl (this matches
what the meta stuff tried to do before). For non-synced composes
we just use the kojipkgs location.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-01-25 11:00:52 +01:00
Adam Williamson bdf439a42a Apply cloud, docker and twoweek changes from 27 branch to master
These aren't really used on the master branch, but we may as
well make sure they're up to date, if only so *next* time we
branch we don't regress. These are the changes I made to add the
shortname to fedmsgs, fix exit on failed compose, and clean up
a few other things.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-01-24 20:59:52 +01:00
Lubomír Sedlář 20f723c1b9 Fix pungi call with extra argument
The script gets a label as a command line argument, and this is manually
handled by adding it as `--label=$1` to the pungi-koji command. We
should not add this argument to another time.

This avoid problem with Pungi 4.1.17 which reports an error when seeing
unknown arguments (which were silently ignored before).

Fixes: https://pagure.io/pungi/issue/682
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-07-24 14:44:12 +02:00
Mohan Boddu fd9eb1219d Adding cloud, atomic and docker composes
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-24 13:28:32 -05:00