Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.During the last two releases I had the problem that as soon as I put the new version numbers in drupal-org.make the Gitlab build process fails to build a debian package until I also create the releases on D.o.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | switch_from_tar-2912760-2.patch | 1.93 KB | helmo |











Comments
Comment #2
helmo CreditAttribution: helmo at Initfour websolutions for Aegir Cooperative commentedComment #3
Jon PughI think perhaps we can avoid changing the makefile to use git by creating a second makefile that has this, and make the CI builds use that instead.
I recently did this with devshop so that devmaster profile can be copied from a folder (needed for forks and pull requests) instead of checked out. https://github.com/opendevshop/devshop/blob/1.x/RoboFile.php#L144
Comment #4
helmo CreditAttribution: helmo at Initfour websolutions for Aegir Cooperative commentedWhat CI is testing then is the new Debian packages which should be promoted to the stable channel.
I'd like to keep CI as close to a normal install as possible. And having another file with version numbers in them to maintain is an extra thing to go wrong.
Comment #6
helmo CreditAttribution: helmo at Initfour websolutions for Aegir Cooperative commentedFirst in the 1.13 release.