Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (eedf20451fe98424a5aa1f87f86310c7a08e7c91)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (eedf20451fe98424a5aa1f87f86310c7a08e7c91)
  • Date: Tue, 7 May 2019 00:30:17 +0000

GIT changes to master grimoire by Remko van der Vossen <wich AT sourcemage.org>:

crypto/gnupg/HISTORY | 4 ++++
crypto/gnupg/PRE_BUILD | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit eedf20451fe98424a5aa1f87f86310c7a08e7c91
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

gnupg: intentional cast failure of spell

let the cast intentionally fail so that there won't be a ghost gnupg
spell left on the system after the deprecation of gnupg by gnupg-2.2
using the force dependency mechanism

diff --git a/crypto/gnupg/HISTORY b/crypto/gnupg/HISTORY
index 2397764..17d4561 100644
--- a/crypto/gnupg/HISTORY
+++ b/crypto/gnupg/HISTORY
@@ -1,3 +1,7 @@
+2019-05-07 Remko van der Vossen <wich AT sourcemage.org>
+ * PRE_BUILD: let the cast intentionally fail so that there won't be a
+ ghost gnupg spell left on the system
+
2019-05-06 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS, UP_TRIGGERS: deprecate through a forced dependency such
that
gnupg is not removed before gnupg-2.2 is being cast. If we don't do
diff --git a/crypto/gnupg/PRE_BUILD b/crypto/gnupg/PRE_BUILD
index 27ba77d..1c085b0 100755
--- a/crypto/gnupg/PRE_BUILD
+++ b/crypto/gnupg/PRE_BUILD
@@ -1 +1,2 @@
-true
+message "\n\n${PROBLEM_COLOR}Failure of casting of gnupg is intentional, it
is not a problem, gnupg-2.2 replaced it${DEFAULT_COLOR}\n\n" &&
+false



  • [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (eedf20451fe98424a5aa1f87f86310c7a08e7c91), Remko van der Vossen, 05/06/2019

Archive powered by MHonArc 2.6.24.

Top of Page