Show git version numbers - Linux

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (GIT VERSION LINUX moved to Show git version numbers - Linux: Removing gratuitous capitalization. THERE'S NO NEED TO SHOUT.)
(Editted to correct revtag.sh)
Line 1: Line 1:
One component required to use this process.
+
One component required to use this process.  
  
'''1.''' The revtag.sh shell script
+
'''1.''' The revtag.sh shell script  
  
'''Usage:'''
+
'''Usage:'''  
  
 
Copy the revtag.sh into the git reposity, immediately above the bin folder. NOTE! is you perform a git clean this revtag.sh will be removed from the folder structure therefore you will have to copy it back in, I suggest you have a copy of it handy somewhere.  
 
Copy the revtag.sh into the git reposity, immediately above the bin folder. NOTE! is you perform a git clean this revtag.sh will be removed from the folder structure therefore you will have to copy it back in, I suggest you have a copy of it handy somewhere.  
  
To run the script use the following command '''bash revtag.sh'''
+
To run the script use the following command '''bash revtag.sh'''  
  
'''The Shell Script:'''  revtag.sh
+
'''The Shell Script:'''  revtag.sh  
<blockquote>
+
<blockquote>echo `git log -n 1 --decorate --oneline | sed -e 's/,.*$//' -e 's,(r/,- r,'` &gt; bin/.version </blockquote>
echo `git show-ref --tags | tail -1 | sed -e 's,^\(.......\).*/,\1 - r,'` `git log -n 1 --pretty='format:%ci'` &gt; bin/.version <br>
+
 
</blockquote>
+
 
 +
 
 +
 
 +
--[[User:WhiteStar|WhiteStar]] 16:24, 3 October 2009 (UTC)

Revision as of 09:24, 3 October 2009

One component required to use this process.

1. The revtag.sh shell script

Usage:

Copy the revtag.sh into the git reposity, immediately above the bin folder. NOTE! is you perform a git clean this revtag.sh will be removed from the folder structure therefore you will have to copy it back in, I suggest you have a copy of it handy somewhere.

To run the script use the following command bash revtag.sh

The Shell Script:  revtag.sh

echo `git log -n 1 --decorate --oneline | sed -e 's/,.*$//' -e 's,(r/,- r,'` > bin/.version



--WhiteStar 16:24, 3 October 2009 (UTC)

Personal tools
General
About This Wiki