annotate update_repo.sh @ 2:2af3413ca87e draft default tip

Uploaded
author iracooke
date Tue, 18 Mar 2014 19:11:34 -0400
parents d44fecaf27a2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d44fecaf27a2 Uploaded
iracooke
parents:
diff changeset
1 #!/bin/bash
d44fecaf27a2 Uploaded
iracooke
parents:
diff changeset
2
d44fecaf27a2 Uploaded
iracooke
parents:
diff changeset
3 sed -e '/BEGIN_VERSION_RAW/,/END_VERSION_RAW/d' -e '/BEGIN_VERSION_3/,/END_VERSION_3/d' -e 's/\$VERSION/2/g' -e 's/\$DESCRIPTION//g' msconvert.xml.template > msconvert2.xml
d44fecaf27a2 Uploaded
iracooke
parents:
diff changeset
4 sed -e '/BEGIN_VERSION_DEFAULT/,/END_VERSION_DEFAULT/d' -e '/BEGIN_VERSION_3/,/END_VERSION_3/d' -e 's/\$VERSION/2/g' -e 's/\$DESCRIPTION/_raw/g' msconvert.xml.template > msconvert2_raw.xml
d44fecaf27a2 Uploaded
iracooke
parents:
diff changeset
5
d44fecaf27a2 Uploaded
iracooke
parents:
diff changeset
6
d44fecaf27a2 Uploaded
iracooke
parents:
diff changeset
7 sed -e '/BEGIN_VERSION_RAW/,/END_VERSION_RAW/d' -e 's/\$VERSION/3/g' -e 's/\$DESCRIPTION//g' msconvert.xml.template > msconvert3.xml
d44fecaf27a2 Uploaded
iracooke
parents:
diff changeset
8 sed -e '/BEGIN_VERSION_DEFAULT/,/END_VERSION_DEFAULT/d' -e 's/\$VERSION/3/g' -e 's/\$DESCRIPTION/_raw/g' msconvert.xml.template > msconvert3_raw.xml
d44fecaf27a2 Uploaded
iracooke
parents:
diff changeset
9