This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Groovy script for Jenkins' puppet-client-manager job | |
to trigger downstream execution of puppet clients. | |
https://ci.apidb.org/job/puppet-client-manager | |
*/ | |
import hudson.model.* | |
import hudson.FilePath | |
import hudson.FilePath.FileCallable | |
import hudson.remoting.VirtualChannel | |
import java.io.OutputStream |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10378 ? S 0:00 \_ /usr/bin/perl /iob_home/jcklab/mheiges/GUS/gus_home/bin/nodeSocketServer.pl rcluster 7901 | |
10380 ? S 0:00 \_ bash -s | |
10640 ? S 0:00 \_ /bin/sh /iob_home/jcklab/mheiges/GUS/gus_home/bin/subtaskInvoker /tmp/170544.1.mri-q64-30d/slot_2 /iob_home/jcklab/mheiges/GUS/gus_home/test/DJob/master/running/subtask_9/result 170544 rcluster 7901 samplecmd /tmp/170544.1.mri-q64-30d/slot_2/inputset hello | |
10642 ? S 0:00 | \_ /usr/bin/perl /iob_home/jcklab/mheiges/GUS/gus_home/bin/samplecmd /tmp/170544.1.mri-q64-30d/slot_2/inputset hello | |
10649 ? S 0:00 \_ /bin/sh /iob_home/jcklab/mheiges/GUS/gus_home/bin/subtaskInvoker /tmp/170544.1.mri-q64-30d/slot_4 /iob_home/jcklab/mheiges/GUS/gus_home/test/DJob/master/running/subtask_10/result 170544 rcluster 7901 samplecmd /tmp/170544.1.mri-q64-30d/slot_4/inputset hello | |
10650 ? S 0:00 | \_ /usr/bin/perl /iob_home/jcklab/mheiges/GUS/gus_home/bin/samplecmd / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# bash tab completion functions and assignments for the ApiDB project | |
# | |
# $Id: apidb-tab-completion.sh 1314 2009-11-12 22:49:57Z mheiges $ | |
_instance_manager() { | |
COMPREPLY=() | |
local verbs="manage start stop restart status" | |
local man_tasks="start stop reload redeploy undeploy list deploy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -z "$PS1" ]; then | |
# non-interactive shell | |
export LSB_DEFAULTPROJECT="810086221_jcklab__10-21-RR374-062" | |
fi | |
. /iob_home/jcklab/.bashrc.rcluster |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: GnuPG v1.4.5 (GNU/Linux) | |
mQGiBEvoisoRBACwieYGolrR3rH0BhOcLa9vX+VintZ0gA0PxTGVzS+cntNGN+6f | |
fOaa+DnIQvxjrAg2FyBrOO4aQeW2Uo/A0ZXHIFZh7tSW4k0AfFQkSli/D4aNej7D | |
+S9Gp6/wt9NcHKj9Q67pduH7+P8x7RZbfjoeb/KHgTEKQAMV83e0lqcdNwCgraBx | |
FGH13CsBYtoVlYNmFidnIYED/jHMSxFdIqwthGxhl6M6lnJKB6+6DL2sdywZ5c9z | |
7FFHQRKKY5HvRGqFIIRtI9rccrRzifFx5NzZWf+osAS0+IFvFpd/Ko5/LKI5siWN | |
cqFg4PGUmAW7/WIhE9kdwb86liw//qlLIgYf5+vgQpVS4IbCReRMo2Wkq78OoixT | |
34qcA/0bOjA/e1N2mWQh6oILmQtqx9G87yvseT4d4YCA8UlbEfWcGiepw1GtHUgF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### required MACRO Substitutions ####### | |
# %SERVERNAME% - server host name, e.g. adhemar.schistodb.org | |
# manually add a ServerAlias if needed, e.g. www.shistodb.org | |
# %WEBAPP% - name of Tomcat webapp. e.g. schisto.adhemar | |
# %PROJECT% - project name, e.g. SchistoDB | |
# %ADMIN_EMAIL% - administrative email for server, e.g. [email protected] | |
# %TC_PORT% - Tomcat HTTP port | |
# %ORACLE_HOME% - same as $ORACLE_HOME | |
# %LD_LIBRARY_PATH% - $ORACLE_HOME/lib plus any other paths as appropriate | |
########################################## |
NewerOlder