Skip to content

Instantly share code, notes, and snippets.

# 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
#
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
#!/bin/bash
# quickbuild script
#
# Issues:
# * Remove [target] if we can determine what last build-target was (maybe cache it?)
usage() {
cat <<EOF
#!/bin/bash
# quickbuild script
#
# Issues:
# * Remove [target] if we can determine what last build-target was (maybe cache it?)
usage() {
cat <<EOF
# -*-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
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
Package binutils changed from 5a47f148846fad34b6ed023390cb454cd4595a43 to 5a4d240d5cbcdb0d7913343357eb5aedd44d467a in gi:
commit 5a4d240d5cbcdb0d7913343357eb5aedd44d467a
Author: Carsten Munk <carsten.munk@jollamobile.com>
Date: Fri Sep 7 21:12:09 2012 +0200
Actually add spec files too
Signed-off-by: Carsten Munk <carsten.munk@jollamobile.com>
#!/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>
<project name="nemo:devel:mw">
<title>Nemo nemo:devel:mw</title>
<description>Shared components between ux and apps
Contains:
policyframework
maliit
qt-components
telepathy</description>
hardstatus alwayslastline
# hardstatus string %{= kw}%-w%{= BW}%n %t%{-}%+w %-= @%H - %LD %d %LM - %c
hardstatus string "%{= ky}%-Lw%{=r}%20>%n %t%{= ky}%+Lw %{= ky}%-=| %{= kw}%M%d %c%{-} %{=r} ${USER}@%H "
# %{= ky} set color to yellow on black.
# %{= yk} set color to black on yellow.
# %{=r} reverse the color attrs
# %-Lw all window #s, titles, and flags before the current window.
# %n %t current window number and title.
# %+Lw all windows #s, titles, and flags after the current window.
# %-= pad remaining spaces.