]> andersk Git - gssapi-openssh.git/commitdiff
*** empty log message ***
authorjbasney <jbasney>
Fri, 16 Feb 2007 20:44:22 +0000 (20:44 +0000)
committerjbasney <jbasney>
Fri, 16 Feb 2007 20:44:22 +0000 (20:44 +0000)
nmi/README
nmi/gsissh-gpt.cvs [new file with mode: 0644]
nmi/gsissh-nmi.cvs [new file with mode: 0644]
nmi/gsissh-src.ftp [new file with mode: 0644]
nmi/gsissh-trunk.cvs [new file with mode: 0644]
nmi/nmi_platforms [new file with mode: 0755]

index 629e6ab043adce32d23c6ae299157ea0d57486c9..8a045a66a45d53d9e323656e41f02fe3c82e3a39 100644 (file)
@@ -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 (file)
index 0000000..d411607
--- /dev/null
@@ -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 (file)
index 0000000..b2cf551
--- /dev/null
@@ -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 (file)
index 0000000..01daea9
--- /dev/null
@@ -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 (file)
index 0000000..7445d69
--- /dev/null
@@ -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 (executable)
index 0000000..f7619ee
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+nmi_condor_status -a | awk '{print $3}' | sort | uniq
This page took 0.050096 seconds and 5 git commands to generate.