Mohan Boddu
1f7752e499
Additing execute permission to cloud-nightly.sh
...
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-17 18:51:47 -05:00
Mohan Boddu
ca9bd37059
Fix variant name to CloudImages for Fedora 24
...
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-17 18:29:09 -05:00
Mohan Boddu
9578ecb980
Split Atomic and CloudImage for Fedora 24
...
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-17 14:30:26 -05:00
Dennis Gilmore
1f7444344e
no longer have the keep_origional_comps option
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-10-19 10:47:58 -05:00
Dennis Gilmore
f6fdcdc1ab
make config validate
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-09-22 07:39:50 -05:00
Dennis Gilmore
e6ceff4510
pull in the correct ostree into the installer image
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-08-26 15:23:23 -05:00
Dennis Gilmore
36c2956e22
fix up the rsync location
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-07-06 21:03:34 -05:00
Dennis Gilmore
8df7256746
only make the composeinfo once
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-06-27 05:09:49 -05:00
Dennis Gilmore
e79c3a17e0
fix up naming and rsync
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-06-27 00:46:01 -05:00
Dennis Gilmore
66d524f7c1
pull comps for two week from pagure
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-06-26 22:20:09 -05:00
Dennis Gilmore
46caff59a9
setup two week atomic for f24 GA
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-06-22 22:59:23 -05:00
Dennis Gilmore
fbd6e5557e
live_media_release needs to be a string
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-06-14 14:17:46 -05:00
Dennis Gilmore
a3970c8427
setup for final compose 2
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-06-14 07:36:50 -05:00
Dennis Gilmore
abeafa35f9
setup for final 1.1 compose
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-06-10 06:05:23 -05:00
Lubomír Sedlář
a9e125bc2d
Change image naming for twoweek compose
...
The release name now contains Atomic and having images name
Atomic-Atomic is not nice.
Also drop filename setting from ostree_installer. It uses the global
naming format.
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-05-31 19:12:04 +02:00
Dennis Gilmore
0353e06c32
pull the new arm-tools comps group into Workstation and server trees
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-30 10:02:33 -05:00
Dennis Gilmore
eabdd0feb7
add platform-vmware group to the Sever, Cloud and Workstation Variants
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-27 15:12:19 -05:00
Dennis Gilmore
4355b2da41
remove all the groups and environments from Everything variant
...
We now copy the comps file as is to Everything
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-27 15:12:08 -05:00
Dennis Gilmore
54a39b8b48
rename the two week compose from Fedora to Fedora-Atomic
...
fix the CHECKSUM filename by adding arch
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-27 14:22:14 -05:00
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
Dennis Gilmore
79efdbf392
update the git repo urls for kickstarts and lorax templates
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-27 11:36:30 -05:00
Fedora Release Engineering
33ab0dc0fc
two week compose fixes
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2016-05-26 17:13:38 -05:00
Lubomír Sedlář
23f4f25b75
Update config for twoweek compose
...
* It is not a layered product (otherwise base_product would need to be
configured).
* Add Cloud variant. Its repos are used in image_build section.
* Add source repositories. They are needed for depsolving.
* Remove release_id_allow_missing, which should be product_id_ and only
makes sense if product_id is configured.
* Remove notification_script, as this is handled by CLI option
* Remove link_files: it's called link_type and hardlink-or-copy is
default.
* Set bootable to False, we don't need buildinstall here.
* Use repos and install trees from regular F24 compose for building
images
* Skip some phases to make it faster: we don't need to gather any
packages, so we can skip pkgset, gather and extra_files phases.
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-05-26 17:12:29 -05:00
Dennis Gilmore
f4bc72b5c8
add ova-option for vagrant, add i386 for cloud_base
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-26 16:55:38 -05:00
Dennis Gilmore
e4ff3b3067
attempt to add the correct ova-option to set the vagrant_sync_directory
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-26 11:19:25 -05:00
Dennis Gilmore
4c4a047574
multilib apitrace-libs and fakeroot-libs
...
https://pagure.io/pungi-fedora/issue/21
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-24 07:27:30 -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
14b85fcb95
Revert "get kickstarts from fedorahosted"
...
This reverts commit 8ec5ed3cf0f28d7822bf7f8ce62fbf4fc1579b71.
2016-05-16 21:17:57 -05: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
8ec5ed3cf0
get kickstarts from fedorahosted
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-14 20:46:07 -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
6930d50837
ass missing s from the end of %(arch)
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-09 10:00:21 -05:00
Dennis Gilmore
d7c25e921f
put teh arch in treh CHECKSUM name
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-06 16:26:47 -05:00
Dennis Gilmore
75e1705c64
setup for Beta-1.6
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-03 20:26:04 -05:00
Dennis Gilmore
63425b1ca8
fix up the key signature id
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-03 16:45:39 -05:00
Dennis Gilmore
5732565094
setup for 1.5
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-03 16:39:29 -05:00
Dennis Gilmore
7c14d83514
point twoweek nightly at the correct config
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-02 12:17:35 -05:00
Dennis Gilmore
a84e719ae5
add script for the two week nightly compose
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-02 12:13:01 -05:00
Dennis Gilmore
fb1ead6dba
add an attempt at making an two week compose
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-02 12:06:53 -05:00
Dennis Gilmore
7390110e24
make sure we use the f24 git branch for atomic images
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-01 21:35:25 -05:00
Dennis Gilmore
514d101c05
setup for Beta-1.4
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-29 19:31:48 -05:00
Dennis Gilmore
df4f949633
setup for Beta 1.3
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-29 15:56:33 -05:00
Dennis Gilmore
815edba928
adjust Release version from 24_Alpha to 24_Beta and prep for 1.2 compose
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-28 07:18:56 -05:00
Dennis Gilmore
26d5a72ac2
setup for Beta 1.1
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-27 16:17:43 -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