Revision: 25124
http://sourceforge.net/p/gar/code/25124
Author: dmichelsen
Date: 2015-06-25 14:05:51 +0000 (Thu, 25 Jun 2015)
Log Message:
-----------
lang-python/carbon/trunk: Add manifests for carbon aggregator and relay
Modified Paths:
--------------
csw/mgar/pkg/lang-python/carbon/trunk/Makefile
csw/mgar/pkg/lang-python/carbon/trunk/files/cswcarbon-cache.xml
Added Paths:
-----------
csw/mgar/pkg/lang-python/carbon/trunk/files/cswcarbon-aggregator.xml
csw/mgar/pkg/lang-python/carbon/trunk/files/cswcarbon-relay.xml
Modified: csw/mgar/pkg/lang-python/carbon/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-06-25 13:44:04 UTC
(rev 25123)
+++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-06-25 14:05:51 UTC
(rev 25124)
@@ -9,7 +9,9 @@
MASTER_SITES = $(PYPI_MIRROR)
DISTFILES += $(DISTNAME).tar.gz
+DISTFILES += cswcarbon-aggregator.xml
DISTFILES += cswcarbon-cache.xml
+DISTFILES += cswcarbon-relay.xml
PACKAGES += CSWpy-carbon
SPKG_DESC_CSWpy-carbon = Backend data caching and persistence daemon for
Graphite
@@ -102,4 +104,6 @@
mv $(DESTDIR)$(CONFDIR)/storage/* $(DESTDIR)$(STORAGEDIR)
rmdir $(DESTDIR)$(CONFDIR)/storage
ginstall -D -m 0644 $(WORKDIR)/cswcarbon-cache.xml
$(DESTDIR)/var/opt/csw/svc/manifest/cswcarbon-cache.xml
+ @# Fix binary names not to include .py
+ cd $(DESTDIR)$(bindir); $(foreach F,carbon-aggregator carbon-cache
carbon-client carbon-relay validate-storage-schemas,mv $F.py $F;)
@$(MAKECOOKIE)
Copied: csw/mgar/pkg/lang-python/carbon/trunk/files/cswcarbon-aggregator.xml
(from rev 25026,
csw/mgar/pkg/lang-python/carbon/trunk/files/cswcarbon-cache.xml)
===================================================================
(Binary files differ)
Modified: csw/mgar/pkg/lang-python/carbon/trunk/files/cswcarbon-cache.xml
===================================================================
(Binary files differ)
Copied: csw/mgar/pkg/lang-python/carbon/trunk/files/cswcarbon-relay.xml (from
rev 25026, csw/mgar/pkg/lang-python/carbon/trunk/files/cswcarbon-cache.xml)
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.