<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/scripts, branch refs-37159</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=refs-37159</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=refs-37159'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-08-05T18:08:41Z</updated>
<entry>
<title>Added missing lang override in translation fetching helper for Serbian (Latin script).</title>
<updated>2026-08-05T18:08:41Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-08-05T18:08:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=30ebe0001c1d10bebc68567f796d821f7b309f4d'/>
<id>urn:sha1:30ebe0001c1d10bebc68567f796d821f7b309f4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved wording in PR quality check messages.</title>
<updated>2026-07-24T13:36:57Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-07-17T17:00:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8a162076e1988ddf9453edfb8329d5df1573dc38'/>
<id>urn:sha1:8a162076e1988ddf9453edfb8329d5df1573dc38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #37093 -- Clarified pull request instructions and adjusted error messages.</title>
<updated>2026-07-16T20:15:59Z</updated>
<author>
<name>Stephanie</name>
<email>104656459+StephanieAG@users.noreply.github.com</email>
</author>
<published>2026-06-28T13:40:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=274df4df0bca7fcfb5c1c1d49567f770df147eeb'/>
<id>urn:sha1:274df4df0bca7fcfb5c1c1d49567f770df147eeb</id>
<content type='text'>
The intention is to reduce the perceived harshness of error messages so
that they look more like just a friendly list of things in your PR to
fix, especially for new contributors.
</content>
</entry>
<entry>
<title>Avoided breaking sha1sum verification in the generated checksum.txt file.</title>
<updated>2026-06-25T01:17:07Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-06-24T19:02:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=93a1751f2fc0dfb81057ec3a7fb86778de1780fa'/>
<id>urn:sha1:93a1751f2fc0dfb81057ec3a7fb86778de1780fa</id>
<content type='text'>
When doing releases, the `do_django_release.py` script included, in the
generated checksum.txt file, a "&lt;commit hash&gt;  &lt;version&gt;" section for
the git tag for the release. This line was byte-for-byte a GNU coreutils
checksum line, since the commit hash is 40 hex characters, therefore
"sha1sum --check" parsed it as an entry for a file named after the
version (e.g. "6.1b1"), failed to open that file, and aborted
the `verify_release.sh` script. Reworded the line as prose so it is no
longer mistaken for a checksum entry.
</content>
</entry>
<entry>
<title>Replaced the defunct pgp.mit.edu keyserver with GitHub for key import.</title>
<updated>2026-06-25T01:17:07Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-06-24T19:01:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=01c3cceca1ac80796e5448295e294cbc01948185'/>
<id>urn:sha1:01c3cceca1ac80796e5448295e294cbc01948185</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made PR quality check require tickets for new contributors.</title>
<updated>2026-06-02T15:43:31Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-06-02T14:57:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=672cfaa53c72dd67fb54ecbdd904ea364d2951c4'/>
<id>urn:sha1:672cfaa53c72dd67fb54ecbdd904ea364d2951c4</id>
<content type='text'>
Agents are already abusing the exception for small pull requests
by mixing in unrelated typo fixes with their code changes for
unreviewed tickets and removing mention of said ticket.
</content>
</entry>
<entry>
<title>Refactored release script to support testing in isolation.</title>
<updated>2026-05-27T14:10:31Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-05-25T22:53:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7ae70e7504b98553ab3537be84f930ea7e28c3c9'/>
<id>urn:sha1:7ae70e7504b98553ab3537be84f930ea7e28c3c9</id>
<content type='text'>
Extracted helpers (get_commit_hash, parse_major_version,
find_release_artifacts, create_checksum_file) and isolated all
code with side-effects in main() guarded by __name__ == "__main__",
allowing the module to be imported without starting the release process.
Added tests for the new helpers in scripts/tests.py.

Thanks Jacob Walls for the review and IRL test.
</content>
</entry>
<entry>
<title>Included commit hash in checksum file when building artifacts for release.</title>
<updated>2026-05-27T14:10:31Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-05-25T21:30:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7436661b9c7f7232cc416720825561b2fb0a6649'/>
<id>urn:sha1:7436661b9c7f7232cc416720825561b2fb0a6649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced old PR quality comments when writing new ones.</title>
<updated>2026-05-06T14:35:43Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-04-23T20:58:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=75bb46cc454fdef0585f0a460f36f579b59f0356'/>
<id>urn:sha1:75bb46cc454fdef0585f0a460f36f579b59f0356</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #37046 -- Allowed Ready for checkin Trac status in PR checks.</title>
<updated>2026-04-19T12:05:55Z</updated>
<author>
<name>varunkasyap</name>
<email>varunkasyap@hotmail.com</email>
</author>
<published>2026-04-18T16:10:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=673fa46d8063577c92cfab3a73a28e9406372e33'/>
<id>urn:sha1:673fa46d8063577c92cfab3a73a28e9406372e33</id>
<content type='text'>
</content>
</entry>
</feed>
