Swapnil Kulkarni 7159f947bb Add build from source for Swift
Change-Id: I0ee4dd03752b0b822dc49b2acaed1e39fcb1ab1e
Partially-implements: blueprint install-from-source
2015-08-01 04:00:08 +00:00

11 lines
313 B
Plaintext

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