<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/admin/nt, branch scratch/sqlite</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Adjust build-dep-zips.py download link</title>
<updated>2021-11-14T01:06:26+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-11-14T01:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5beed9dfed64fe72ab8678d2706eddbbee3c157b'/>
<id>5beed9dfed64fe72ab8678d2706eddbbee3c157b</id>
<content type='text'>
* admin/nt/dist-build/build-dep-zips.py (download_source): Adjust
the download link (bug#40628).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/build-dep-zips.py (download_source): Adjust
the download link (bug#40628).
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize admin/nt dependency computation</title>
<updated>2021-11-12T09:21:45+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2021-11-12T09:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=00e3baf6e32d39c8434f50e1f0b0a83ad2ad3aeb'/>
<id>00e3baf6e32d39c8434f50e1f0b0a83ad2ad3aeb</id>
<content type='text'>
admin/nt/dist-build/build-dep-zips.py (immediate_deps)
(extract_deps): Gather package dependency info in batches, rather than
one at a time.  This reduces the number of invocations of 'pacman -Si
...' to the depth of the dependency tree, rather than the number of
dependent packages.
(top-level): Don't call 'extract_deps' when given the '-l' option (bug#40628).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
admin/nt/dist-build/build-dep-zips.py (immediate_deps)
(extract_deps): Gather package dependency info in batches, rather than
one at a time.  This reduces the number of invocations of 'pacman -Si
...' to the depth of the dependency tree, rather than the number of
dependent packages.
(top-level): Don't call 'extract_deps' when given the '-l' option (bug#40628).
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify build environment</title>
<updated>2021-11-03T11:03:00+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2021-11-03T11:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a16e66c68138801ea6d0de49d6889db1ce17c6fb'/>
<id>a16e66c68138801ea6d0de49d6889db1ce17c6fb</id>
<content type='text'>
* admin/nt/dist-build/README-scripts:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/README-scripts:
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify build directory structure</title>
<updated>2021-11-03T10:30:02+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2021-11-03T10:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6ab6b2f1c81148f4c77e2bac8d81ae7d6b6090c0'/>
<id>6ab6b2f1c81148f4c77e2bac8d81ae7d6b6090c0</id>
<content type='text'>
* admin/nt/dist-build/README-scripts: Clarify build directory structure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/README-scripts: Clarify build directory structure
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos</title>
<updated>2021-09-03T11:05:32+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-09-03T09:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0cabf8bc363cdeace84523b251752c0aac32b31b'/>
<id>0cabf8bc363cdeace84523b251752c0aac32b31b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for 32 bit build</title>
<updated>2021-01-15T21:37:25+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2021-01-14T22:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=667f2e097cdfdb057de0696867c83ebfd1a3e816'/>
<id>667f2e097cdfdb057de0696867c83ebfd1a3e816</id>
<content type='text'>
* admin/nt/dist-build/README-scripts: Update
* admin/nt/dist-build/README-windows-binaries: Update
* admin/nt/dist-build/build-zips.sh: Remove 32 bit and fix paths
* admin/nt/dist-build/build-dep-zips.py: Remove 32 bit and update
  paths
* admin/nt/dist-build/emacs.nsi: Remove 32 bit and fix paths
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/README-scripts: Update
* admin/nt/dist-build/README-windows-binaries: Update
* admin/nt/dist-build/build-zips.sh: Remove 32 bit and fix paths
* admin/nt/dist-build/build-dep-zips.py: Remove 32 bit and update
  paths
* admin/nt/dist-build/emacs.nsi: Remove 32 bit and fix paths
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependency capture</title>
<updated>2021-01-15T21:37:25+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2021-01-07T22:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f95c1b32300fbdef7b8e2b36b330a1d81db949ed'/>
<id>f95c1b32300fbdef7b8e2b36b330a1d81db949ed</id>
<content type='text'>
* admin/nt/dist-build/build-dep-zips.py: Use ntldd to directly
  determine DLL dependencies
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/build-dep-zips.py: Use ntldd to directly
  determine DLL dependencies
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove relative paths for consistency</title>
<updated>2021-01-03T21:05:45+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2021-01-03T18:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1fa1354964aa3a0e5e649df6c963b6c11333a350'/>
<id>1fa1354964aa3a0e5e649df6c963b6c11333a350</id>
<content type='text'>
* admin/nt/dist-build/build-zips.sh: Remove Paths
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/build-zips.sh: Remove Paths
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2021</title>
<updated>2021-01-01T09:13:56+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2021-01-01T09:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ba05d005e5a81bc123ad8da928b1bccb6b160e7a'/>
<id>ba05d005e5a81bc123ad8da928b1bccb6b160e7a</id>
<content type='text'>
Run "TZ=UTC0 admin/update-copyright".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "TZ=UTC0 admin/update-copyright".
</pre>
</div>
</content>
</entry>
<entry>
<title>* admin/nt/dist-build/build-dep-zips.py: Remove unused import.</title>
<updated>2020-12-08T08:30:55+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-12-08T08:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1c75ca109d94b4a0edfe553d435ede16b9c41c02'/>
<id>1c75ca109d94b4a0edfe553d435ede16b9c41c02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
