Ticket #6052 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

Clean up orphaned pyc files

Reported by: Martyn Gigg Owned by: Martyn Gigg
Priority: major Milestone: Release 2.3
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Andrei Savici

Description

When a .py script or Python algorithm is removed from git, its .pyc file is left around in the source directory and can end up being included in the package.

Change History

comment:1 Changed 8 years ago by Martyn Gigg

  • Status changed from new to accepted

comment:2 Changed 8 years ago by Martyn Gigg

Clean orphaned pyc files. Refs #6052

Make sure those deleted from git are truely gone.

Changeset: 4aca604779ffc8bca9c7d248c73319e9377760eb

comment:3 Changed 8 years ago by Martyn Gigg

  • Status changed from accepted to verify
  • Resolution set to fixed

Tester: Check the package and look at the scripts & PythonAlgorithms directories. There should be a .py file + a corresponding .pyc file but no .pyc files without a corresponding .py file.

comment:4 Changed 8 years ago by Andrei Savici

  • Status changed from verify to verifying
  • Tester set to Andrei Savici

comment:5 Changed 8 years ago by Andrei Savici

  • Status changed from verifying to closed

comment:6 Changed 8 years ago by Martyn Gigg

Clean orphaned pyc files. Refs #6052

Make sure those deleted from git are truely gone.

Changeset: 4aca604779ffc8bca9c7d248c73319e9377760eb

comment:7 Changed 8 years ago by Martyn Gigg

Clean orphaned pyc files. Refs #6052

Make sure those deleted from git are truely gone.

Changeset: 4aca604779ffc8bca9c7d248c73319e9377760eb

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 6898

Note: See TracTickets for help on using tickets.