Last change
on this file since 3116 was 3056, checked in by Kana Sugimoto, 9 years ago |
New Development: No
JIRA Issue: No
Ready for Test: Yes
Interface Changes: No
What Interface Changed: new methods, get_rev_info_file, get_asap_revdate, to support git
Test Programs:
Put in Release Notes: No
Module(s):
Description: committing changes for git from Ville.
|
-
Property svn:executable
set to
*
|
File size:
175 bytes
|
Line | |
---|
1 | #! /bin/bash
|
---|
2 |
|
---|
3 | # Tack dummy values in svninfo.txt
|
---|
4 | OUT=python/svninfo.txt
|
---|
5 | SRCVER="1"
|
---|
6 | HTTPS="git"
|
---|
7 | echo "$HTTPS" > $OUT
|
---|
8 | echo "$SRCVER" >> $OUT
|
---|
9 | date "+%b %d %Y, %H:%M:%S" >> $OUT
|
---|
10 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.