| 30 Jan 2025 |
autra | all good | 18:33:15 |
autra | After changing my keys, can I still flash the ota, or should I flash the signed_target_files zip? | 18:48:59 |
autra | well it works (I flashed the OTA). Nice! | 19:07:14 |
Atemu | To answer the question: That depends on which keys you migrated to | 20:54:55 |
Atemu | If you migrated to test keys, you need to flash the "unsigned" update | 20:55:09 |
Atemu | If you migrated to your own keys, you must flash your signed update | 20:55:30 |
| 31 Jan 2025 |
| SomeoneSerge (back on matrix) changed their display name from SomeoneSerge to SomeoneSerge (Bruxelles). | 19:34:44 |
| 1 Feb 2025 |
| matthewcroughan changed their display name from matthewcroughan (already in Brussels) to matthewcroughan (FOSDEM). | 09:55:35 |
| 2 Feb 2025 |
Atemu | btw. if anyone is at FOSDEM and wants to meet up, hit me up | 10:13:52 |
Atemu | 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 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 |
Atemu | You're likely being rate-limited | 07:11:01 |
Atemu | It happens after the 2nd or so time of running mk_repo_file.py | 07:11:36 |
Atemu | (Against googlesource) | 07:11:54 |
Atemu | Google is surprisingly strict here | 07:12:42 |