35 Commits

Author SHA1 Message Date
Dennis Gilmore
d434ffed80 we can not use -delete as we have to limit the depth so we do not remove files from the current composes
the rm -rf is needed to clean up the directories -delete gives us
find: cannot delete '/mnt/koji/compose/rawhide/Fedora-Rawhide-20160512.n.0/compose': Directory not empty
find: cannot delete '/mnt/koji/compose/rawhide/Fedora-Rawhide-20160512.n.0/logs': Directory not empty

Revert "Use -delete instead of -exec rm it's quicker because it doesn't fork for every file"

This reverts commit e45177a4c6a0dc6278dce858095422c67b9fb699.

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-27 14:22:02 -05:00
Peter Robinson
e45177a4c6 Use -delete instead of -exec rm it's quicker because it doesn't fork for every file
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2016-05-20 11:43:34 +01:00
Dennis Gilmore
e5d820b9f5 we need to leave files older than 14 days go about cleaning up differently
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-16 20:31:10 -05:00
Dennis Gilmore
b8fde89863 clean up branched composes older than 2 weeks
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-16 19:47:47 -05:00
Dennis Gilmore
a6bbe332af set ATOMICDEST to the non mirrored location
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-16 14:40:35 -05:00
Dennis Gilmore
90130382f2 fix making of comps
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-14 08:36:14 -05:00
Dennis Gilmore
c4db7dce41 adjust for comps and spin-kickstarts moving
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-13 18:26:23 -05:00
Dennis Gilmore
5281ff84c8 atomic is all now in pungi
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-27 11:10:07 -05:00
Dennis Gilmore
0c50858f37 fix up the path to the srpms so we can figure out what needs excluded on each secondary arch
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-19 08:32:58 -05:00
Dennis Gilmore
7b0fbb363b set --treename for spam-o-matic to F-$DIST
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-19 08:31:39 -05:00
Dennis Gilmore
8a568d5c13 add fedmsg's for rsync and compose done
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-08 08:39:29 -05:00
Dennis Gilmore
43e656f9cb set the name in .composeinfo to be the compose id
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-08 08:34:42 -05:00
Dennis Gilmore
68ddab62be we need to remove the old composeinfo files in order to make a new one
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-18 15:01:56 -05:00
Dennis Gilmore
ed1e2e042c make old style .composeinfo files on the master mirror for beaker import
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-18 15:01:47 -05:00
Dennis Gilmore
c0f5acd1c3 change the url for the fedora-atomic.git to pagure
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-18 14:35:49 -05:00
Dennis Gilmore
47c9e610d8 checkout spin-kickstarts for the atomic installer
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-14 17:57:19 -05:00
Dennis Gilmore
c58f08d8b8 sync teh atomic repo
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-11 18:50:02 -06:00
Ralph Bean
63f4d07565 Just re-use the fedmsg definition from the releng repo.
Signed-off-by: Ralph Bean <rbean@redhat.com>
2016-03-03 13:12:28 -06:00
Dennis Gilmore
ca0dac156a attempt to send each email inidividulaly
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-03 09:19:37 -06:00
Dennis Gilmore
24ab077a3d use BRANCHED not VERSION in atomic installer
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-02 17:45:32 -06:00
Dennis Gilmore
4e350e68f2 tie in missing functionality
tie in some scripts for the releng repo and mash to get thinsg more complete

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-29 16:24:02 -06:00
Dennis Gilmore
760e94c15c make sure we sned the email and change the subject
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-28 22:25:37 -06:00
Dennis Gilmore
14f08970c8 use TARGET_DIR variable for finding compsoe ids
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-27 08:52:54 -06:00
Dennis Gilmore
e128ca9d2a set RSYNCPREFIX so we sudo when needed
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-26 21:18:42 -06:00
Dennis Gilmore
565dc4ffdd sync the compose bits to the master mirror
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-26 21:08:35 -06:00
Dennis Gilmore
6af3c6ba18 setup for branched
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-24 12:36:36 -06:00
Dennis Gilmore
cbaae50667 cat not echo the COMPOSE_ID files
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-23 21:51:33 -06:00
Dennis Gilmore
a25b08c727 attempt to make a atomic repo and installer
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-23 16:34:37 -06:00
Dennis Gilmore
7d1294ffd7 fixup a few wrong settings in the configs
add i386 images

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-10 10:14:08 -06:00
Dennis Gilmore
49c78ea88d add missing f in the comps file
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-08 09:31:42 -06:00
Dennis Gilmore
19e8689534 grab and make the latest comps file
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-08 09:15:29 -06:00
Dennis Gilmore
14fba4cef7 set teh script to use for fedmsg notifications
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-04 13:58:19 -06:00
root
41d8d5262e update the shell script based on suggestions from dmach
Signed-off-by: root <root@compose-x86-01.phx2.fedoraproject.org>
2015-07-24 13:13:51 -05:00
Dennis Gilmore
778eabff0e updates that have been done for testing
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-07-07 10:16:29 -05:00
Dennis Gilmore
ced9341be4 setup the initial fedora repo
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-05-29 15:04:00 -05:00