summaryrefslogtreecommitdiffstats
path: root/eurephiadm/mk_buildinfo.sh
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright datesDavid Sommerseth2012-10-081-1/+1
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Added ./configure information to eurephiadm buildinfoDavid Sommerseth2010-12-211-0/+4
| | | | | | | This is to help debugging even further, to be able to reproduce as similar builds as possible. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Fixed git tree status check once againDavid Sommerseth2010-11-101-3/+3
| | | | | | | It turned out the previous git tree state check misinterpretted the tree state on a clean git repository. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Fixed a last-minute typo on the reg-exp.David Sommerseth2010-11-091-1/+1
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Tackle more git-status variantsDavid Sommerseth2010-11-091-1/+1
| | | | | | | The reg-exp for catching the git status -s variants was too limited. This new reg-exp should be able to handle more variants better and safer. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Further updates to the buildinfoDavid Sommerseth2010-11-091-2/+8
| | | | | | | | | - Reorganised the layout a bit - Added a path to the local git repository - Added '(origin)' identificator to the remote git repo string - Do the 'git status' call from the root of the source tree Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Improved buildinfo, adding some kind of git tree state informationDavid Sommerseth2010-11-091-2/+9
| | | | | | This patch adds a list over uncommitted files. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* eurephiadm: Added a buildinfo commandDavid Sommerseth2010-11-091-0/+51
This just adds some gathered information about the build, useful for debugging later on. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>