aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
Commit message (Collapse)AuthorAgeFilesLines
* Adding a new script that creates a local patch/* branchWayne Davison2009-05-231-0/+183
| | | | for each file given on the command-line.
* Improved the usage output.Wayne Davison2009-05-231-4/+10
|
* Determine the master's commit hash and note it in each patchWayne Davison2009-05-231-5/+18
| | | | that is based on the master in the new "based-on:" line.
* Changed the commands used to "make gen" without any stoppage.Wayne Davison2009-04-122-3/+5
|
* Use "use warnings" rather than -w on the #! line.Wayne Davison2009-01-133-3/+6
|
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-0/+7
| | | | | Also improved the human-readable output functions, including adding the ability to output negative numbers.
* Verify that SUBPROTOCOL_VERSION is set correctly when making aWayne Davison2008-08-311-2/+54
| | | | nightly tar file release. Fixed the opening comments.
* Added extra file-changing logic to ensure that the various files thatWayne Davison2008-08-311-14/+67
| | | | | | | mention the protocol number have the right value, that the check-in date for a protocol-change release is specified, and that a pre-release with a protocol change doesn't have SUBPROTOCOL_VERSION set to 0. Prompt for releasing a branch if -b option was not used and we're on a branch.
* Enhanced the release scripts to be able to handle a branch release.Wayne Davison2008-07-232-22/+49
|
* Improved var-checker and tweaked all the issues it found.Wayne Davison2008-07-211-8/+65
|
* Renamed extern-squish -> var-checker.Wayne Davison2008-07-211-0/+0
|
* Preparing for release of 3.0.3Wayne Davison2008-06-291-5/+5
|
* Preparing for release of 3.0.3pre3Wayne Davison2008-06-221-4/+4
|
* Preparing for release of 3.0.3pre2Wayne Davison2008-05-171-4/+4
|
* Preparing for release of 3.0.3pre1Wayne Davison2008-05-071-6/+6
|
* A few $last_touch tweaks.Wayne Davison2008-04-161-4/+4
|
* Preparing for release of 3.0.2Wayne Davison2008-04-081-3/+3
|
* Call patch-update in its new location.Wayne Davison2008-04-081-3/+3
|
* Have the spec file put more useful stuff into the doc dir.Wayne Davison2008-04-051-1/+4
|
* Moving some files from support into packaging.Wayne Davison2008-04-053-0/+301
|
* Comment out the Source1 tar file by default in the spec file.Wayne Davison2008-04-041-1/+1
|
* Fixed the code that removes old file versions for a final release.Wayne Davison2008-04-041-1/+1
|
* Preparing for release of 3.0.1Wayne Davison2008-04-031-5/+5
|
* A few more spec-file tweaks.Wayne Davison2008-04-011-2/+6
|
* Define a "srcdir" in the spec file and use it in the URLs for theWayne Davison2008-04-012-3/+5
| | | | | source files so that they use the unchanging src or src-preview subdirectory location for the file.
* Tweaked rsync.spec to use "rsync" in place of "%{name}" in a fewWayne Davison2008-03-311-4/+4
| | | | places (which allows for easier creation of adjunct RPMs).
* Preparing for release of 3.0.1pre3Wayne Davison2008-03-301-4/+4
|
* Preparing for release of 3.0.1pre2Wayne Davison2008-03-261-4/+4
|
* Preparing for release of 3.0.1pre1Wayne Davison2008-03-241-5/+5
|
* Some more improvements for the packaging/release-rsync script:Wayne Davison2008-03-242-15/+84
| | | | | | | | | | | | - Check early if the version tag already exists, so it aborts right away if the release script can't do its work. - Update the files in the "patches" dir while merging the master branch into the patch branches (done before creating the release patches for the rsync-patches tar file). - Allow the user to ask to visit each patch when updating them. - Pause after initial patch updating so that any extra patch changes can be done before the creating of the tar files. - Ask for the GPG signing passphrase once for all signing commands.
* Changed the way version numbering of pre-releases will be done inWayne Davison2008-03-232-13/+17
| | | | the RPM spec file so that they order prior to the final release.
* Some RPM spec file improvements:Wayne Davison2008-03-212-1/+30
| | | | | - Added installation of new /etc/xinetd.d/rsync config file. - Added commented-out lines to demonstrate how to use rsync-patches.
* Handle the very latest spot for the nightly dir.Wayne Davison2008-03-071-3/+3
|
* Simplify the description of what we're doing.Wayne Davison2008-03-061-2/+1
|
* Updated nightly-rsync and release-rsync to handle the newWayne Davison2008-03-052-60/+36
| | | | ftp directory layout.
* Improved the error-checking when tweaking the files for a new release.Wayne Davison2008-03-031-20/+36
|
* Updated copyright year in --version output and improved the releaseWayne Davison2008-03-031-9/+17
| | | | | script to look for year changes in options.c and to get the version defaults totally right in the prompts.
* Preparing for release of 3.0.0Wayne Davison2008-03-011-3/+3
|
* Fixed the lastversion default when changing from a pre-releaseWayne Davison2008-03-011-9/+9
| | | | | to a final release. Ensure that newly-created "extra files" get included in the diff.
* Output info on what's being signed to make it clearerWayne Davison2008-02-191-4/+10
| | | | what is happening. Improved the final admonition.
* Preparing for release of 3.0.0pre10Wayne Davison2008-02-191-3/+3
|
* Use the name "ChangeLog" for the ftp copy of the repository history.Wayne Davison2008-02-161-2/+2
|
* Preparing for release of 3.0.0pre9Wayne Davison2008-02-101-3/+3
|
* Fixed the diffing of generated files when creating a patch that hasWayne Davison2008-02-021-1/+1
| | | | a parent that is not the master branch.
* Preparing for release of 3.0.0pre8Wayne Davison2008-01-121-3/+3
|
* - Make sure the Makefile is up-to-date before running "make gen".Wayne Davison2008-01-121-6/+5
| | | | | - The release-rsync script now creates the generated patches in a separate dir from the normal patches.
* If "make gensend" fails, abort the script.Wayne Davison2008-01-111-1/+2
|
* Fixed Source URL and changed from ftp to http.Wayne Davison2007-12-191-1/+1
|
* Added the 'h' option to the tar command that creates the patchesWayne Davison2007-12-161-1/+1
| | | | tar file just in case the patches directory is a symlink.
* Preparing for release of 3.0.0pre7Wayne Davison2007-12-161-3/+3
|