We don't build multiple flavors for upstream releases, but we use the
full chacra url when uploading binaries and updating repos.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
make_chacractl_config
+FLAVOR="default"
+
# look for a specific package to tell if we can avoid the build
chacra_endpoint="ceph/${chacra_ref}/${SHA1}/${distro}/${DIST}/${ARCH}/flavors/${FLAVOR}"
chacra_repo_endpoint="ceph/${chacra_ref}/${SHA1}/${distro}/${DIST}/flavors/${FLAVOR}"
vers=`cat ./dist/version`
chacra_ref="$BRANCH"
+FLAVOR="default"
+
chacra_endpoint="ceph/${chacra_ref}/${SHA1}/${DISTRO}/${RELEASE}"
chacra_check_url="${chacra_endpoint}/${ARCH}/flavors/${FLAVOR}/librados2-${vers}-0.${DIST}.${ARCH}.rpm"