Merge pull request #705 from nitkon/master

Create 1.8.0 package release for ppc64le
This commit is contained in:
Salvador Fuentes
2019-09-20 07:54:59 -05:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
ARG SUSE_VERSION=${SUSE_VERSION:-42.3}
ARG SUSE_VERSION=${SUSE_VERSION:-15.1}
FROM opensuse/leap:${SUSE_VERSION}

View File

@@ -153,9 +153,12 @@ main() {
[ -n "${branch}" ] || usage "missing branch" "1"
if [ "${create_ci_subproject:-false}" == "true" ];then
release_type="ci"
elif [ "$arch_target" == "ppc64le" ]; then
release_type="alpha"
else
release_type="releases"
fi
project_branch="${home_project}:${release_type}:${arch_target}:${branch}"
create_meta_xml "${project_branch}" "${branch}"
info "Creating/Updating project with name ${project_branch}"