Ticket #31 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

darcs_buildbot.py ignores file moves

Reported by: warner Owned by: warner
Priority: minor Milestone: 0.7.6
Version: Keywords: darcs
Cc:

Description

When a tree is modified by using 'darcs mv' (which renames a file), the change that darcs_buildbot.py sends doesn't trigger a new build. I suspect this is because it doesn't include any filenames. (it is probably only looking for file modifications, not renames).

This should be fixed, either to include both the source and destination filenames (which could get pretty tricky for directories), or to have the Schedulers always pay attention to Changes that don't have any filenames in them.

Change History

Changed 3 years ago by warner

  • milestone set to 0.7.6

Changed 3 years ago by warner

  • status changed from new to closed
  • resolution set to fixed

Fixed by [8a159333afe5401ab3aaae6457d36490292c05f0] : I changed the darcs_buildbot.py script to include the target filename of a rename operation in the resulting Change object.

Note: See TracTickets for help on using tickets.