From: jbasney Date: Fri, 16 Feb 2007 20:44:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: OPENSSH_4_5P1_20070218~27 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/243fea31640f5e7c332cefe5f674ef506a62cf61 *** empty log message *** --- diff --git a/nmi/README b/nmi/README index 629e6ab..8a045a6 100644 --- a/nmi/README +++ b/nmi/README @@ -1,2 +1,18 @@ This directory contains files for GSI-OpenSSH build testing using the NMI Build and Test Lab (http://nmi.cs.wisc.edu/). + +To submit a test build: + + $ ssh grandcentral.cs.wisc.edu + $ cvs -d :pserver:anonymous@cvs.ncsa.uiuc.edu:/CVS/gssapi-openssh co nmi + $ cd nmi + $ nmi_submit -notify-fail-only cmdfile + +The build platforms are specified in cmdfile. +The nmi_platforms script will show the current list of available +platforms if run on grandcentral. +The gsi_openssh_bundle-*-src.tar.gz location must be specified in +gsissh-src.ftp. +Otherwise, all the intelligence is in testscript. +In particular, the GT installers corresponding to the chosen platforms +must be set in testscript. diff --git a/nmi/gsissh-gpt.cvs b/nmi/gsissh-gpt.cvs new file mode 100644 index 0000000..d411607 --- /dev/null +++ b/nmi/gsissh-gpt.cvs @@ -0,0 +1,4 @@ +method = cvs +cvs_root = :pserver:anonymous@cvs.ncsa.uiuc.edu:/CVS/gssapi-openssh +cvs_module = openssh +cvs_tag = OPENSSH_3_1P1_GSSAPI_GPT-branch diff --git a/nmi/gsissh-nmi.cvs b/nmi/gsissh-nmi.cvs new file mode 100644 index 0000000..b2cf551 --- /dev/null +++ b/nmi/gsissh-nmi.cvs @@ -0,0 +1,4 @@ +method = cvs +cvs_root = :pserver:anonymous@cvs.ncsa.uiuc.edu:/CVS/gssapi-openssh +cvs_module = nmi +#cvs_tag = diff --git a/nmi/gsissh-src.ftp b/nmi/gsissh-src.ftp new file mode 100644 index 0000000..01daea9 --- /dev/null +++ b/nmi/gsissh-src.ftp @@ -0,0 +1,4 @@ +method = ftp +ftp_root = ftp:// +ftp_target = ftp.ncsa.uiuc.edu/aces/gssapi-openssh/bundle/testing/gsi_openssh_bundle-3.9-src.tar.gz +ftp_args = -q diff --git a/nmi/gsissh-trunk.cvs b/nmi/gsissh-trunk.cvs new file mode 100644 index 0000000..7445d69 --- /dev/null +++ b/nmi/gsissh-trunk.cvs @@ -0,0 +1,4 @@ +method = cvs +cvs_root = :pserver:anonymous@cvs.ncsa.uiuc.edu:/CVS/gssapi-openssh +cvs_module = openssh +#cvs_tag = diff --git a/nmi/nmi_platforms b/nmi/nmi_platforms new file mode 100755 index 0000000..f7619ee --- /dev/null +++ b/nmi/nmi_platforms @@ -0,0 +1,2 @@ +#!/bin/sh +nmi_condor_status -a | awk '{print $3}' | sort | uniq