-
- Downloads
Rewrite updateVersions script in Python, add datestamp functionality.
This updateVersions.pl script was one of the only essential perl scripts left in out maint system, and was the only one that used autoconf to fill in the script. This script adds a feature to define an APPROX_RELEASE_DATE macro that is updated when the version changes. We'll use this to implement prop297, so that we have an accurate view of when a release date happens.
Showing
- Makefile.am 1 addition, 1 deletionMakefile.am
- configure.ac 9 additions, 1 deletionconfigure.ac
- doc/HACKING/ReleasingTor.md 1 addition, 5 deletionsdoc/HACKING/ReleasingTor.md
- scripts/maint/updateVersions.pl.in 0 additions, 59 deletionsscripts/maint/updateVersions.pl.in
- scripts/maint/update_versions.py 133 additions, 0 deletionsscripts/maint/update_versions.py
scripts/maint/updateVersions.pl.in
deleted
100755 → 0
scripts/maint/update_versions.py
0 → 100755
Please register or sign in to comment