Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
melmothx committed May 24, 2020
1 parent fde19a7 commit cefe4e2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ lib/AmuseWikiFarm/I18N/*.mo

# Carton module installation directory
local/
shared/
3 changes: 2 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ lib/CatalystX/AmuseWiki/I18N.pm
lib/CatalystX/Session/Store/AMW.pm
LICENSE
Makefile.PL
MANIFEST This list of files
MANIFEST
mkits/commit/body.txt
mkits/commit/manifest.json
mkits/git_action/body.txt
Expand Down Expand Up @@ -1374,6 +1374,7 @@ root/static/js/simpleUpload.js
root/static/js/simpleUpload.min.js
root/themes/test-theme/layout.tt
root/themes/test-theme/library.tt
script/add-texlive-to-path.sh
script/amusewiki-bootstrap-archive
script/amusewiki-check-compiler
script/amusewiki-clone-site
Expand Down
6 changes: 5 additions & 1 deletion MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ root/static/cgit/.*
root/static/.*\.zip$
root/uploads/.*
.gitignore
Maildir/*
Maildir/.*
shared/.*
local/.*
cpanfile
cpanfile\.snapshot
17 changes: 16 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ use Module::Install::Catalyst; # Complain loudly if you don't have
# Catalyst::Devel installed or haven't said
# 'make dist' to create a standalone tarball.

# if there are symlinks and it's dying
# *ExtUtils::Manifest::manicheck = sub { return };
# https://github.com/Perl-Toolchain-Gang/ExtUtils-Manifest/issues/5

name 'AmuseWikiFarm';
license 'perl';
all_from 'lib/AmuseWikiFarm.pm';
Expand All @@ -16,16 +20,27 @@ do './cpanfile';
catalyst_ignore('repo',
'shared',
'xapian',
'local',
'staging',
'opt',
'bbfiles',
'var',
'design',
'cpanfile',
'cpanfile\.snapshot',
'bootstrap-amw',
'current_version_is_.*txt',
'dbic.yaml',
'dbic\..*',
# hidden files
'\..*',
'restart',
'.*\.patch',
'Dockerfile',
'fontspec\.json.*',
'tmp',
'cover_db',
'log',
'.*\.log',
'cronjobs',
'.*local\.conf',
'ext-src',
Expand Down

0 comments on commit cefe4e2

Please sign in to comment.