diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-02 13:40:05 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-02 13:40:05 +0000 |
| commit | 438055d224294220dea9b2fcce1f7f1c136271e5 (patch) | |
| tree | dbb1e87d3b8ed15c6291db3accb02a3f6a01c332 /scripts | |
| parent | 641aacdb1c320669564ca1816436f6ee9e620446 (diff) | |
| download | baldeagleos-repo-438055d224294220dea9b2fcce1f7f1c136271e5.tar.gz baldeagleos-repo-438055d224294220dea9b2fcce1f7f1c136271e5.tar.xz baldeagleos-repo-438055d224294220dea9b2fcce1f7f1c136271e5.zip | |
Adding metadata
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/bootstrap.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 46026a79e1c9..a84263ba448e 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1,7 +1,9 @@ #!/bin/bash -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +file_version="2021.0" # update manually: <year>.<counter> + # people who were here: # (drobbins, 06 Jun 2003) # (solar, Jul 2004) @@ -55,9 +57,6 @@ v_echo() { env "$@" } -cvsver="$Id$" # TODO: FIXME for Git era -cvsver=${cvsver##*,v } -cvsver=${cvsver%%Exp*} file_copyright=$(sed -n '/Copyright/!b;s/^# *//;p;q' $0) usage() { @@ -94,7 +93,7 @@ for opt in "$@" ; do --resume|-r) STRAP_EMERGE_OPTS="${STRAP_EMERGE_OPTS} --usepkg --buildpkg";; --verbose|-v) STRAP_EMERGE_OPTS="${STRAP_EMERGE_OPTS} -v" ; V_ECHO=v_echo;; --version|-V) - einfo "Gentoo Linux bootstrap ${cvsver}" + einfo "Gentoo Linux bootstrap ${file_version}" exit 0 ;; *) |
