1
0

Fix pre-checkin.sh format and add missing function

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=20
This commit is contained in:
Fabian Vogt 2019-03-06 14:34:15 +00:00 committed by Git OBS Bridge
parent 4ed24fa169
commit 6af7720167
2 changed files with 19 additions and 15 deletions

View File

@ -51,7 +51,6 @@
<package name="live-langset-data"/>
<package name="live-add-yast-repos"/>
<archive name="livecd-udev.tar.xz"/>
<archive name="xfce-changecontrolxml.tar.xz"/>
<!-- list-common.sh -->
<package name="aaa_base" replaces="gutenprint"/>
@ -359,6 +358,7 @@
<package name="aaa_base" replaces="fprintd"/>
<ignore name="fprintd"/>
<package name="libxslt-tools"/>
<archive name="xfce-changecontrolxml.tar.xz"/>
<package name="aaa_base" replaces="sound-juicer"/>
<ignore name="sound-juicer"/>
<package name="aaa_base" replaces="remmina"/>

View File

@ -26,6 +26,10 @@ installPattern() {
PACKAGES="$PACKAGES\n <namedCollection name=\"$1\"/>"
}
archive() {
PACKAGES="$PACKAGES\n <archive name=\"$1\"/>"
}
for distro in leap tumbleweed; do
distroname="openSUSE Tumbleweed"
if [ "${distro}" = "leap" ]; then