Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:favogt:branches:openSUSE:Factory:Live
livecd-leap-xfce
pre-checkin.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pre-checkin.sh of Package livecd-leap-xfce
#!/bin/sh set -u install() { if [ -n "${2-}" ]; then PACKAGES="$PACKAGES\n <package name=\"$1\" arch=\"$2\"/>" else PACKAGES="$PACKAGES\n <package name=\"$1\"/>" fi } buildignore() { # Normally, <package name="foo" onlyarch="skipit"/> should work, # but https://github.com/openSUSE/obs-build/issues/420 requires a workaround ## Due to "--ignoreignore--" this has no effect either, so workaround the workaround ## by using <ignore/>, which gets ignored by OBS completely... PACKAGES="$PACKAGES\n <!-- OBS-IgnorePackage: $1 -->" PACKAGES="$PACKAGES\n <ignore name=\"$1\"/>" } installPattern() { PACKAGES="$PACKAGES\n <namedCollection name=\"$1\"/>" } archive() { PACKAGES="$PACKAGES\n <archive name=\"$1\"/>" } for distro in leap tumbleweed; do distroname="openSUSE Tumbleweed" bootsplash="bgrt" releaseprefix="openSUSE" if [ "${distro}" = "leap" ]; then distroname="openSUSE Leap %OS_VERSION_ID%" # This changes every few weeks, apparently. #releaseprefix="Leap" fi for flavor in gnome kde xfce x11; do uppercaseflavor="$(echo "${flavor}" | tr [:lower:] [:upper:])" if [ "${flavor}" = "x11" ]; then name="${distroname} Rescue CD" else name="${distroname} ${uppercaseflavor} Live" fi PACKAGES="\n <!-- list-common.sh -->" . "$PWD/list-common.sh" PACKAGES="$PACKAGES\n\n <!-- list-${flavor}.sh -->" . "$PWD/list-${flavor}.sh" sed "s#@FLAVOR@#${flavor}#g;\ s#@NAME@#${name// /-}#g;\ s#@DISPLAYNAME@#${name}#g;\ s#@VOLID@#${name// /_}#g;\ s#@BOOTSPLASH@#${bootsplash}#g;\ s#@RELEASEPREFIX@#${releaseprefix}#g;\ s#@PACKAGES@#${PACKAGES}#g;" livecd.kiwi.in > livecd-${distro}-${flavor}.kiwi done done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor