Access to Remote Git Repositories

Access to Remote Git Repositories

We allow interactive access to off-site Git repositories. Since these can come in as either SSH traffic or HTTPS traffic,
we allow them only on an as needed basis. We currently allow:

SSH Based Access

SSH access to both these repositories should proceed as normal. There is no need for tunneling.

To enable pushing via https to github you have to modify the remote url with the following after cloning:

Stub File Contents

NB: The most recent version of this document can be found in the knowledge base article: Stub File Contents.

jcancel

Name
jcancel  - cancel jobs

Syntax  
jcancel -r request-index ...
jcancel -j job-index ...
jcancel -u user-name ...
jcancel -t tape-volser ...

Description
Cancel queued jasmine jobs (i.e. ones that have not transitioned into state Done, Cancelled, or Failed).  Only certain privileged users may cancel jobs that they don't own.

Options
-r
     Cancel jobs matching any of the supplied request identifiers

-j

jqueue

Name
jqueue  - display information about outstanding jasmine read and write jobs.

Syntax  
jqueue search-key search-value [all | field1 field2 ...]

Description
Display the status of queued jasmine jobs (i.e. ones that have not transitioned into state Done, Cancelled, or Failed).  You select the set of jobs to return by specifying a search key and a corresponding search value.  You can also specify a set of fields to display, or simply accept the default set.

Search Key & Display Fields

jget

Name
jget  - read files from tape

Syntax  
jget [options] stub dest
jget [options] stub1 stub2 ... dir
jget -m [options] stub1 dest1 stub2 dest2 ...
jget -r [options] stub-prefix local-prefix stub1 stub2 ...

jput

NOTE: The information below should be considered archival and may not be current.  Please refer to Jasmine Client Commands for current information.


Name
jput  - write files to tape

Command Reference

NB: The most recent version of this document can be found in the knowledge base article: Jasmine Client Commands.

Reading from Tape

NB: The most recent version of this document can be found in the knowledge base article: Reading from Tape.

Data is read from tape most commonly via a command named jget.  The requirements for using this tool are:

Writing to Tape

NB: The most recent version of this document can be found in the knowledge base article: Writing to Tape.

Data is written to tape most commonly via a command named jput.  The requirements for using this tool are:

Organization of Tape Data

NB: The most recent version of this document can be found in the knowledge base article: Organization of Tape Data.

 

Pages