Last change
on this file was
729,
checked in by aleksand, 8 years ago
|
Changed documentation and tried to make new release.
|
-
Property svn:executable set to
*
|
File size:
941 bytes
|
Line | |
---|
1 | #! /bin/bash |
---|
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 | stable_version="0.20130204" |
---|
9 | release_number="1" |
---|
10 | msg="[ckbs/releases] add documentation (missing from 0.20100228.0 release)." |
---|
11 | # ------------------------------------------------------------------------- |
---|
12 | repository="https://projects.coin-or.org/svn/CoinBazaar/projects/ckbs" |
---|
13 | rep_stable=$repository/stable/$stable_version |
---|
14 | rep_release=$repository/releases/$stable_version.$release_number |
---|
15 | # |
---|
16 | echo "svn $rep_stable $rep_release -m \"$msg\"" |
---|
17 | if ! svn copy $rep_stable $rep_release -m "$msg" |
---|
18 | then |
---|
19 | echo "new_stable.sh: svn copy failed" |
---|
20 | fi |
---|
21 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.