summaryrefslogtreecommitdiff
path: root/tool/fetch-bundled_gems.rb
AgeCommit message (Collapse)Author
2024-03-18Highlight messages in fetch-bundled_gemsNobuyoshi Nakada
2023-12-27Fetch tags with test-bundled-gemsHiroshi SHIBATA
make test-bundled-gems failed when default branch didn't have tag ref at target repository. ``` updating rbs ... From ssh://github.com/ruby/rbs - [deleted] (none) -> origin/dependabot/bundler/steep/rbs-3.4.0 remote: Enumerating objects: 68, done. remote: Counting objects: 100% (68/68), done. remote: Compressing objects: 100% (43/43), done. remote: Total 68 (delta 19), reused 61 (delta 18), pack-reused 0 Unpacking objects: 100% (68/68), 204.84 KiB | 633.00 KiB/s, done. * [new branch] aaa-3.4.x -> origin/aaa-3.4.x * [new branch] dependabot/bundler/steep/rbs-3.4.1 -> origin/dependabot/bundler/steep/rbs-3.4.1 01371463..fea0932b master -> origin/master checking out v3.4.1 (v=3.4.1, r=) ... fatal: invalid reference: v3.4.1 fatal: invalid reference: 3.4.1 make: *** [uncommon.mk:1553: yes-test-bundled-gems-fetch] Error 1 ```
2023-05-09We should not validate development version of bundled gems with fetch timing.Hiroshi SHIBATA
We want to notify above situation when release time. So, I move this check into ruby/actions. Notes: Merged: https://github.com/ruby/ruby/pull/7781
2023-04-26We need to checkout before BundledGem.dummy_gemspec checking.Hiroshi SHIBATA
When newer version released rather than gems/bundled_gems defined, `spec.version == Gem::Version.new(v)` always abort like: ``` Unexpected versions between bundled_gems:3.0.4 and gemspec:3.1.0 ```
2023-03-08Added missing dependency for rubygemsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7475
2023-03-08Added debug info to gemspec version checkHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7475
2023-03-08Check bundled_gems version and gemspec version strictlyHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7475
2023-01-10Just ignore empty lines in bundled_gems file [ci skip]Nobuyoshi Nakada
2022-07-26Try the tag without "v" prefix to checkout upstream repositoriesNobuyoshi Nakada
2022-01-14Fetch the unmerged revision to test of bundled gemsNobuyoshi Nakada
2020-10-09Let bundled_gems specify commits to test (#3641)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2020-04-25fetch-bundled_gems.rb: Fixed the position of -cNobuyoshi Nakada
2020-04-25fetch-bundled_gems.rb: Quiet detached HEAD adviceNobuyoshi Nakada
2020-02-24Try with and without "v" prefix for numeric tagNobuyoshi Nakada
2020-02-24Retry checking out the versionNobuyoshi Nakada
rss 0.2.9 is tagged without the "v" prefix.
2019-12-31Test the bundled version minitest instead of masterNobuyoshi Nakada
Minitest has the released tags now. Notes: Merged: https://github.com/ruby/ruby/pull/2801
2019-09-04Use `git pull` instead of `git fetch` if master branchKazuhiro NISHIYAMA
2017-10-25test-bundled-gems-fetchnobu
* tool/fetch-bundled_gems.rb: get rid of tool/git-refresh which requries Bourne shell. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-10-21[EXPERIMENTAL] Added test-bundled-gems task.hsbt
`test-bundled-gems` invoke test suite of bundled gems with build environment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e