Skip to Content.
Sympa Menu

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

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 (ad0e5bf125932b600116c81477ceeddf82cb903c)
  • Date: Wed, 5 May 2021 15:40:03 +0000

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

install | 1 -
1 file changed, 1 deletion(-)

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

install: revert last commit, was accident

The idea went into the Makefile. This line was noise.

diff --git a/install b/install
index 4dcc0d8..526a858 100755
--- a/install
+++ b/install
@@ -1,5 +1,4 @@
#!/bin/bash
-# echo $(date +%Y%m%d)-dev-$(git show --oneline | head -n 1 | cut -f 1 -d '
')
INSTALL_ROOT="$(readlink -f "$1")"
d="$(readlink -f "${0%/*}")"
cd "$d" || exit



  • [SM-Commit] GIT changes to master sorcery by Thomas Orgis (ad0e5bf125932b600116c81477ceeddf82cb903c), Thomas Orgis, 05/05/2021

Archive powered by MHonArc 2.6.24.

Top of Page