Swapnil Kulkarni 0f18d8f0c4 Add build from source for Barbican
Change-Id: I22691c41668e94f926daaf0890ef1300cc791d53
Partially-implements: blueprint install-from-source
2015-07-24 09:10:51 +00:00

11 lines
325 B
Plaintext

# Build info specific to this image. All values can be overridden in .buildconf
COMPONENT=barbican
SOURCE_INSTALL_AVAILABLE=1
# Used for git install method
: ${CLONE_FROM:=https://github.com/openstack/barbican}
# Used for curl install method
: ${TARBALL_URI:=http://tarballs.openstack.org/barbican/barbican-master.tar.gz}