Last change
on this file since 74 was
74,
checked in by bradbell, 11 years ago
|
[ckbs/trunk] More changes to helper scripts.
svn_status.sh: do not include commit.sh in status, (keep it in template form).
new_stable.sh: create first release at same time as stable version.
|
-
Property svn:executable set to
*
|
File size:
662 bytes
|
Line | |
---|
1 | #! /bin/sh |
---|
2 | # ------------------------------------------------------------------- |
---|
3 | # ckbs: Constrained Kalman-Bucy Smoother Program: Copyright (C) 2006 |
---|
4 | # Authors: Bradlely Bell: bradbell at washington dot edu |
---|
5 | # Gianluigi Pillonetto: giapi at dei dot unipd dot it |
---|
6 | # License: GNU General Public License Version 2 |
---|
7 | # ------------------------------------------------------------------- |
---|
8 | # |
---|
9 | svn status | sed \ |
---|
10 | -e '/^[?] *commit.sh$/d' \ |
---|
11 | -e '/^[?] *doc$/d' \ |
---|
12 | -e '/^[?] *junk$/d' \ |
---|
13 | -e '/^[?] *junk.sh$/d' \ |
---|
14 | -e '/^[?] *omhelp.log$/d' \ |
---|
15 | -e '/^[?] *omhelp-[0-9][0-9]-[0-9][0-9]-[0-9][0-9]$/d' \ |
---|
16 | -e '/^[?] *OMhelp.unix.tar.gz$/d' \ |
---|
17 | -e '/^[?] *temp$/d' |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.