lib.sh: hardcode projectname/projectsite

remove the corresponding files, containing these strings

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-04-12 13:44:05 +01:00
parent a03bb793ae
commit 23b942c83e
3 changed files with 7 additions and 8 deletions
+7 -6
View File
@@ -6,6 +6,9 @@
export LC_COLLATE=C export LC_COLLATE=C
export LC_ALL=C export LC_ALL=C
projectname="libreboot"
projectsite="https://libreboot.org/"
[ -z "${PATH+x}" ] && \ [ -z "${PATH+x}" ] && \
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
xbmkpath="$PATH" xbmkpath="$PATH"
@@ -43,13 +46,12 @@ chkvars()
done; : done; :
} }
eval "`setvars "" _nogit board reinstall versiondate projectsite projectname \ eval "`setvars "" _nogit board reinstall versiondate aur_notice configdir \
aur_notice configdir datadir version relname xbmk_parent`" datadir version relname xbmk_parent`"
for fv in projectname projectsite version versiondate; do for fv in version versiondate; do
eval "[ ! -f \"$fv\" ] || read -r $fv < \"$fv\" || :" eval "[ ! -f \"$fv\" ] || read -r $fv < \"$fv\" || :"
done done
chkvars projectname projectsite
setcfg() setcfg()
{ {
@@ -164,7 +166,7 @@ version_="$version"
versiondate_="$versiondate" versiondate_="$versiondate"
[ ! -e ".git" ] || versiondate="$(git show --no-patch --no-notes \ [ ! -e ".git" ] || versiondate="$(git show --no-patch --no-notes \
--pretty='%ct' HEAD)" || versiondate="$versiondate_" --pretty='%ct' HEAD)" || versiondate="$versiondate_"
for p in projectname version versiondate projectsite; do for p in version versiondate; do
chkvars "$p" chkvars "$p"
eval "x_ printf \"%s\\n\" \"\$$p\" > $p" eval "x_ printf \"%s\\n\" \"\$$p\" > $p"
done done
@@ -189,7 +191,6 @@ mkrom_tarball()
{ {
printf "%s\n" "$version" > "$1/version" || $err "$1 !version" printf "%s\n" "$version" > "$1/version" || $err "$1 !version"
printf "%s\n" "$versiondate" > "$1/versiondate" || $err "$1 !vdate" printf "%s\n" "$versiondate" > "$1/versiondate" || $err "$1 !vdate"
printf "%s\n" "$projectname" > "$1/projectname" || $err "$1 !pname"
mktarball "$1" "${1%/*}/${relname}_${1##*/}.tar.xz" mktarball "$1" "${1%/*}/${relname}_${1##*/}.tar.xz"
x_ rm -Rf "$1" x_ rm -Rf "$1"
-1
View File
@@ -1 +0,0 @@
libreboot
-1
View File
@@ -1 +0,0 @@
https://libreboot.org/