git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/scripts/config_version.sh
Commit message (Expand)AuthorAgeFilesLines
* Checking for git firstRanjit Viswakumar 2015-11-201-1/+3
* Update file permsissions to be 755 on scriptsNick Walker 2015-08-311-1/+1
* pulling some stuff from npwalker/control-repoNick Walker 2015-08-251-0/+7
r class='nohover-highlight'>| | | Saw this issue referenced in @glarizza's PuppetConf 2016 talk (raised by @alvagante). Our (TE Connectivity) implementation reflects this. * remove environment_timeout =0 from environment.confNick Walker 2015-10-281-6/+0 | * Update config_version to use a script that does not require gitNick Walker 2015-08-031-1/+1 | | | | | | | | | | The config_version now uses a script that will do one of two things: 1. call config_version.rb which uses rugged to find the information about the latest commit if PE is on version 2015.2 or newer 2. make a call to git if the PE version is less than 2015.2 * Update environment.confNick Walker 2015-06-261-1/+1 | * add site to modulepath in environment.confNick Walker 2015-05-271-1/+1 | * Initial Commit