Changes between Version 56 and Version 57 of TicketImportPlugin


Ignore:
Timestamp:
Nov 24, 2015, 9:16:07 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

trac-hacks.org is HTTPS-only.

Legend:

Unmodified
Added
Removed
Modified
  • TicketImportPlugin

    v56 v57  
    4848
    4949For a machine-wide installation, run as root on your machine:
    50  * `easy_install http://trac-hacks.org/svn/ticketimportplugin/0.10` for Trac 0.10, or
    51  * `easy_install http://trac-hacks.org/svn/ticketimportplugin/0.11` for Trac 0.11 or 0.12.
     50 * `easy_install https://trac-hacks.org/svn/ticketimportplugin/0.10` for Trac 0.10, or
     51 * `easy_install https://trac-hacks.org/svn/ticketimportplugin/0.11` for Trac 0.11 or 0.12.
    5252
    5353=== Trac instance installation
     
    5555For an installation for only one Trac instance (on Trac 0.10, requires the Admin plugin):
    5656 * Download the code (requires Subversion):
    57    `svn co http://trac-hacks.org/svn/ticketimportplugin/0.10 ticketimportplugin` for Trac 0.10, or
    58    `svn co http://trac-hacks.org/svn/ticketimportplugin/0.11 ticketimportplugin` for Trac 0.11 or 0.12
     57   `svn co https://trac-hacks.org/svn/ticketimportplugin/0.10 ticketimportplugin` for Trac 0.10, or
     58   `svn co https://trac-hacks.org/svn/ticketimportplugin/0.11 ticketimportplugin` for Trac 0.11 or 0.12
    5959 * Build by hand:
    6060   ` cd ticketimportplugin; python setup.py bdist_egg`