Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Thomas Orgis (c727bb844d7464bf4e49bff1ce3c37c8e0d69dce)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Thomas Orgis (c727bb844d7464bf4e49bff1ce3c37c8e0d69dce)
  • Date: Fri, 2 Jul 2021 22:10:44 +0000

GIT changes to master sorcery by Thomas Orgis <sobukus AT sourcemage.org>:

Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c727bb844d7464bf4e49bff1ce3c37c8e0d69dce
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

Makefile: fix archive rule to include HEAD revision

diff --git a/Makefile b/Makefile
index e90581e..35a9437 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ts-scm = .git/refs/heads/master

$(release): $(ts-scm)
tmp="$$(mktemp -p .)" \
- && git archive --prefix=sorcery/ | bzip2 > "$$tmp" \
+ && git archive --prefix=sorcery/ HEAD | bzip2 > "$$tmp" \
&& mv "$$tmp" $(release) \
|| rm -f "$$tmp"




  • [SM-Commit] GIT changes to master sorcery by Thomas Orgis (c727bb844d7464bf4e49bff1ce3c37c8e0d69dce), Thomas Orgis, 07/02/2021

Archive powered by MHonArc 2.6.24.

Top of Page