Skip to Content.
Sympa Menu

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

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 (2a34759a575e8fc0a2286a43fbf4ad02eb1ab7fb)
  • Date: Tue, 28 Mar 2023 22:22:50 +0000

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

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

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

sightsee: Add matching of source RPMs to the default regex

diff --git a/usr/lib/sorcery/cmd/sightsee b/usr/lib/sorcery/cmd/sightsee
index 36affd2..578526b 100755
--- a/usr/lib/sorcery/cmd/sightsee
+++ b/usr/lib/sorcery/cmd/sightsee
@@ -85,7 +85,7 @@ find "${paths[@]}" -name DETAILS -exec awk -vdebug="$debug"
'
sub(/^[^ ]+ */, "")
watch_regex = $0 ? $0 : spell \
"[-_](R?[-_.+~0-9]+(([a-z]|rc|alpha|beta)[0-9]*)?)" \
- "(-src|-source)?" \
+ "([-.]src|[-.]source)?" \
"[.](tar|zip|t[bgx]z|7z|sha?r|cpio|rpm|deb|[ot]tf)"
if (debug)
printf "D: regex `%s`\n", watch_regex >"/dev/stderr"



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

Archive powered by MHonArc 2.6.24.

Top of Page