summaryrefslogtreecommitdiffstats
path: root/roles/releng/files
Commit message (Collapse)AuthorAgeFilesLines
* no more f24 cloud composes pleaseKevin Fenzi2017-08-231-4/+0
|
* Enabling branched(f27) composesMohan Boddu2017-08-161-3/+3
| | | | Signed-off-by: Mohan Boddu <mboddu@redhat.com>
* remove s390 branched nightlyPeter Robinson2017-07-201-3/+0
|
* Enabling docker and cloud nightly composes for F26Mohan Boddu2017-07-142-4/+12
| | | | Signed-off-by: Mohan Boddu <mboddu@redhat.com>
* Removing branched composesMohan Boddu2017-07-071-3/+3
| | | | | | | Since we got a f26 gold final RC compose, we dont need to do nightlies anymore. Signed-off-by: Mohan Boddu <mboddu@redhat.com>
* Enabling f26 atomic two-week nightly composesMohan Boddu2017-07-061-2/+6
| | | | Signed-off-by: Mohan Boddu <mboddu@redhat.com>
* releng: remove unused branched/rawhide secondary compose cron jobsPeter Robinson2017-05-175-15/+0
|
* Enable f26 modular compose cronjob.Ralph Bean2017-05-151-0/+1
|
* Add cron entry for modular rawhide compose.Ralph Bean2017-04-121-0/+1
|
* update s390-compose for f26Peter Robinson2017-04-121-1/+1
|
* make atomic-cd cron not noisyKevin Fenzi2017-04-101-1/+1
|
* Fix a typo in Rawhide DNF nightly cron jobLubomír Sedlář2017-04-101-1/+1
| | | | | | The variable needs to be called TMPDIR, not TPMDIR. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
* Add a cron job for rawhide nightly with DNFLubomír Sedlář2017-04-051-0/+1
| | | | | | | | | | | | | In order to compare YUM and DNF compose, this will start a simplified compose (no extra deliverables, just the packages) and create logs with differences. The compose starts 12 hours after the real rawhide, which should prevent any negative effects on the production compose (while it's possible for the nightly to not finish yet, after 12 hours it would only be waiting on koji tasks and not needed local resources much). See https://pagure.io/pungi-fedora/pull-request/178 for details. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
* Enable branched composeMohan Boddu2017-03-011-1/+1
| | | | Signed-off-by: Mohan Boddu <mboddu@redhat.com>
* Adding Fedora 24 and Fedora 25 CloudImage nightly composesMohan Boddu2017-02-181-0/+8
| | | | Signed-off-by: Mohan Boddu <mboddu@redhat.com>
* cleanup the files we dump in /tmp after ourselvesDennis Gilmore2017-01-193-3/+3
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* add a cron job for creating the docker base image nightlyDennis Gilmore2017-01-061-0/+3
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* Make the git checkout in this cron job quiet so it doesn't send email everytime.Kevin Fenzi2016-12-211-1/+1
|
* disable f24 production two week atomic composesDennis Gilmore2016-12-071-1/+0
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* use common lock file for things that update fedora/secondary fullfiletimelistsKevin Fenzi2016-11-232-2/+2
|
* Generate filtered file lists for fedfind to useAdam Williamson2016-11-191-36/+0
| | | | | | | | | | | | | | | | This adds `filterlist` files alongside the `fullfilelist` and `fullfiletimelist` files. These are much, much shorter lists which skip the entries for packages, ARM device tree boot files and directories. They are intended for consumption by fedfind, so it can stop using rync scraping to discover the image files it looks for. To enable this, we update to a newer version of `create-filelist` from upstream `quick-fedora-mirror` and make `update-fullfiletimelist` create the filterlist files as well. We also delete a couple of old copies of `create-filelist`; nirik made the two roles that use it share a common copy a few months back, but missed deleting the copy each role had in its `files` directory.
* run the f24 and f25 atomic composes nightly. we can switttttch off f24 as ↵Dennis Gilmore2016-11-181-1/+2
| | | | | | sson as f25 is good Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* releng: disable branched composesPeter Robinson2016-11-184-4/+4
|
* disable rawhide compse on ppc secondary now we've mergedPeter Robinson2016-11-041-1/+1
|
* use a lock file for the atomic continuous composes.Dennis Gilmore2016-10-031-1/+1
| | | | | | | with the lockfile if a compose runs over five minutes the new one stomps on the old and things are unhappy Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* we do not need the -n in the git cloneDennis Gilmore2016-10-021-1/+1
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* add crontab file and install it for running atomic host continuous deliveryDennis Gilmore2016-10-021-0/+4
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* releng: s390: adjust runtime of branchedPeter Robinson2016-09-201-1/+1
|
* releng - disable aarch64 rawhide secondary composePeter Robinson2016-09-131-1/+1
|
* enable branched on Alt ArchesPeter Robinson2016-07-303-3/+3
|
* releng: enabled F-25 branched on primaryPeter Robinson2016-07-281-1/+1
|
* update branched cron jobs for f25Peter Robinson2016-07-264-4/+4
|
* Update create-filelist and wrapper from upstream quick mirror.Kevin Fenzi2016-07-153-77/+2
| | | | | Merge all the various copies of the wrapper into one copy. Setup arguments as needed for each call.
* change the two week nightly compose to be f24 pungi basedDennis Gilmore2016-06-271-1/+1
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* releng: disable secondary branchedPeter Robinson2016-06-233-3/+3
|
* These have to use a local lock file as ftpsync doesnt have perms to /srv or /Kevin Fenzi2016-06-221-1/+1
|
* Some server side improvements for quick-mirrorKevin Fenzi2016-06-221-1/+1
|
* disable branched composes now we are goDennis Gilmore2016-06-171-1/+1
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* Update new create-filelist on bodhi and relengKevin Fenzi2016-05-281-30/+70
|
* Fix unneeded chmod of files on mirrors. releng ticket 6421Kevin Fenzi2016-05-211-2/+2
|
* Add new create-filelist call from https://pagure.io/quick-fedora-mirror to ↵Kevin Fenzi2016-05-162-1/+37
| | | | replace the rsync call to make fullfiletimelist file. This should allow quick-fedora-mirror script to work.
* Add a fullfiletimelist file with timestamps for fedora/epel changes to ↵Kevin Fenzi2016-05-041-1/+16
| | | | master mirrors
* compose: releng: fix copy paste on s390Peter Robinson2016-04-132-2/+2
|
* releng: enable s390 pungi 4 branched and rawhide composesPeter Robinson2016-04-122-0/+6
|
* releng: secondary: add ability to sign packages from secondary compose serversPeter Robinson2016-04-091-0/+14
|
* releng: fix copy/paste on Power64 cron jobsPeter Robinson2016-04-062-2/+2
|
* releng: compose: remove old pungi3 configs, all pungi configs now reside in ↵Peter Robinson2016-04-064-134/+0
| | | | https://pagure.io/pungi-fedora
* releng: secondary: add Power64 mash configs, branched/rawhide cron jobs, ↵Peter Robinson2016-04-065-34/+8
| | | | update aarch64
* just clone the repos`Dennis Gilmore2016-02-292-2/+2
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* enable and change the rawhide and branched cronjobsDennis Gilmore2016-02-292-3/+3
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>