[Bps-public-commit] app-wsgetmail branch master updated. df9ae2b6a787366f9a2c6c2b394c2a308c86d019
BPS Git Server
git at git.bestpractical.com
Fri Apr 22 20:23:54 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "app-wsgetmail".
The branch, master has been updated
via df9ae2b6a787366f9a2c6c2b394c2a308c86d019 (commit)
via 4d468daedb9d4eb189e9ad60592a67a2a8409a48 (commit)
from b27f6841d1e499bb37d4f2cb625081b3a76174e7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit df9ae2b6a787366f9a2c6c2b394c2a308c86d019
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Apr 23 04:09:04 2022 +0800
Skip MANIFEST.bak
diff --git a/.gitignore b/.gitignore
index 7299e00..f5aeb4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ App-wsgetmail-*.tar.gz
*.swp
*.swo
wsgetmail.json
+MANIFEST.bak
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 6106fe6..0f42d51 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -7,3 +7,4 @@ pm_to_blib
.*.swp
.*.swo
wsgetmail.json
+MANIFEST.bak
commit 4d468daedb9d4eb189e9ad60592a67a2a8409a48
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Apr 23 04:06:59 2022 +0800
Update rules in MANFEST.SKIP to regex
This is to fix the following error on `make manifest`:
Quantifier follows nothing in regex; marked by <-- HERE in
m/(?:.git/*)|(?:.gitignore)|(?:Makefile$)|(?:MYMETA.*)|(?:blib/*)|(?:pm_to_blib)|(?:*
<-- HERE .swp)|(?:*.swo)|(?:wsgetmail.json)/
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index db2cf05..6106fe6 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -1,9 +1,9 @@
-.git/*
+.git/.*
.gitignore
Makefile$
MYMETA.*
-blib/*
+blib/.*
pm_to_blib
-*.swp
-*.swo
+.*.swp
+.*.swo
wsgetmail.json
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
MANIFEST.SKIP | 9 +++++----
2 files changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
app-wsgetmail
More information about the Bps-public-commit
mailing list