| 31 Jan 2025 |
| SomeoneSerge (back on matrix) changed their display name from SomeoneSerge to SomeoneSerge (Bruxelles). | 19:34:44 |
| 1 Feb 2025 |
| matthewcroughan - nix.zone changed their display name from matthewcroughan (already in Brussels) to matthewcroughan (FOSDEM). | 09:55:35 |
| 2 Feb 2025 |
atemu12 | btw. if anyone is at FOSDEM and wants to meet up, hit me up | 10:13:52 |
atemu12 | We already met with a few people yesterday but I forgot to write here ^^' | 10:14:19 |
autra | https://github.com/nix-community/robotnix/pull/280 I hope I understood well what you meant | 15:24:58 |
autra | (unfortunately, I'm not as FOSDEM) | 15:25:20 |
| pbsds changed their display name from pbsds to pbsds (FOSDEM). | 16:04:48 |
| 3 Feb 2025 |
| matthewcroughan - nix.zone changed their display name from matthewcroughan (FOSDEM) to matthewcroughan. | 09:20:44 |
| SomeoneSerge (back on matrix) changed their display name from SomeoneSerge (Bruxelles) to SomeoneSerge (Gand St. Pieters). | 13:40:11 |
| pbsds changed their display name from pbsds (FOSDEM) to pbsds. | 16:25:19 |
| 4 Feb 2025 |
| @varchar_2:matrix.org removed their display name varchar. | 14:27:49 |
| @varchar_2:matrix.org left the room. | 14:27:59 |
| 6 Feb 2025 |
| SomeoneSerge (back on matrix) changed their display name from SomeoneSerge (Gand St. Pieters) to SomeoneSerge (UTC+U[-12,12]). | 17:50:55 |
| 8 Feb 2025 |
| baduhai joined the room. | 18:11:03 |
| @baduhai:matrix.org left the room. | 18:19:42 |
| 9 Feb 2025 |
| baduhai changed their display name from William to baduhai. | 00:09:37 |
| baduhai set a profile picture. | 00:09:52 |
| @tired:fairydust.space left the room. | 22:50:18 |
| 12 Feb 2025 |
waltmck | I'm following this process, but whenever I run the script I get an error originating from line 157 of mk_repo_file.py:
subprocess.CalledProcessError: Command '['git', 'ls-remote', 'https://android.googlesource.com/platform/external/rust/crates/regex']' returned non-zero exit status 128.
(the specific repo varies every time I run it). What's strange is that git ls-remotehttps://android.googlesource.com/platform/external/rust/crates/regex works fine. Is this a known issue?
| 07:07:01 |
waltmck | * I'm following this process, but whenever I run the script I get an error originating from line 157 of mk_repo_file.py:
subprocess.CalledProcessError: Command '['git', 'ls-remote', 'https://android.googlesource.com/platform/external/rust/crates/regex']' returned non-zero exit status 128.
(the specific repo varies every time I run it). What's strange is that git ls-remote https://android.googlesource.com/platform/external/rust/crates/regex works fine. Is this a known issue?
| 07:07:16 |
atemu12 | You're likely being rate-limited | 07:11:01 |
atemu12 | It happens after the 2nd or so time of running mk_repo_file.py | 07:11:36 |
atemu12 | (Against googlesource) | 07:11:54 |
atemu12 | Google is surprisingly strict here | 07:12:42 |
waltmck | It happened on my first time running as well | 07:12:43 |
atemu12 | You could try limiting the parallelism | 07:13:04 |
atemu12 | It's probably hard-coded | 07:13:18 |
atemu12 | You could also try using the github mirror | 07:13:38 |
waltmck | it looks like the number of jobs defaults to the number of logical cores from reading the code | 07:13:57 |
atemu12 | I've never done it myself but it ought to be possible using ROBOTNIX_MIRRORS | 07:14:16 |