aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorFaraaz Sareshwala <fsareshwala@quantcast.com>2016-01-13 15:29:46 -0800
committerOlaf Flebbe <of@fleb.be>2016-03-06 11:46:19 +0100
commit3ed2eeea8df34915187adb2cbe1caabcd18656df (patch)
treeb8fe7447107879c98c13b9afafd90fab10a70594 /bigtop.bom
parent50783d7ceb54ff9afab4bff3df7ccde74b109e44 (diff)
BIGTOP-2285. Add qfs rpm and debian packaging code
Signed-off-by: Olaf Flebbe <of@fleb.be>
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom9
1 files changed, 9 insertions, 0 deletions
diff --git a/bigtop.bom b/bigtop.bom
index 64e6687d..e3808a59 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -422,5 +422,14 @@ bigtop {
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}
+ 'qfs' {
+ name = 'qfs'
+ relNotes = 'Quantcast Filesystem'
+ version { base = '1.1.4'; pkg = base; release = 1 }
+ tarball { destination = "$name-${version.base}.tar.gz"
+ source = "${version.base}.tar.gz" }
+ url { site = "https://github.com/quantcast/qfs/archive"
+ archive = site }
+ }
}
}