summaryrefslogtreecommitdiff
path: root/build-vm
Commit message (Collapse)AuthorAge
* - new chroot does not take / anymore but just fails.Adrian Schröter2014-10-24
| | | | This is fixing Ubuntu 14.10 builds (and hopefully breaks nothing else)
* - add GPL license and headers.Adrian Schröter2014-10-09
| | | | | Most of it is GPL v2 or v3 licensed. Some parts only v2 atm, but I will check with authors for v3 permission
* avoid watchdog getting fooled by binary junk in logfileAndreas Schwab2014-08-07
| | | | If grep thinks the file is binary it only prints "Binary file ... matches"
* add workaround for arm builds on aarch64Michael Schroeder2014-07-22
|
* fix vm-lxc on ppcMichael Schroeder2014-07-21
|
* use "ppcle" to carry ppc personality when coming from ppc64leRuediger Oertel2014-07-21
|
* do not print "WATCHDOG MARKER END" twice when switching personalityMichael Schroeder2014-07-16
|
* Merge pull request #116 from jblunck/livebuild-build-binariesMichael Schroeder2014-07-10
|\ | | | | Requested changes to use /.build.binaries as a repository path
| * Revert "For livebuild we have (like kiwi) sub-directories with additional ↵Jan Blunck2014-07-09
| | | | | | | | | | | | packages in the source folder" This reverts commit 758824d36df2b5103f842bbe4804bdb6b6cc95e8.
* | - run mkswap only inside the VM, it can have a different formatAdrian Schröter2014-07-09
|/
* For livebuild we have (like kiwi) sub-directories with additional packages ↵Jan Blunck2014-07-04
| | | | | | in the source folder Signed-off-by: Jan Blunck <jblunck@infradead.org>
* - support new kiwi bundler, handing over the bundlingAdrian Schröter2014-06-04
| | | | to kiwi itself
* rename ccache to CCACHE and export it in build-vmMichael Schroeder2014-04-28
|
* add experimental support for mock as build engineMichael Schroeder2014-04-25
|
* refactor: add recipe_parse_options, move --stage to itMichael Schroeder2014-04-16
|
* Fix type in ppc and s390 personalityDinar Valeev2014-04-01
| | | | | | | | uname -n will unlikely return an architrecture. Should be uname -m instead Signed-off-by: Dinar Valeev <dvaleev@suse.com>
* fix a couple of typos to make building on ppc work againMichael Schroeder2014-04-01
|
* move vm_fixup call before writing the build.dataMichael Schroeder2014-03-28
| | | | This is because we need to patch VM_SWAPDEV in some cases.
* add Rudi's vm_watchdog code, adapt to s390 personality disorderMichael Schroeder2014-03-26
|
* fix strange space inserted by some vim mis-usageMichael Schroeder2014-03-24
|
* collect/extract the complete build result file treeMichael Schroeder2014-03-24
| | | | | This simplifies the code and also allows us to build kiwi products in a vm.
* the --use-system-qemu option does not do anything, kill itMichael Schroeder2014-03-20
|
* refactor recipe handlingMichael Schroeder2014-03-19
|
* do not try to mount /sys if it is already mountedMichael Schroeder2014-03-19
|
* move personality_syscall setting into build-vmMichael Schroeder2014-03-18
|
* only call vm_setup if VM_IMAGE is set, fixes lxc buildsMichael Schroeder2014-03-18
|
* fix rpm extraction code, broken since 2010...Michael Schroeder2014-03-18
|
* refactor vm handlingMichael Schroeder2014-03-18
- move common vm code into build-vm - split vm-types into multiple build-vm-* plugins - support xen 4.3