bugmonotone - Bugs: bug #12663, reference definitions of standard...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #12663: reference definitions of standard hooks are out of sync

Submitter:  None
Submitted:  Tue 12 Apr 2005 06:02:37 PM UTC
   
 
Category:  hook functions Severity:  3 - Normal
Item Group:  documentation issue Status:  Fixed
Privacy:  Public Assigned to:  uep
Open/Closed:  Closed
mtn version --full: 

monotone 0.18 (base revision: e8c9e4eb0534a4c6e538935576330de34ec42052)
Running on: Linux 2.6.11 #1 SMP Thu Mar 3 09:44:22 EST 2005 i686
Changes since base revision:

new_manifest [cbc23fa42b07e4f6f7d3a327c5eb1d4f4a782a75]

old_revision [e8c9e4eb0534a4c6e538935576330de34ec42052]
old_manifest [cbc23fa42b07e4f6f7d3a327c5eb1d4f4a782a75]


  Generated from data cached in the distribution;
  further changes may have been made.

  Generated from data cached in the distribution;
  further changes may have been made.

  Generated from data cached in the distribution;
  further changes may have been made.

  Generated from data cached in the distribution;
  further changes may have been made.

Sat 26 Nov 2005 10:05:10 PM UTC, comment #3: 

at least the attribute stuff seemed to have been done.. but I went through the rest and cleaned up a number of other details.

This will probably come up again, but closing for now.

Daniel Carosone <uep>
Group Member
Wed 13 Apr 2005 01:33:35 AM UTC, comment #2: 

this same problem seems to apply to several other things in that file.  everything that mentions "os.execute", for instance.

need someone to go through and re-import them from std_hooks.lua.

Nathaniel Smith <njs>
Group Member
Tue 12 Apr 2005 06:04:04 PM UTC, comment #1: 

opps. sorry.

docs for attr_functions["execute"] says default is:

attr_functions["execute"] =
            function(filename, value)
                  if (value == "true") then
                          os.execute(string.format("chmod +x %s", filename))
                  end
            end

but that is not what's in std_hooks.lua nor does it work.

Anonymous
Tue 12 Apr 2005 06:02:37 PM UTC, original submission:  
Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-04-07 uep Open/ClosedOpen Closed
2005-11-26 uep StatusNone Fixed
2005-11-26 uep Assigned toNone uep
2005-04-13 njs Summaryattr_functions[&quot;execute&quot;] is incorrectly documented reference definitions of standard hooks are out of sync

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code