Mike McLean
4b36a8f2f9
fix spelling error
2016-09-15 15:59:03 -04:00
Mike McLean
896b4f91c2
pass workdir to mergerepos command
2016-08-10 12:06:30 -04:00
Mike McLean
125df6771b
use correct temporary dirs in openRemoteFile and mergerepos
2016-08-10 12:06:30 -04:00
Mike McLean
4b62f3c2dd
clean up output
2016-08-08 18:16:33 -04:00
Mike McLean
91b6b16d58
more debugging output in mergerepos
2016-08-08 18:16:33 -04:00
Mike McLean
3d7d269d4b
debug output
2016-08-08 18:16:33 -04:00
Ian McLeod
6a39901b8e
expose Factory hyperv support in builder
2016-06-08 09:10:45 -05:00
Dennis Gilmore
6f53e4f1aa
LMC: change the name of the andconda log files
...
anaconda and lmc both have a program.log so we are losing one. This
patch adds a anaconda- prefix to the logfile for files in the
anaconda directory so that we get all files and know which files are
from lmc and which are from anaconda.
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-25 14:36:28 -04:00
Dennis Gilmore
15bc2f1cee
--project does not like options with spaces, just go with name
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-25 14:36:28 -04:00
Dennis Gilmore
41075714c5
lmc: add --project to livemedia-creator
...
add --project argument to livemedia-creator take name and replace - with
a space.
Signed-off-by: Dennis Gilmore <dennis@ra.ausil.us>
2016-05-25 14:36:28 -04:00
Ian McLeod
15e7969b3e
add armv6 hard fp arches to mergerepos cannonical mapping lists
2016-05-16 14:08:49 -04:00
Mike McLean
175f047288
s/LiveMEDIA/LiveMedia
2016-05-16 14:02:08 -04:00
Dennis Gilmore
d060924980
add missing self. in ks handling
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-16 14:02:07 -04:00
Mike McLean
4cb0f9632f
define bld_info earlier in livemedia/livecd/appliance handlers
2016-05-16 14:02:07 -04:00
Mike McLean
c0fb079d12
apply fix for setting kickstart url to livemedia as well
...
see: 86ca706 and e7abc97
2016-05-16 14:02:07 -04:00
Mike McLean
9c27dfd8f0
no rpm list for livemedia images until we can get the data from lmc
2016-05-16 14:02:07 -04:00
Mike McLean
b561e2a77d
inject install tree url for livemedia spins
2016-05-16 14:02:07 -04:00
Mike McLean
e519846c03
use correct livemedia isoname throughout
2016-05-16 14:02:07 -04:00
Mike McLean
a11fcd16d1
correct livemedia log name
2016-05-16 14:02:07 -04:00
Mike McLean
ed215addd9
fix livemedia report text
2016-05-16 14:02:07 -04:00
Mike McLean
d8be22aea5
more livemedia multiarch
2016-05-16 14:02:07 -04:00
Mike McLean
a2e5f00cce
partial work on multiarch livemedia builds
2016-05-16 14:02:06 -04:00
Mike McLean
4b918f6c1f
use correct path to result iso
2016-05-16 14:02:06 -04:00
Mike McLean
b43b55902e
use correct value for lmc "releasever" arg
2016-05-16 14:02:06 -04:00
Mike McLean
7ce20ba5b0
look in right place for livemedia isos
2016-05-16 14:02:06 -04:00
Mike McLean
ae1f4d5369
use --iso-name livemedia opt
2016-05-16 14:02:06 -04:00
Mike McLean
7af83fd153
grab livemedia anaconda logs too
2016-05-16 14:02:06 -04:00
Mike McLean
5b6d6952c5
capture all livemedia logs
2016-05-16 14:02:06 -04:00
Mike McLean
ec7b51f133
fix isoname
2016-05-16 14:02:06 -04:00
Mike McLean
103c74358d
use _shortenVolID for livemedia handler too
2016-05-16 14:02:06 -04:00
Dennis Gilmore
da86a6346c
shorten the livecd iso labels to match fedora's naming policy
2016-05-16 14:02:06 -04:00
Mike McLean
7dcc65ee29
refactor lmc args. only making live isos for now
2016-05-16 14:02:06 -04:00
Mike McLean
b8b00acc39
fix livemedia-creator kickstart opt
2016-05-16 14:02:06 -04:00
Mike McLean
08d17d953d
make sure livemedia options are passed through to task
2016-05-16 14:02:06 -04:00
Mike McLean
bd52ecff00
first stab at livemedia control task, based on livecd
2016-05-16 14:02:06 -04:00
Mike McLean
2b8061d443
fix whitespace
2016-05-16 14:02:05 -04:00
Adam Miller
44f02cd254
- fix whitespace issues with tab characters vs spaces
...
- fix invalid variable names in livemediacreator handler
- add parser for ostree pxe2live to cli
2016-05-16 14:02:05 -04:00
Jon Disnard
1deb0932de
builder: Add LMC task handler
...
A copy of Jay Greguski's livecd-creator task.
It replaces livecd-creator for livemedia-creator.
For now it does live-iso, ostree-live, and disk-img.
This initial commit needs more work to be functional.
Signed-off-by: Jon Disnard <jdisnard@redhat.com>
2016-05-16 14:02:05 -04:00
Ian McLeod
4c923ac077
ensure qcow2 v2 compatible output regardless of local qemu-img version
2016-05-16 12:02:18 -04:00
Mike McLean
b0cdd312ec
add krb_rdns option. see https://fedorahosted.org/koji/ticket/328
2016-05-11 16:58:41 -04:00
Dennis Gilmore
7390348a97
noarch arch handling fixups on armhfp tasks
...
armhfp is not a valid arch acording to autoconf. We were using arm
instead. nodejs has a bunch of packages with ExclusiveArch and are
hitting issues with using arm as the arch so switch to armv7hl
instead
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-11 12:30:38 -04:00
Mike McLean
5bcfe7034a
clean up the tar-gz patch a bit
...
remove the temp hardlink
don't really need format arg
hook tar-gz format in a bit
2016-04-11 12:05:03 -04:00
Mike McLean
704a895831
first stab at tar-gz image support
2016-04-11 12:05:03 -04:00
Mike McLean
6746ce5c13
use full path to squashfs-root
2016-03-30 12:18:56 -04:00
Mike McLean
e7eb1547cc
use rhel-friendly path for dd
2016-03-30 12:18:56 -04:00
Fabian Deutsch
4729adc5f9
Add support for liveimg-squashfs
...
This patch adds support to build squashfs images which are compatible to
anaconda's liveimg directive and dracuts liveimg feature.
The feature is pretty simple, as it just reuses the raw diskimage, and
strips the disklabel, to retrieve the plain filesystem image.
Two open issues:
- Stripping the disk label is a pretty hack
- Database schema upgrade is missing
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2016-03-30 12:18:56 -04:00
Dennis Gilmore
681a995c32
set the arch in the tdl to be compatibile with qemu
...
as 32 bit arm can run hardware or software floating point code,
we have a bunch of arches that are not exactly real to
differenciate and keep installs sane. qemu only understands
armv7l, so we need to always use armv7l for virt on 32 bit arm
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-21 16:05:49 -04:00
Mike McLean
7bac2721f8
fix errors in several raise statements
2015-12-21 13:31:17 -05:00
Mike McLean
a2ed2beb38
adjust option name to: use_createrepo_c
2015-12-11 16:49:37 -05:00
Dennis Gilmore
cfe69773c2
enable using createrepo_c instread of createrepo.
...
Make createrepo_c use a configurable action, defaulting to createrepo
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-11 16:46:40 -05:00