Skip to Content.
Sympa Menu

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

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 (806df14f7b7c2b2ff45453a0623069a1edaa020c)
  • Date: Fri, 26 Feb 2021 12:49:41 +0000

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

ChangeLog | 3 +++
Makefile | 5 +++++
2 files changed, 8 insertions(+)

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

Makefile: add devinst target

It makes sense to have the current date and the commit ID reported
by sorcery --version when having it installed from a git checkout.
Otherwise, it reports a wildly inaccurate stable release version which
confuses the developer testing differing branches/releases.

diff --git a/ChangeLog b/ChangeLog
index 40bf8b2..1955b99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-02-26 Thomas Orgis <sobukus AT sourcemage.org>
+ * Makefile: added devinst target to mark installs from git checkout
+
2020-10-01 Thomas Orgis <sobukus AT sourcemage.org>
* protected: add /bin/login (!!)

diff --git a/Makefile b/Makefile
index 9ceb372..e90581e 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,12 @@ bump-devel:

bump: bump-$(BRANCH)

+devinst: install
+ date +%Y%m%d | tr '\n' - > /etc/sorcery/version
+ git show --oneline | head -n 1 | cut -f 1 -d ' ' >>
/etc/sorcery/version
+
#HELP: install - Install sorcery
+#HELP: devinst - Install with version vom active branch
#HELP: uninstall - Uninstall sorcery
#HELP: convert - Convert from Pre 0.8.x grimoire to new codex format
script-targets = install uninstall convert



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

Archive powered by MHonArc 2.6.24.

Top of Page