Bugzilla – Attachment 34327 Details for
Bug 13398
Perl files for rotating collections are missing in installations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13398: rotating collections scripts are skipped on install
Bug-13398-rotating-collections-scripts-are-skipped.patch (text/plain), 1.56 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-12-11 14:58:14 UTC
(
hide
)
Description:
Bug 13398: rotating collections scripts are skipped on install
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-12-11 14:58:14 UTC
Size:
1.56 KB
patch
obsolete
>From d29e25cea18697ccae557e5da248e3e06e69c18e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 11 Dec 2014 11:51:20 -0300 >Subject: [PATCH] Bug 13398: rotating collections scripts are skipped on > install > >This patch makes the Makefile.PL script pick the rotating_collections/ >directory for install. > >To test: >- Run: > $ perl Makefile.PL >- Install using either 'standard' or 'single' method. >=> FAIL: Verify that there is no 'rotating_collections' directory > on the intranet CGI direcory. >- Apply the patch >- Run: > $ perl Makefile.PL >- Install using either 'standard' or 'single' method. >=> SUCCESS: Verify that there is a 'rotating_collections' directory > on the intranet CGI direcory. >- Sign off :-D > >Regards >Tomas > >PS1: Note that it should be enough to check for the rotating_collections files > on the generated Makefile after 'perl Makefile.PL'. >PS2: The packages use the 'standard' install method to generate the file tree. > So this patch should fix the packages too. >--- > Makefile.PL | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Makefile.PL b/Makefile.PL >index d7399e8..e1e6b98 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -304,6 +304,7 @@ my $target_map = { > './reviews' => 'INTRANET_CGI_DIR', > './rewrite-config.PL' => 'NONE', > './reviews' => 'INTRANET_CGI_DIR', >+ './rotating_collections' => 'INTRANET_CGI_DIR', > './serials' => 'INTRANET_CGI_DIR', > './services' => 'INTRANET_CGI_DIR', > './skel' => 'NONE', >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13398
:
34327
|
34391
|
34449