aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts/make_changelog.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-06Fixed a subprocess usage bug in make_changelog.py. @nochangelogJacek Antonelli1-1/+1
2010-03-18Improved make_changelog.py.Jacek Antonelli1-20/+39
* Uses 'subprocess' module instead of 'commands' (which is Unix-only). * No longer overwrites ChangeLog.txt when it fails. @nochangelog
2010-03-15Small compatibility fix to make_changelog.py.Jacek Antonelli1-1/+1
os.uname is not available on Windows. sys.platform is better. @nochangelog
2010-03-13Tweaked make_changelog.py to work on Mac.Jacek Antonelli1-14/+20
Compatibility with older python and git versions, and set PATH to try to find git executable in likely locations. @nochangelog
2010-03-13ChangeLog.txt is now generated from the Git log at compile time.Jacek Antonelli1-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.