File: checkin-test-local.sh

package info (click to toggle)
trilinos 16.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 994,260 kB
  • sloc: cpp: 3,764,859; ansic: 425,011; fortran: 160,684; python: 101,476; xml: 74,329; sh: 37,044; makefile: 22,641; perl: 7,525; f90: 6,424; csh: 5,285; objc: 2,620; lex: 1,646; lisp: 810; yacc: 603; javascript: 552; awk: 364; ml: 281; php: 145
file content (18 lines) | stat: -rwxr-xr-x 536 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

# Simple script I used to drive checkin-test.py from within the base Trilinos
# source repo, which uses a CHECKIN subdir to store the output files.  This
# makes it easy to do commands like --pull with extra repos to see what the
# status of things are.  To use this script just do:
#
#  $ mkdir CHECKIN
#  $ ln -s sampleScripts/checkin-test-local.sh .
#
# then run it, for example, as:
#
#  $ ./checkin-test-local.sh --extra-repos=preCopyrightTrilinos --push
#

EXTRA_ARGS=$@

cd CHECKIN && ../checkin-test.py $EXTRA_ARGS