From ff42bd1f3b54ccc36426c5c2b68888cbf6d6939c Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 4 Aug 2004 18:02:07 +0000 Subject: [PATCH] - add Node Manager (a.k.a. sidewinder) to the nightly build --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5eefc094..cbf6d6bb 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.33 2004/06/03 18:23:43 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.34 2004/07/20 14:26:16 mlh-pl_rpm Exp $ # # Default target @@ -445,6 +445,17 @@ watchdog-MODULE := watchdog watchdog-SPEC := watchdog/watchdog.spec ALL += watchdog +# +# Node Manager +# + +sidewinder-CVSROOT := pup-sidewinder@cvs.planet-lab.org:/cvs +sidewinder-INITIAL := HEAD +sidewinder-TAG := HEAD +sidewinder-MODULE := sidewinder +sidewinder-SPEC := sidewinder/sidewinder.spec +ALL += sidewinder + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0