SF.net SVN: gar:[24914] csw/mgar/pkg
tosmi at users.sourceforge.net
tosmi at users.sourceforge.net
Wed Apr 29 22:49:36 CEST 2015
Revision: 24914
http://sourceforge.net/p/gar/code/24914
Author: tosmi
Date: 2015-04-29 20:49:35 +0000 (Wed, 29 Apr 2015)
Log Message:
-----------
puppet4: initial commit
Added Paths:
-----------
csw/mgar/pkg/puppet4/
csw/mgar/pkg/puppet4/Makefile
csw/mgar/pkg/puppet4/branches/
csw/mgar/pkg/puppet4/tags/
csw/mgar/pkg/puppet4/trunk/
csw/mgar/pkg/puppet4/trunk/Makefile
csw/mgar/pkg/puppet4/trunk/checksums
csw/mgar/pkg/puppet4/trunk/files/
Copied: csw/mgar/pkg/puppet4/Makefile (from rev 24913, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/puppet4/Makefile (rev 0)
+++ csw/mgar/pkg/puppet4/Makefile 2015-04-29 20:49:35 UTC (rev 24914)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/ directory."
+
+%:
+ $(MAKE) -C trunk $*
+
+paranoid-%:
+ $(MAKE) -C trunk $* || exit 2
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+ $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG)
Index: csw/mgar/pkg/puppet4/trunk
===================================================================
--- csw/mgar/pkg/puppet4/trunk 2015-04-29 13:34:06 UTC (rev 24913)
+++ csw/mgar/pkg/puppet4/trunk 2015-04-29 20:49:35 UTC (rev 24914)
Property changes on: csw/mgar/pkg/puppet4/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,2 ##
+work
+
Added: csw/mgar/pkg/puppet4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/puppet4/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/puppet4/trunk/Makefile 2015-04-29 20:49:35 UTC (rev 24914)
@@ -0,0 +1,19 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = puppet4
+VERSION = x.y
+GARTYPE = v2
+
+DESCRIPTION = Brief description
+define BLURB
+ Long description
+endef
+
+MASTER_SITES =
+DISTFILES = $(DISTNAME).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/puppet4/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/puppet4/trunk/checksums
===================================================================
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list