This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*-mic2-options-*- --arch=i486 -*-mic2-options-*- | |
# | |
# Do not Edit! Generated by: | |
# kickstarter.py | |
# | |
lang en_US.UTF-8 | |
keyboard us | |
timezone --utc UTC | |
part / --size 1000 --ondisk sda --fstype=ext4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cycle: dbus-libs -> dbus -> systemd | |
breaking dependency systemd -> dbus-libs | |
cycle: nss -> nss-sysinit | |
breaking dependency nss-sysinit -> nss | |
cycle: rpm-libs -> rpm | |
breaking dependency rpm -> rpm-libs | |
done | |
booting XEN kernel ... | |
linux64 xm create -c /var/tmp/build.xen.conf-FTlBJ810l name=build_4 disk=file:/var/cache/obs/worker/root_4/root,hda1,w disk=file:/var/cache/obs/worker/root_4/swap,hda2,w extra=quiet init=/.build/initscript_qemu_vm elevator=noop panic=1 console=ttyS0 rw | |
Using config file "/var/tmp/build.xen.conf-FTlBJ810l". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This yaml file creates the kickstarts for the SDK images | |
# | |
# It produces ks files that work against both the final released | |
# version of the Tools project and against the OBS repository. This | |
# provides confidence that a release built against the final release | |
# will behave consistently with an OBS trial build. | |
# | |
# It currently makes use of the BUILD_ID to define which Mer release | |
# to use and the target Tools release is hardcoded | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stskeeps@shell:~/release-tools$ (cd obs-projects/Core-next; git pull) | |
error: RPC failed; result=22, HTTP code = 503 | |
fatal: The remote end hung up unexpectedly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# quickbuild script | |
# | |
# Issues: | |
# * Remove [target] if we can determine what last build-target was (maybe cache it?) | |
usage() { | |
cat <<EOF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# quickbuild script | |
# | |
# Issues: | |
# * Remove [target] if we can determine what last build-target was (maybe cache it?) | |
usage() { | |
cat <<EOF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*-mic2-options-*- --arch=armv6l -*-mic2-options-*- | |
# | |
# Do not Edit! Generated by: | |
# kickstarter.py | |
# | |
lang en_US.UTF-8 | |
keyboard us | |
timezone --utc UTC | |
part /boot --size 50 --ondisk mmcblk0p --fstype=vfat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Making Worker | |
Worker about to build | |
/srv/images/web/root/1-20120918-192044/ | |
overlayimg is /dev/vgimgw1/img_base-overlay-1-20120918-192044-port-60245 | |
build_image_0 RUNNING | |
Process Process-3: | |
Traceback (most recent call last): | |
File "/usr/lib64/python2.7/multiprocessing/process.py", line 258, in _bootstrap | |
self.run() | |
File "/usr/lib64/python2.7/multiprocessing/process.py", line 114, in run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package binutils changed from 5a47f148846fad34b6ed023390cb454cd4595a43 to 5a4d240d5cbcdb0d7913343357eb5aedd44d467a in gi: | |
commit 5a4d240d5cbcdb0d7913343357eb5aedd44d467a | |
Author: Carsten Munk <[email protected]> | |
Date: Fri Sep 7 21:12:09 2012 +0200 | |
Actually add spec files too | |
Signed-off-by: Carsten Munk <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
spaces="\ \ \ \ " | |
function mkproj { | |
for phase in devel testing stable; do | |
p=${proj/phase/$phase} | |
cat <<EOF | |
<project name="$p"> | |
<title>Nemo $p</title> | |
<description>$desc</description> |