summaryrefslogtreecommitdiff
path: root/MANIFEST.SKIP
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-06-18 06:35:13 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-06-18 06:35:13 +0200
commit7118ffe16d97b2a589047408ea704133a3aa28ad (patch)
tree952b2d6a6b7668cb72883af11e3f8bdeefc52865 /MANIFEST.SKIP
parent7606460cdd3f501a3f385c111e78444dae843ab1 (diff)
downloadslackbuilder-7118ffe16d97b2a589047408ea704133a3aa28ad.tar.gz
slackbuilder-7118ffe16d97b2a589047408ea704133a3aa28ad.tar.bz2
Improve package pattern matcher
* MANIFEST.SKIP: New file. * lib/SlackBuild/Registry/Pattern.pm: Rewrite as a subclass of SlackBuild::Pattern. * lib/SlackBuild/Pattern.pm: New file. Abstract structured pattern class. * lib/SlackBuild/Rc.pm: Update invocation of the lookup method * lib/SlackBuild/Registry.pm (lookup): Take single argument. * lib/SlackBuild/Registry/Backend/FS.pm (lookup): Take single argument. Allow for arbitrary prefix in front of the version number (e.g. btrfs-progs-v4.5.3.txz) * t/regrec.t: Update.
Diffstat (limited to 'MANIFEST.SKIP')
-rw-r--r--MANIFEST.SKIP5
1 files changed, 4 insertions, 1 deletions
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 859ca13..1d373fa 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -57,4 +57,7 @@
^debug.sh
^tmp
^buildreq
-^\.emacs\.* \ No newline at end of file
+^\.emacs\.*
+\.tar$
+\.tar\.(gz|bz2)$
+\bcore\b

Return to:

Send suggestions and report system problems to the System administrator.