• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item4025: some scripts don't have their executable bit set

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension BuildContrib Low Closed TWiki:Main.WillNorris n/a  

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

in the standard distribution, i came across the lots of files without proper file

  • pseudo-svnup.pl
  • tools/build.pl
  • test/bin/TestRunner.pl
  • others
  • and tons (all?) of build.pl in the twikiplugins directory

also, updating create_new_extension.pl to create new build.pl files with their executable bits on:

Index: create_new_extension.pl
===================================================================
--- create_new_extension.pl     (revision 13642)
+++ create_new_extension.pl     (working copy)
@@ -130,6 +130,7 @@
 }
 
 writeFile($modPath, "build.pl", $data{"build.pl"});
+chmod 0775, "$modPath/build.pl";
 writeFile($modPath, "DEPENDENCIES", $data{DEPENDENCIES});
 writeFile($modPath, "MANIFEST", $data{MANIFEST});

-- TWiki:Main/WillNorris - 06 May 2007

ItemTemplate
Summary some scripts don't have their executable bit set
ReportedBy TWiki:Main.WillNorris
Codebase ~twiki4
SVN Range TWiki-4.1.2, Thu, 03 May 2007, build 13616
AppliesTo Extension
Component BuildContrib
Priority Low
CurrentState Closed
WaitingFor TWiki:Main.WillNorris
Checkins TWikirev:13643 TWikirev:13644 TWikirev:13645 TWikirev:13953
TargetRelease n/a
ReleasedIn

Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r7 - 2007-05-12 - TWikiUserMapping_KennethLavrsen
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback