user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH] move executables to script/ directory
@ 2016-02-27 21:59  7% Eric Wong
  0 siblings, 0 replies; 1+ results
From: Eric Wong @ 2016-02-27 21:59 UTC (permalink / raw)
  To: meta

This seems to match more closely with what is expected of Perl
packages based on how blib is used.  Hopefully makes the top-level
source tree less cluttered and things easier-to-find.
---
 Makefile.PL                                     | 2 +-
 public-inbox-httpd => script/public-inbox-httpd | 0
 public-inbox-index => script/public-inbox-index | 0
 public-inbox-init => script/public-inbox-init   | 0
 public-inbox-learn => script/public-inbox-learn | 0
 public-inbox-mda => script/public-inbox-mda     | 0
 public-inbox-nntpd => script/public-inbox-nntpd | 0
 public-inbox.cgi => script/public-inbox.cgi     | 0
 8 files changed, 1 insertion(+), 1 deletion(-)
 rename public-inbox-httpd => script/public-inbox-httpd (100%)
 mode change 100644 => 100755
 rename public-inbox-index => script/public-inbox-index (100%)
 rename public-inbox-init => script/public-inbox-init (100%)
 rename public-inbox-learn => script/public-inbox-learn (100%)
 rename public-inbox-mda => script/public-inbox-mda (100%)
 rename public-inbox-nntpd => script/public-inbox-nntpd (100%)
 rename public-inbox.cgi => script/public-inbox.cgi (100%)

diff --git a/Makefile.PL b/Makefile.PL
index 621baf6..8582203 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use ExtUtils::MakeMaker;
-my @EXE_FILES = split("\n", `git ls-files 'public-inbox*' 2>/dev/null`);
+my @EXE_FILES = split("\n", `git ls-files 'script/*' 2>/dev/null`);
 my $PM_FILES = `git ls-files lib '*.pm' 2>/dev/null`;
 $PM_FILES =~ tr/\n/ /;
 
diff --git a/public-inbox-httpd b/script/public-inbox-httpd
old mode 100644
new mode 100755
similarity index 100%
rename from public-inbox-httpd
rename to script/public-inbox-httpd
diff --git a/public-inbox-index b/script/public-inbox-index
similarity index 100%
rename from public-inbox-index
rename to script/public-inbox-index
diff --git a/public-inbox-init b/script/public-inbox-init
similarity index 100%
rename from public-inbox-init
rename to script/public-inbox-init
diff --git a/public-inbox-learn b/script/public-inbox-learn
similarity index 100%
rename from public-inbox-learn
rename to script/public-inbox-learn
diff --git a/public-inbox-mda b/script/public-inbox-mda
similarity index 100%
rename from public-inbox-mda
rename to script/public-inbox-mda
diff --git a/public-inbox-nntpd b/script/public-inbox-nntpd
similarity index 100%
rename from public-inbox-nntpd
rename to script/public-inbox-nntpd
diff --git a/public-inbox.cgi b/script/public-inbox.cgi
similarity index 100%
rename from public-inbox.cgi
rename to script/public-inbox.cgi
-- 
EW


^ permalink raw reply related	[relevance 7%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-02-27 21:59  7% [PATCH] move executables to script/ directory Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).