From 4a21f005a3a0ad2aeddc1efe965b61b5ec761961 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" Date: Mon, 7 Aug 2023 21:01:05 +0300 Subject: [PATCH] initial commit --- main.sh | 3 +-- main32.sh | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/main.sh b/main.sh index b12e921..653c454 100755 --- a/main.sh +++ b/main.sh @@ -3,8 +3,7 @@ git clone https://gitlab.freedesktop.org/mesa/mesa cp -rvf ./debian ./mesa/ cd ./mesa touch debian/changelog -#echo -e "linux-firmware ("$(date '+%Y%m%d')".git-99pika"$(date '+%M')") lunar; urgency=medium\n\n * New Upstream Release\n\n -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog -echo -e "mesa (23.3-git.$(git rev-parse HEAD)-99pika"$(date '+%M')") lunar; urgency=medium\n\n * New Git Release\n\n -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog +echo -e "mesa (23.3.git."$(git rev-parse --short HEAD)"-99pika"$(date '+%Y%m%d')") lunar; urgency=medium\n\n * New GIT Release\n\n -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog # Get build deps apt-get build-dep ./ -y diff --git a/main32.sh b/main32.sh index 71ebaac..653c454 100755 --- a/main32.sh +++ b/main32.sh @@ -1,10 +1,9 @@ # Clone Upstream -git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-23.1.5 +git clone https://gitlab.freedesktop.org/mesa/mesa cp -rvf ./debian ./mesa/ cd ./mesa touch debian/changelog -#echo -e "linux-firmware ("$(date '+%Y%m%d')".git-99pika"$(date '+%M')") lunar; urgency=medium\n\n * New Upstream Release\n\n -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog -echo -e "mesa (23.3-git.$(git rev-parse HEAD)-99pika"$(date '+%M')") lunar; urgency=medium\n\n * New Git Release\n\n -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog +echo -e "mesa (23.3.git."$(git rev-parse --short HEAD)"-99pika"$(date '+%Y%m%d')") lunar; urgency=medium\n\n * New GIT Release\n\n -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog # Get build deps apt-get build-dep ./ -y