Skip to Content.
Sympa Menu

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

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 (9d93120666d78f683cf249c775e68dda5909ecdb)
  • Date: Wed, 5 May 2021 11:28:33 +0000

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

install | 1 +
1 file changed, 1 insertion(+)

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

install: add devinst target for usable version from git

diff --git a/install b/install
index 526a858..4dcc0d8 100755
--- a/install
+++ b/install
@@ -1,4 +1,5 @@
#!/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 (9d93120666d78f683cf249c775e68dda5909ecdb), Thomas Orgis, 05/05/2021

Archive powered by MHonArc 2.6.24.

Top of Page