0
0
mirror of https://github.com/tj/n.git synced 2024-11-24 02:27:28 +01:00
Commit Graph

785 Commits

Author SHA1 Message Date
John Gee
89b8252482 Merge branch 'develop' into feature/posix 2022-12-14 20:47:20 +13:00
John Gee
6ed06f74ec
Remove tests support for running over proxy and remove ArchLinux from tests (#750) 2022-12-14 19:54:59 +13:00
John Gee
d5b01f5daf Use POSIX compatible read flags. Switch back to sh. 2022-12-13 22:28:38 +13:00
John Gee
1edded1f20 Fix expression match issues 2022-12-12 21:35:23 +13:00
John Gee
dd43c46521 Reimplement path order check 2022-12-12 20:07:28 +13:00
John Gee
5e7f372480 Replace more use of PIPESTATUS 2022-12-12 19:16:38 +13:00
John Gee
22e9ceea4e Reimplement engine matching in POSIX 2022-12-11 21:48:18 +13:00
John Gee
bb3c708795 Engine WIP 2022-12-10 16:39:42 +13:00
John Gee
2c3ea29034 Replace use of PIPESTATUS during install 2022-12-10 10:42:13 +13:00
John Gee
214ac0330d Interactive menu working 2022-12-08 21:22:13 +13:00
John Gee
2119efb9e7 Multiple fixes. Version resolution working. 2022-12-06 00:08:19 +13:00
John Gee
c2a0de76ee Minor fixes 2022-12-04 22:49:45 +13:00
John Gee
fef0541314 Replace [[]] tests with [] 2022-12-04 22:40:37 +13:00
John Gee
7c0d3fc93a Expand redirections 2022-12-04 22:03:48 +13:00
John Gee
0d3c7639cc WIP conversion to POSIX 2022-12-04 21:49:55 +13:00
John Gee
4d6f017dab Bump version post-release 2022-11-04 19:00:57 +13:00
John Gee
971be6b35b 9.0.1 2022-11-04 18:57:58 +13:00
John Gee
ff393228f7 Prepare for release 2022-11-04 18:37:03 +13:00
John Gee
8da17f5783
Add quotes to work with PREFIX containing spaces (#746) 2022-11-04 18:30:16 +13:00
Kaíque Kandy Koga
ca8d624474
$< make (#745)
* Apparently $< is not working propertly on FreeBSD.
Changing the Makefile from $< to bin/n works.

* Simplify mkdir
2022-11-03 20:08:28 +13:00
John Gee
f0315af85f Add codename Jod 2022-10-29 20:42:54 +13:00
John Gee
81dbb54521 Merge branch 'master' into develop 2022-07-16 16:15:08 +12:00
John Gee
ab5f981460 Merge branch 'master' of github.com:tj/n 2022-07-16 16:14:51 +12:00
John Gee
2cfd6b69c9 Post release 2022-07-16 16:13:43 +12:00
John Gee
807be980aa 9.0.0 2022-07-16 16:10:35 +12:00
John Gee
b1f4af3dec Prepare for release 2022-07-16 16:09:36 +12:00
John Gee
4082cf6e17 Adjust tests with updated servers and npx behaviour 2022-07-16 16:03:35 +12:00
John Gee
e20a854ee8
Add N_PRESERVE_COREPACK (#736) 2022-07-16 15:00:35 +12:00
Sukka
c22ac94432
Chore: replace git.io in installation guide (#724)
d6f6db0b8e
2022-04-27 14:51:31 +12:00
John Gee
36a85d120a Post release 2022-04-18 15:33:08 +12:00
John Gee
8ae8e81a11 8.2.0 2022-04-18 15:31:38 +12:00
John Gee
b33ac1618d Prepare for release 2022-04-18 15:22:41 +12:00
John Gee
35f0f922b7 Add log before copying during install 2022-04-18 15:12:02 +12:00
John Gee
da51287cc4 Post-release 2022-03-18 18:19:38 +13:00
John Gee
409950647f 8.1.0 2022-03-18 18:17:47 +13:00
John Gee
6188fd7245 Prepeare for release 2022-03-18 18:16:25 +13:00
Gordon Bleux
e1b57955d6
Make cache directory configurable (#717)
Read the cache directory from the environment, falling back to a location under `N_PREFIX`
2022-03-18 17:59:09 +13:00
John Gee
8060fba8c5 Merge remote-tracking branch 'origin/master' into develop 2022-01-15 09:45:04 +13:00
华晨
392f9ab7d8
Update China Mirror URL to the New Version (#708)
npm.taobao.org is now redirect to npmmirror.com, use the new URL instead.
2022-01-15 09:44:20 +13:00
John Gee
0be24a8be2 Post-release 2022-01-09 10:07:58 +13:00
John Gee
885009cd3d 8.0.2 2022-01-09 10:05:11 +13:00
John Gee
c63f4e9056 Add quoting (per ShellCheck) 2022-01-09 09:59:29 +13:00
John Gee
f5fd0033cf Prepare for release 2022-01-09 09:45:34 +13:00
Alfonso Gómez-Arzola
eff4dd42c1
GH-706 Update location change message (#707)
* GH-706 Update location change message

* Remove (seemingly) unnecessary shellcheck exception

* Add missing trailing newline
2022-01-09 09:23:21 +13:00
John Gee
a19c6c2c82 Post-release 2021-12-04 13:50:54 +13:00
John Gee
d569e33182 8.0.1 2021-12-04 13:49:20 +13:00
John Gee
8b18b33926 Prepeare for release 2021-12-04 13:39:25 +13:00
John Gee
a60b0121fe
Add check for tar error (e.g. decompression problem) (#701) 2021-12-04 13:33:46 +13:00
John Gee
40e2557a2d
Explicitly tell tar to read from stdin (#697) 2021-12-04 13:30:09 +13:00
Kerollos Magdy
414322206e
Fix a typo in a comment (#695) 2021-11-13 08:11:39 +13:00