Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Ismael Luceno (e4ca8746c57284e436589883ab58a04e83f06870)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Ismael Luceno (e4ca8746c57284e436589883ab58a04e83f06870)
  • Date: Fri, 31 Mar 2023 19:40:21 +0000

GIT changes to master sorcery by Ismael Luceno <ismael AT sourcemage.org>:

usr/lib/sorcery/cmd/sightsee | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit e4ca8746c57284e436589883ab58a04e83f06870
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

sightsee: Fix skipping of spells without Watch line

diff --git a/usr/lib/sorcery/cmd/sightsee b/usr/lib/sorcery/cmd/sightsee
index 578526b..c65e39b 100755
--- a/usr/lib/sorcery/cmd/sightsee
+++ b/usr/lib/sorcery/cmd/sightsee
@@ -96,8 +96,9 @@ find "${paths[@]}" -name DETAILS -exec awk -vdebug="$debug"
'
printf "W: %s: %s\n", spell, \
"Upstream releases page not specified" \
>"/dev/stderr"
+ } else {
+ print spell, version, watch_url, watch_regex
}
- print spell, version, watch_url, watch_regex
version = watch_url = spell = ""
}
' {} + |



  • [SM-Commit] GIT changes to master sorcery by Ismael Luceno (e4ca8746c57284e436589883ab58a04e83f06870), Ismael Luceno, 03/31/2023

Archive powered by MHonArc 2.6.24.

Top of Page