69f9175986
* Move test logic to scm-update.sh scripts. * Check for "git describe --long".
7 lines
84 B
Bash
7 lines
84 B
Bash
#! /bin/sh
|
|
|
|
set -e
|
|
mkdir $out
|
|
cp -v $src/* $out/
|
|
git describe --long > $out/Version
|