Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (7a5f1c609fc1672bbbc8e49f650ca71da870baad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (7a5f1c609fc1672bbbc8e49f650ca71da870baad)
  • Date: Sun, 26 Jan 2025 22:35:42 +0000

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

smgl/cauldron/DETAILS | 4 ++--
smgl/cauldron/HISTORY | 4 ++++
smgl/cauldron/INSTALL | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 7a5f1c609fc1672bbbc8e49f650ca71da870baad
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

smgl/cauldron: update source URL, enchanter paths

Update the source URL to match our SCM URL. Update the paths to the
enchanters within the source so that they can be installed.

diff --git a/smgl/cauldron/DETAILS b/smgl/cauldron/DETAILS
index d2bc8c5..e6b8d3f 100755
--- a/smgl/cauldron/DETAILS
+++ b/smgl/cauldron/DETAILS
@@ -4,8 +4,8 @@
FORCE_DOWNLOAD=on
SOURCE="$SPELL-$VERSION.tar.bz2"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=git://download.sourcemage.org/smgl/cauldron.git
- WEB_SITE=http://www.sourcemage.org/Cauldron/
+ SOURCE_URL[0]="git_http://scm.sourcemage.org/smgl/cauldron.git";
+ WEB_SITE="http://www.sourcemage.org/Cauldron/";
ENTERED=20100604
LICENSE[0]="GPL"
SHORT="Source Mage ISO and installer scripts"
diff --git a/smgl/cauldron/HISTORY b/smgl/cauldron/HISTORY
index 67c9422..6c40949 100644
--- a/smgl/cauldron/HISTORY
+++ b/smgl/cauldron/HISTORY
@@ -1,3 +1,7 @@
+2025-01-27 Justin Boffemmyer <flux AT sourcemage.org>
+ * DETAILS: update source url
+ * INSTALL: update path for enchanters
+
2018-04-09 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS: depend on MAN instead of man

diff --git a/smgl/cauldron/INSTALL b/smgl/cauldron/INSTALL
index 57f3b7b..f3cd5c7 100755
--- a/smgl/cauldron/INSTALL
+++ b/smgl/cauldron/INSTALL
@@ -78,7 +78,7 @@ function install_enchantment() {
# install the selected installer interfaces
for installer in ${INTERFACES[@]}
do
- install_dir_recursive "enchantment/$installer"
+ install_dir_recursive "enchantment/enchanters/$installer"
done
}



  • [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (7a5f1c609fc1672bbbc8e49f650ca71da870baad), Justin Boffemmyer, 01/26/2025

Archive powered by MHonArc 2.6.24.

Top of Page