source: trunk/getgitrev.sh

Last change on this file was 3056, checked in by Kana Sugimoto, 8 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
4OUT=python/svninfo.txt
5SRCVER="1"
6HTTPS="git"
7echo "$HTTPS" > $OUT
8echo "$SRCVER" >> $OUT
9date "+%b %d %Y, %H:%M:%S" >> $OUT
10
Note: See TracBrowser for help on using the repository browser.