| 4 Sep 2021 |
kranzes | It does not put me inside a docker shell | 20:07:01 |
kranzes | it drops me back to my normal shell | 20:07:07 |
kranzes | * it drops me back to my normal zsh shell | 20:07:13 |
danielrf | (not a docker expert here, so I'm probably doing it wrong) | 20:07:16 |
kranzes | I'm not big into docker either | 20:07:27 |
danielrf | Another thing to try is just to use repo via nix-shell -p gitRepo | 20:07:46 |
danielrf | then enter that directory outside of docker and run the same repo manifest command | 20:08:00 |
kranzes | I figured it out | 20:09:30 |
kranzes | maybe | 20:09:46 |
kranzes | Permission denied: '/home/1TB-HDD/Android/lineage/LINEAGE_18_1/.repo/manifests.git/.repo_config.json' | 20:09:53 |
kranzes | so im running it now with sudo | 20:09:58 |
kranzes | its taking some time | 20:10:02 |
kranzes |  Download image.png | 20:10:08 |
kranzes | What does this command even do? | 20:10:37 |
kranzes | why does it take ages | 20:10:40 |
danielrf | Not too surprising it takes a little while on an HDD | 20:10:41 |
kranzes | haha | 20:10:49 |
kranzes | my nvme is full | 20:10:54 |
kranzes | and it only has like 250gb | 20:11:01 |
danielrf | It creates a manifest xml file including all your subrepos (IIRC also local_manifests) and includes the git revision of each checked out subrepo | 20:11:23 |
kranzes | Saved manifest to /home/kranzes/miatoll.xml 👀 | 20:11:44 |
kranzes | Download miatoll.xml | 20:12:37 |
danielrf | With this file I can at least ensure we're not missing any repos that your docker build is including | 20:12:39 |
kranzes | How would you use that with robotnix? | 20:13:11 |
danielrf | I'm about to find out :) | 20:14:07 |
kranzes | heh | 20:14:14 |
kranzes | Download flake.nix | 20:14:39 |
kranzes | in case you need this | 20:14:42 |
kranzes | that's what i used to build it i mean | 20:14:51 |
danielrf | When you've finished building your new image with docker using the currently checked out sources It'd be useful to upload that as well | 20:15:34 |