| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-23 | make-snapshot: store timestamps in UTC for zip which lacks timezone | Nobuyoshi Nakada | |
| 2019-09-23 | Add `-mtc=off` to `7z` not to store NTFS timestamps | Kazuhiro NISHIYAMA | |
| https://sevenzip.osdn.jp/chm/cmdline/switches/method.htm | |||
| 2019-09-22 | make-snapshot: Added -no7z option | Nobuyoshi Nakada | |
| It disables 7z, which seems not to have an option to stop saving extra file attributes (uid/gid and atime), in order to make zip packages stable. | |||
| 2019-09-22 | make-snapshot: Do not save extra file attributes | Nobuyoshi Nakada | |
| Extra file attributes (uid/gid and atime) make the packaged zip file unstable. | |||
| 2019-09-15 | make-snapshot: export ChangeLog from srcdir | Nobuyoshi Nakada | |
| 2019-09-15 | make-snapshot: deprecated -exported option [Bug #16167] | Nobuyoshi Nakada | |
| 2019-09-08 | make-snapshot: -git option is no longer provided [ci skip] | Nobuyoshi Nakada | |
| 2019-09-08 | make-snapshot: default to the toplevel directory | Nobuyoshi Nakada | |
| As this tool has been intended to use in a working directory, assume that the toplevel directory is under the VCS, and SVN will no longer be canonical. | |||
| 2019-09-08 | Touch copied cache files to make tarballs stable | Nobuyoshi Nakada | |
| 2019-09-07 | Get rid of overwriting revision.h and creating .revision.time | Nobuyoshi Nakada | |
| 2019-09-05 | Removed -git option of make-snapshot | Nobuyoshi Nakada | |
| Git is not for direct access to a remote repository. Most of its operations need a local clone. | |||
| 2019-09-03 | Touch tar file itself to make gz file hash stable | Nobuyoshi Nakada | |
| 2019-09-03 | Touch the toplevel directory too | Nobuyoshi Nakada | |
| 2019-09-03 | Do not keep tar file by the default | Nobuyoshi Nakada | |
| 2019-09-03 | Align timestamps to make tarball stable | Nobuyoshi Nakada | |
| 2019-09-02 | Set mtime of checked out files to past time | Nobuyoshi Nakada | |
| instead of waiting 2 seconds, if possible. | |||
| 2019-09-02 | Fixed the directory to be removed | Nobuyoshi Nakada | |
| 2019-09-01 | Restore pwd for each version | Nobuyoshi Nakada | |
| 2019-09-01 | Support packaging different branch/tag | Nobuyoshi Nakada | |
| 2019-09-01 | Resolve symlinks to cache directory under gems | Nobuyoshi Nakada | |
| 2019-08-30 | Exclude ripper y.output from packages [ci skip] | Nobuyoshi Nakada | |
| 2019-08-30 | Export the last modified revision for tags [ci skip] | Nobuyoshi Nakada | |
| 2019-08-30 | 7z does not accept gzip's options | Kazuhiro NISHIYAMA | |
| e.g. `GZIP=-9` | |||
| 2019-08-28 | Revert "Treat RUBY_REVISION as an integer on old rubies" | Nobuyoshi Nakada | |
| This reverts commit 6454808c52fff445ff09fefb0fb96988f82aaa3c. It is no longer needed, as `VCS::SVN#get_revisions` now returns `Integer` as revision numbers, and `short_revision` should deal with it. | |||
| 2019-08-28 | `revision` might be an Integer | NAKAMURA Usaku | |
| 2019-08-28 | Treat RUBY_REVISION as an integer on old rubies | NAKAMURA Usaku | |
| 2019-08-24 | Try to fix `make dist` error on chkbuild | Kazuhiro NISHIYAMA | |
| https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian9/ruby-master/log/20190823T213004Z.fail.html.gz https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian8/ruby-master/log/20190824T003006Z.fail.html.gz | |||
| 2019-07-15 | Put colorize to library directory. | Hiroshi SHIBATA | |
| Same as 66299e7ca83d379d13abaa5411f3e0419334cabb | |||
| 2019-07-15 | Put vcs .rb to under the lib direcotory. | Hiroshi SHIBATA | |
| Because it's the common library for tool files. | |||
| 2019-07-02 | Use GitHub ruby.git for make-snapshot | Takashi Kokubun | |
| Previously @hsbt disabled https git clone from git.ruby-lang.org. Using git.ruby-lang.org for non-commit purposes is discouraged. GitHub mirror is actually recommended because it's reliable than single-hosted git.ruby-lang.org, the mirror is almost always well-maintained, and its latency is very small (usually about 10s). So we should just use GitHub here. [Bug #15969] | |||
| 2019-07-01 | Alias "master" and "trunk" | Nobuyoshi Nakada | |
| 2019-06-07 | Moved Makefile.in under template | Nobuyoshi Nakada | |
| 2019-06-07 | Revert "Moved Makefile.in under template" | Nobuyoshi Nakada | |
| This reverts commits: * 6f9d5fafe040cb02a1278fbfcdcb8063d564824c * bb3c89b6437049e26669b2156310670d5e06e386 And remove the dependency of Makefile on Makefile.in transitionally. | |||
| 2019-06-07 | Moved Makefile.in under template | Nobuyoshi Nakada | |
| 2019-05-31 | Define RUBY_FULL_REVISION | Nobuyoshi Nakada | |
| Only if the short revision differs from the full revision. | |||
| 2019-05-30 | Touch Unicode headers and the timestamp before packaging | Nobuyoshi Nakada | |
| Not to download Unicode data files at building from the packages. | |||
| 2019-05-22 | Default to the current branch | Nobuyoshi Nakada | |
| * tool/make-snapshot: default to the current branch if no branch but srcdir is given. | |||
| 2019-05-22 | Fix revision name | Nobuyoshi Nakada | |
| * tool/make-snapshot (package): dump to stringize GIT revisions properly. | |||
| 2019-05-22 | Fix revision name | Nobuyoshi Nakada | |
| * tool/make-snapshot (package): use the last revision of the whole tree as the revision name, not a single file. * tool/file2lastrev.rb: ditto. dump without unnecessary subrange and literal quotes, to stringize SVN revisions properly. | |||
| 2019-04-28 | Make the range to export as changelog optional | Nobuyoshi Nakada | |
| * `from` is defaulted to the beginning of the branch inclusively, otherwise the given revision is excluded as the previous. * `to` is defaulted to the head. | |||
| 2019-04-28 | Added VCS::SVN#branch_beginning | Nobuyoshi Nakada | |
| 2019-04-28 | Shorten git revision name without "r" prefix in snapshot | Nobuyoshi Nakada | |
| 2019-04-28 | Reduce matz's work, let git do it instead | Nobuyoshi Nakada | |
| 2019-04-27 | Support git-log format ChangeLog | Nobuyoshi Nakada | |
| 2019-03-14 | tool/make-snapshot: Use 6-spaces indent for SIZE and digests | nagachika | |
| to align with release note markdown. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-02-09 | make-snapshot: try downloading Unicode files | nobu | |
| Remove empty UNICODE_FILES list to update Unicode files like as r67025, for 2.6 branch. [Bug #15593] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-02-08 | make-snapshot: try downloading Unicode files | nobu | |
| [Bug #15593] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-02-07 | Update Unicode files | nobu | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-01-18 | make-snapshot: get rid of circular dependency | nobu | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-01-17 | make-snapshot: make permissions uniform | nobu | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
