commit 1eb85863268d94cadd5dd26c941feab2ec71792baa9430d43e25da8db88b69af Author: Richard Brown Date: Tue Sep 1 15:53:44 2020 +0000 - Initial Packaging OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/kubic-etcd-minus1-image?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2b62e4c --- /dev/null +++ b/LICENSE @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/_service b/_service new file mode 100644 index 0000000..dd9a1e5 --- /dev/null +++ b/_service @@ -0,0 +1,10 @@ + + + + kubic-etcd-minus1-image-.kiwi + %PKG_VERSION% + patch + kubernetes-etcd-minus1 + + + diff --git a/config.sh b/config.sh new file mode 100644 index 0000000..9c1d7ce --- /dev/null +++ b/config.sh @@ -0,0 +1,20 @@ +#!/bin/sh + +#-------------------------------------- +#test -f /.profile && . /.profile + +#====================================== +# Greeting... +#-------------------------------------- +echo "Configure image: [$kiwi_iname]..." + +for i in /usr/bin/etcdctl* ; do + ln -sf $i /usr/local/bin/`basename $i` +done +for i in /usr/sbin/etcd* ; do + ln -sf $i /usr/local/bin/`basename $i` +done +ln -sf /usr/bin/migrate /usr/local/bin/ +ln -sf /usr/bin/migrate-if-needed.sh /usr/local/bin/ + +exit 0 diff --git a/kubic-etcd-minus1-image.kiwi b/kubic-etcd-minus1-image.kiwi new file mode 100644 index 0000000..4baa727 --- /dev/null +++ b/kubic-etcd-minus1-image.kiwi @@ -0,0 +1,51 @@ + + + + + + + Richard Brown + rbrown@suse.com + Image containing etcd for openSUSE Kubic. + + + + + + + + + + + + + + + + openSUSE Kubic etcd container + + + 1.0.0 + zypper + true + + + + + + + + + diff --git a/kubic-etcd-minus1-image.kiwi.changes b/kubic-etcd-minus1-image.kiwi.changes new file mode 100644 index 0000000..f18697b --- /dev/null +++ b/kubic-etcd-minus1-image.kiwi.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Sep 1 15:46:06 UTC 2020 - Richard Brown + +- Initial Packaging