Modify

Opened 17 years ago

Closed 17 years ago

#2992 closed enhancement (invalid)

python egg deployment option

Reported by: anonymous Owned by: Russ Tyndall
Priority: high Component: TimingAndEstimationPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

It would be nice if in addition to zip file there was also a python egg. This may significantly ease the deployment.

Attachments (0)

Change History (1)

comment:1 Changed 17 years ago by Russ Tyndall

Resolution: invalid
Status: newclosed

As best I know that would require me to build an egg and post it every time I make a new revision. Currently trac makes the zip for me. Also an egg is simply the following command executed in the root directory of the unzipped directory.

python setup.py bdist_egg

Also I would strongly suggest global installing trac plugins (as I have had issues in the past with locally installed ones blinking in and out of existence). I tend svn co the plugin so that I can easily upgrade to new versions (which is facilitated by the global install).

For all these reasons, the primary being that it is really easy for every one to make an egg, and hard for me to keep track of making them, I will mark this as invalid.

Cheers and thanks for the input, Russ

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Russ Tyndall.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.