| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-27 | updateversion: fix regex to insert new .0 release | Damien Regad | 1 | -2/+3 | |
| When processing a .0 release with existing pre-releases, the new section was not inserted in the Changelog. | |||||
| 2021-02-01 | updateversion.py script adjustments | Damien Regad | 1 | -7/+7 | |
| - use YYYY-MM-DD date format - remove unnecessary escape for `]` - use raw strings for regex - fix typo | |||||
| 2021-01-31 | Merge branch 'hotfix/5.20' into release/5.21 | Damien Regad | 1 | -4/+4 | |
| 2021-01-31 | Adapt updateversion.py for keepachangelog format | Damien Regad | 1 | -5/+13 | |
| 2021-01-02 | Ignore maintenance script config file | Damien Regad | 1 | -0/+3 | |
| (cherry picked from commit 42f3971afdc851424e896c6da5a17ed0a23170e7) | |||||
| 2020-12-20 | uploadrelease.py: get extension with path.splitext() | Damien Regad | 1 | -3/+3 | |
| Previous logic using str.split('.') does not work with prereleases as there is an extra '.', causing extension to be returned as '1.zip' instead of just 'zip'. | |||||
| 2020-12-20 | buildrelease.py: remove debugging print statement | Damien Regad | 1 | -1/+0 | |
| 2020-12-19 | adodb.org is now served over SSL | Damien Regad | 1 | -2/+2 | |
| Change web site references from http://adodb.org to https. | |||||
| 2020-12-18 | buildrelease.py: update file exclusion list | Damien Regad | 1 | -6/+2 | |
| 2020-12-18 | Delete old, obsolete batch file | Damien Regad | 1 | -49/+0 | |
| 2020-12-18 | Release Scripts: python3 conversion | Damien Regad | 3 | -203/+262 | |
| - fix print statements - use str.format() instead of % - subprocess calls with text=True - pycodestyle - update docstrings to better conform with PEP 257 - file -> open | |||||
| 2020-12-18 | buildrelease.py: change patch versions default branch | Damien Regad | 1 | -1/+1 | |
| hotfix/X.Y instead of hotfix X.Y.Z | |||||
| 2020-12-17 | updateversion.py: new sed_run() function | Damien Regad | 1 | -14/+11 | |
| 2020-12-17 | Replace 'git root' alias with native command | Damien Regad | 2 | -2/+12 | |
| 2020-12-17 | Set development releases date to 'Unreleased' | Damien Regad | 1 | -8/+5 | |
| Instead of using a dummy date '??-???-YYYY'. | |||||
| 2020-12-17 | updateversion.py: allow alpha/beta/rc versions | Damien Regad | 1 | -80/+114 | |
| Use custom Exceptions in version_get_previous(). Refactor update_changelog to handle pre-release versions, simplify the logic to avoid code duplication | |||||
| 2020-12-17 | No more HTML files to process | Damien Regad | 1 | -2/+2 | |
| All the old docs have been moved to wiki at https://adodb.org | |||||
| 2020-12-06 | Add support for release candidate builds | Mark Newnham | 1 | -1/+1 | |
| Regex changed to support build numbers ending similar to -RC1 | |||||
| 2020-08-02 | List the files to be uploaded | Damien Regad | 1 | -0/+2 | |
| 2020-08-02 | New command-line option to skip SourceForge upload | Damien Regad | 1 | -4/+13 | |
| This allows only updating the (previously) uploaded files information via the SourceForge Release API. | |||||
| 2020-08-02 | Enable dry-run mode for SourceForge API | Damien Regad | 1 | -15/+22 | |
| 2020-08-02 | Code cleanup | Damien Regad | 1 | -7/+6 | |
| - Fix typos - PEP8 - remove debug statement - removed reference to no-longer-used global variables | |||||
| 2020-08-02 | Use SourceForge API to set file info | Damien Regad | 3 | -0/+82 | |
| The script is now capable of updating the default file to download from the SourceForge files section, based on the uploaded file's extension. Introduces a config file for maintenance scripts, in YAML format, named env.yml. It is used to store the SourceForge API key. | |||||
| 2019-11-12 | Codespell assisted typo cleaning | Jean-Michel Vourgère | 2 | -2/+2 | |
| 2018-03-09 | Exclude files and dirs from git archive | Damien Regad | 1 | -0/+2 | |
| 2016-12-18 | upload: handle username as an option | Damien Regad | 1 | -10/+11 | |
| Allows defaulting to the current os user name | |||||
| 2016-12-18 | upload: Target dir based on ADOdb major version | Damien Regad | 1 | -1/+8 | |
| - for 5.x, adodb-php5-only/ - for 6.x and later, adodbX/ (where X is the major version number) | |||||
| 2016-12-18 | upload: Recognize SemVer suffixes | Damien Regad | 1 | -6/+11 | |
| Allows alpha, beta and rc suffixes, as well as version number | |||||
| 2016-12-17 | upload: Create target dir if it doesn't exist | Damien Regad | 1 | -0/+12 | |
| 2016-12-17 | upload: document global variables | Damien Regad | 1 | -0/+3 | |
| Describe how to set sf_files for debugging | |||||
| 2016-12-17 | build: fix '--branch' param definition | Damien Regad | 1 | -1/+1 | |
| The trailing '=' was missing, so the branch name could not be specified when using the long parameter (was working OK with '-b'. | |||||
| 2016-09-20 | Align release scripts with master branch | Damien Regad | 3 | -109/+257 | |
| 2016-08-31 | Merge branch 'hotfix/5.20.6' | Damien Regad | 1 | -0/+1 | |
| 2016-08-29 | Exclude 'tests' directory from release tarballs | Damien Regad | 1 | -0/+1 | |
| It is only used for development purposes and is not necessary for normal ADOdb operations. Issue #274 | |||||
| 2016-02-26 | Release scripts: docs are no longer part of the repo | Damien Regad | 2 | -41/+4 | |
| - don't copy the files to release_path when building the release - remove options to exclude files or docs when uploading the release, since the file can only upload files now | |||||
| 2016-02-13 | CLI Program to turn website into static document set | Mark Newnham | 1 | -0/+221 | |
| A simple CLI PHP script to massage the output of dokuwiki plugin SiteExport into a set of HTML pages that form the basis of the new documentation set | |||||
| 2015-12-27 | Move command-line processing to dedicated function | Damien Regad | 1 | -34/+41 | |
| 2015-12-27 | Move upload code to dedicated functions | Damien Regad | 1 | -25/+35 | |
| 2015-12-27 | New sourceforge_target_dir() function | Damien Regad | 1 | -3/+21 | |
| Builds the final part of the SourceForge target directory based on the version of the files being uploaded. Base directory is as defined in sf_files global variable, plus - if version >= 5.21: adodb-X.Y - for older versions: adodb-XYZ-for-php5 | |||||
| 2015-12-27 | Catch exception when version number is not valid | Damien Regad | 1 | -1/+9 | |
| 2015-12-27 | Improve script output | Damien Regad | 1 | -7/+4 | |
| 2015-12-27 | Use regex to retrieve version number from file name | Damien Regad | 1 | -1/+2 | |
| 2015-12-27 | New function to retrieve version from zip file name | Damien Regad | 1 | -7/+15 | |
| 2015-12-27 | Added dry-run mode | Damien Regad | 1 | -3/+21 | |
| Prints rsync command but does not execute it Moved command-line options variables to global scope | |||||
| 2015-12-27 | New call_rsync() function to avoid code duplication | Damien Regad | 1 | -16/+21 | |
| 2015-12-27 | Stricter check for release zip file name | Damien Regad | 1 | -1/+1 | |
| 2015-12-27 | Change zip/tarballs naming convention | Damien Regad | 1 | -8/+9 | |
| Before: adodbXYY.tar.gz After: adodb-X.Y.Z.tar.gz Note: the tarball's internal directory's name is kept as 'adodb5'. | |||||
| 2015-12-27 | Ignore untracked files when checking local repo | Damien Regad | 1 | -2/+2 | |
| 2015-12-27 | Set default branch based on given version number | Damien Regad | 1 | -1/+6 | |
| - '.0' releases use 'master' - patch releases use 'hotfix/x.y.z' | |||||
| 2015-12-27 | Don't print message when checking previous version | Damien Regad | 1 | -3/+4 | |
