aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts/make_changelog.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a subprocess usage bug in make_changelog.py. @nochangelogJacek Antonelli2010-05-061-1/+1
|
* Improved make_changelog.py.Jacek Antonelli2010-03-181-20/+39
| | | | | | | * Uses 'subprocess' module instead of 'commands' (which is Unix-only). * No longer overwrites ChangeLog.txt when it fails. @nochangelog
* Small compatibility fix to make_changelog.py.Jacek Antonelli2010-03-151-1/+1
| | | | | | os.uname is not available on Windows. sys.platform is better. @nochangelog
* Tweaked make_changelog.py to work on Mac.Jacek Antonelli2010-03-131-14/+20
| | | | | | | Compatibility with older python and git versions, and set PATH to try to find git executable in likely locations. @nochangelog
* ChangeLog.txt is now generated from the Git log at compile time.Jacek Antonelli2010-03-131-0/+432
It is no longer version controlled and should not be editted manually. Put '@nochangelog' in commit messages to omit them from the log. See linden/scripts/make_changelog.py for more information.