<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/src, branch honor-umask</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=honor-umask</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=honor-umask'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2024-05-14T18:48:56+00:00</updated>
<entry>
<title>fs(unix): honor umask correctly</title>
<updated>2024-05-14T18:48:56+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-05-14T17:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=e930ef7868056f1eb666dc3179ef7f7ce094d805'/>
<id>urn:sha1:e930ef7868056f1eb666dc3179ef7f7ce094d805</id>
<content type='text'>
</content>
</entry>
<entry>
<title>normalize package names to lowercase like the CLI</title>
<updated>2024-04-17T15:27:05+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-04-17T15:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=6b5e834242bec8e00256a7c6e639395086d558b5'/>
<id>urn:sha1:6b5e834242bec8e00256a7c6e639395086d558b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(build): ensure --force works for build</title>
<updated>2024-04-05T20:32:15+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-04-05T02:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=15d71214638c6f7f808b838cfc4215ece0a53101'/>
<id>urn:sha1:15d71214638c6f7f808b838cfc4215ece0a53101</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(init): check if we can create .gitignore</title>
<updated>2024-03-29T05:05:50+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-03-28T14:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=c16bdbc4cbb98c560fb7e8d4895d4d84afca2eb9'/>
<id>urn:sha1:c16bdbc4cbb98c560fb7e8d4895d4d84afca2eb9</id>
<content type='text'>
Fixes #1651.
</content>
</entry>
<entry>
<title>tweaks to --verbose output</title>
<updated>2024-03-13T15:31:33+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-03-13T13:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=effe66976ef2b48d51bca3584964bd7159a4f21f'/>
<id>urn:sha1:effe66976ef2b48d51bca3584964bd7159a4f21f</id>
<content type='text'>
* Make output more informative for bug reports:
  * print `luarocks config` output at the top
* Make output a bit more compact:
  * shorter output for os.execute
  * do not output fs.current_dir()
</content>
</entry>
<entry>
<title>always make --global target the system tree</title>
<updated>2024-03-11T19:46:44+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-03-11T16:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=24a8f07810f2b961b2f14b013bac7a5365354b40'/>
<id>urn:sha1:24a8f07810f2b961b2f14b013bac7a5365354b40</id>
<content type='text'>
This alleviates the issue in the specific invocation given in #1425,
but I don't think it is a full solution.

See #1425.
</content>
</entry>
<entry>
<title>fix(windows): parse slashes correctly when reading rock_manifest</title>
<updated>2024-03-06T15:14:36+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-03-06T00:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=f50f9d58ef5fe86363e5223b2b55075f6c4c636c'/>
<id>urn:sha1:f50f9d58ef5fe86363e5223b2b55075f6c4c636c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(windows): output native slashes on fs.find</title>
<updated>2024-03-06T15:14:36+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-03-06T01:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8d30fc5bd2b352897b81756400ab50d2be859209'/>
<id>urn:sha1:8d30fc5bd2b352897b81756400ab50d2be859209</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fs(windows): avoid excessive icacls calls</title>
<updated>2024-03-06T06:50:17+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-03-06T01:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=2725e46dcb9d2c56ae070e2d68ccbf3cd02a3d59'/>
<id>urn:sha1:2725e46dcb9d2c56ae070e2d68ccbf3cd02a3d59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: check permissions before trying to lock</title>
<updated>2024-03-05T15:58:45+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-03-04T15:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=78d40e304be182b7e07be449ebda668b8b9d0fcd'/>
<id>urn:sha1:78d40e304be182b7e07be449ebda668b8b9d0fcd</id>
<content type='text'>
This should provide a better error message.
</content>
</entry>
</feed>
