Edgewall Software

Changes between Version 30 and Version 31 of TracStandalone


Ignore:
Timestamp:
Sep 15, 2006, 7:46:19 PM (18 years ago)
Author:
Matthew Good
Comment:

change the example use of the password generating script to append to the file instead of overwriting

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v30 v31  
    9999
    100100{{{
    101 python trac-digest.py -u username -p password > c:\digest.txt
     101python trac-digest.py -u username -p password >> c:\digest.txt
    102102python tracd --port 8000 --auth proj_name,c:\digest.txt,trac c:\path\to\proj_name
    103103}}}
    104 
    105 Note: that this script doesn´t append the login/pwd values to the existing ones in the file. Overrides the file with the login/pwd each time.
    106104
    107105== Tips ==