| 15 Nov 2023 |
| @grahamc:nixos.org left the room. | 16:42:47 |
| Alyssa Ross | 17:10:13 |
| mjolnirchanged room power levels. | 18:12:23 |
| mjolnirchanged room power levels. | 18:12:23 |
| 17 Nov 2023 |
| @sewimoser:matrix.org changed their display name from sewimoser to c2vi. | 08:35:41 |
| 19 Nov 2023 |
| pbsds changed their display name from pbsds to pbsds (federation borken, may not see reply). | 03:35:45 |
| ZXGU joined the room. | 10:58:56 |
| pbsds changed their display name from pbsds (federation borken, may not see reply) to pbsds. | 20:38:56 |
| 20 Nov 2023 |
| @sewimoser:matrix.org left the room. | 20:28:12 |
| c2vi joined the room. | 20:31:44 |
| 21 Nov 2023 |
| hdzki ⚡️ removed their profile picture. | 18:25:21 |
| 22 Nov 2023 |
| Xe (xe/they) changed their profile picture. | 03:43:34 |
| 5 Dec 2023 |
| @federicodschonborn:matrix.org changed their profile picture. | 00:38:52 |
| 13 Dec 2023 |
| @infinity:envs.net joined the room. | 22:13:07 |
| 15 Dec 2023 |
| Alex S changed their profile picture. | 21:02:39 |
| 18 Dec 2023 |
| @ajgrf:beeper.com left the room. | 06:08:10 |
| Alex S changed their profile picture. | 06:50:06 |
| 23 Dec 2023 |
| raitobezarius changed their display name from raitobezarius to raitobezarius (DECT 2128). | 22:22:47 |
| 24 Dec 2023 |
| f44 joined the room. | 10:10:30 |
| 26 Dec 2023 |
| matthewcroughan - nix.zone changed their display name from matthewcroughan - nix.how to matthewcroughan - Linux 6.7 When. | 16:48:00 |
| 30 Dec 2023 |
| raitobezarius changed their display name from raitobezarius (DECT 2128) to raitobezarius. | 19:53:36 |
| 6 Jan 2024 |
| eyJhb set a profile picture. | 14:00:09 |
| 8 Jan 2024 |
| SomeoneSerge (matrix works sometimes) changed their display name from SomeoneSerge (UTC+2) to SomeoneSerge (hash-versioned python modules when). | 04:50:26 |
| 9 Jan 2024 |
| matthewcroughan - nix.zone changed their display name from matthewcroughan - Linux 6.7 When to matthewcroughan. | 08:40:44 |
| 18 Jan 2024 |
@stas:mainframe.lv | Hello! I have searched everywhere, but could not find the answer.
How do I update the lineageos flavour to the latest git releases? I have found the scripts in flavours/lineageos, but no idea how to run them. They always complain of missing paths | 20:01:25 |
| 19 Jan 2024 |
atemu12 | Stas: Running the update.sh with the branch name is the way to go. The script often breaks though. | 19:43:40 |
| 20 Jan 2024 |
@stas:mainframe.lv | In reply to @atemu12:matrix.org Stas: Running the update.sh with the branch name is the way to go. The script often breaks though. I did try running it with flavors/lineageos/update.sh lineage-20.0, however I get python module errors. When forcing PYTHONPATH I get further but in the end it complans about missing paths.
I am doing something wrong for sure, missing some nix-shell command or something. | 11:48:07 |
@stas:mainframe.lv | Running nix shell --extra-experimental-features nix-command --extra-experimental-features flakes gives me a flakes error: error: flake 'git+file:///home/stas/src/robotnix' does not provide attribute 'packages.x86_64-linux.default' or 'defaultPackage.x86_64-linux | 11:49:16 |
@stas:mainframe.lv | nix --extra-experimental-features flakes --extra-experimental-features nix-command develop -c ./flavors/lineageos/update.sh lineage-20.0 got me further, but it fails as:
git revision is cd9ece523f3d6044e55b1624e86a508dc7cc7cbf
path is /nix/store/a0mm1afkcvk2w9b2syvqill9vfqcbl9b-hudson
git human-readable version is -- none --
Commit date is 2023-11-08 17:16:51 +0100
hash is 092q3ysaq4aalhz906ma06j5bddh532lvyqc2il8wizss3zbc4a7
Traceback (most recent call last):
File "/home/stas/src/robotnix/flavors/lineageos/./update_device_metadata.py", line 90, in <module>
metadata = fetch_metadata()
File "/home/stas/src/robotnix/flavors/lineageos/./update_device_metadata.py", line 29, in fetch_metadata
lineage_build_targets = open(f'{hudson_path}/{lineage_build_targets_path}').readlines()
FileNotFoundError: [Errno 2] No such file or directory: 'None//nix/store/a0mm1afkcvk2w9b2syvqill9vfqcbl9b-hudson/lineage-build-targets'
| 12:04:34 |
@stas:mainframe.lv | this change did the trick! | 12:11:14 |