summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-09-24pass --use-system-qemu option to init_buildsystemAnas Nashif1-1/+1
Currently this option has no effect, variable is set to true and when passed to init_buildsystem it does nothing, this patch will set the variable USE_SYSTEM_QEMU to --use-system-qemu and hence init_buildsystem will use system qemu
2012-09-10- drop '-o' bsdtar flag when unpacking preinstall imagesMichael Schroeder1-1/+1
This is needed for texlive packages.
2012-09-05- support binary rpms with fo SOURCERPM header elementMichael Schroeder1-1/+6
2012-09-05Do not include () when parsing macro option definitionFrank Lichtenheld1-1/+1
Otherwise the following warning is issued later Odd number of elements in hash assignment at /usr/lib/build/Build/Rpm.pm line 131
2012-08-30- use default MEMSIZE in check_for_ppcAdrian Schröter1-1/+1
2012-08-28- don't add self-provides for src packagesMichael Schroeder1-12/+14
2012-08-24- implement var substitution for arch, fix quoting code, also set 'sources' ↵Michael Schroeder2-6/+13
when parsing PKGBUILD
2012-08-24- depends also count as makedepends in arch linuxMichael Schroeder1-0/+1
2012-08-24- add .qcow2 file handling for kiwiAdrian Schröter1-5/+13
2012-08-22- support root tar ball output format of kiwi, just export the tar ball ↵Adrian Schröter1-0/+16
files and leave out not needed files
2012-08-20- bring prereqs handling in sync with the obs backendMichael Schroeder1-2/+3
2012-08-20Merge pull request #19 from andreas-schwab/masterMichael Schroeder1-1/+3
expanddeps: ignore prereqs for subpacks to be built
2012-08-18expanddeps: ignore prereqs for subpacks to be builtAndreas Schwab1-1/+3
2012-08-16Build::Arch add queryvars and queryfilesMichael Schroeder1-13/+41
2012-08-10- be more strict about the spelling of --cleanMichael Schroeder1-1/+1
2012-08-09- rename vmdisk-cleanup to vmdisk-clean (cleanup sounds like it is done ↵Michael Schroeder1-9/+14
after the build). Also remove the swap image and be careful to not remove device nodes
2012-08-09Merge pull request #18 from k0da/masterMichael Schroeder1-0/+11
add vmdisk-cleanup, to remove VM root disk if needed
2012-08-02- remove spaces from debug package macros, they may confuse rpm in rare casesMichael Schroeder1-3/+3
2012-08-01Revert "- workaround hanging kiwi builds on dmsetup remove with openSUSE ↵Michael Schroeder1-3/+0
12.2 initrd (bnc#772075)" This reverts commit 6a59557ab3839a24188ddfb954a4d687c844a8e2. Wrong fix. It turned out that it's a race in udevd.
2012-08-01- workaround hanging kiwi builds on dmsetup remove with openSUSE 12.2 initrd ↵Adrian Schröter1-0/+3
(bnc#772075)
2012-07-30- fix building in btrfs VMsAdrian Schröter1-0/+2
2012-07-30- mount binfmt misc handler in chroot caseAdrian Schröter1-1/+3
2012-07-24add vmdisk-cleanup, to remove VM root disk if neededDinar Valeev1-0/+11
2012-07-19- add initial openSUSE 12.3 config to fix package buildAdrian Schröter1-0/+607
2012-07-19- final openSUSE 12.2 configAdrian Schröter1-84/+57
2012-07-17- do not package uncompressed and compressed version of same kiwi imageAdrian Schröter1-0/+8
2012-07-16- avoid double timestampes in VM buildsAdrian Schröter1-1/+6
2012-07-16- prefix each build log line with the second since build startedAdrian Schröter1-2/+5
2012-07-09- add ia64 personality (patch from Rudi)Adrian Schröter1-0/+1
2012-07-05- add back one layer of indirection: only create debug packages if rpmbuild ↵Michael Schroeder1-13/+17
is called with --define _build_create_debug 1 Otherwise mkbaselibs creates debug packages, especially a broken debugsource package.
2012-07-04- use rpmquery instead of rpmsign to detect rpmv4, as Fedora has a separate ↵Michael Schroeder1-2/+2
package for rpmsign
2012-07-03- umount /run in 2nd stage, our initrd mounts tmpfs on itMichael Schroeder1-1/+2
2012-06-29make sure we keep installed packages even if they come from preinstalled imagesStephan Kulow1-0/+1
2012-06-28- basic hugetable memory page supportAdrian Schröter1-0/+11
2012-06-27- unify "installing..." message a bitMichael Schroeder1-8/+4
2012-06-27- do not extract old build results when build type is not handled.Adrian Schröter1-0/+3
2012-06-27- minor output fix, no underscore for extracting packagesAdrian Schröter1-1/+1
2012-06-26- cosmetcis: remove "..."Michael Schroeder1-2/+2
2012-06-26- fix extraction of preinstall imagesMichael Schroeder1-1/+4
2012-06-26- make stat report the numeric id so that we no longer get UNKNOWNMichael Schroeder1-2/+2
2012-06-26- adrian and coolo want _preinstallimage as file nameMichael Schroeder3-4/+4
2012-06-26- correct unwanted change that broke the BUILD_IS_RUNNING testMichael Schroeder1-1/+1
2012-06-26- export rpms of kiwi builds just via OTHERAdrian Schröter1-1/+1
2012-06-25- kiwi appliance gets build as root, take care on .build.packages link creationAdrian Schröter1-1/+7
- export created rpms of kiwi builds in VM's
2012-06-25- fix test for existens kiwi qa scriptAdrian Schröter1-1/+1
2012-06-20- support preinstal limage creation/unpackingMichael Schroeder2-94/+232
2012-06-20- support expansion of preinstallimage build typeMichael Schroeder1-2/+2
2012-06-20- ignore empty packages when ordering (instead of dieing)Michael Schroeder1-0/+4
2012-06-20- support 'preinstallimage' parsingMichael Schroeder2-3/+15
2012-06-14- use __debug_package instead of _suse_insert_debug_package_seen, always ↵Michael Schroeder1-7/+4
undef _enable_debug_packages to unbreak Fedora17 builds