| 4 Sep 2021 |
danielrf | if I'm reading the Dockerfile correctly | 20:00:25 |
kranzes | In reply to @danielrf:matrix.org should be at /home/1TB-HDD/Android/lineage its not there | 20:00:33 |
danielrf | Did you get any other output from that command? | 20:01:11 |
kranzes | nope | 20:01:18 |
kranzes | it ran for like 2 seconds | 20:01:22 |
kranzes | but didnt throw any output back | 20:01:26 |
danielrf | Hmm, it should say Saved manifest to miatoll.xml | 20:01:55 |
kranzes | [kranzes@pongo /home/1TB-HDD/Android/lineage]$ docker run -it forklineageos -v "/home/1TB-HDD/Android/lineage:/srv/src" repo manifest -r -o miatoll.xml
[kranzes@pongo /home/1TB-HDD/Android/lineage]$ ...?
| 20:02:25 |
kranzes | No output | 20:02:38 |
danielrf | Just to verify, what are some of the files/directories under /home/1TB-HDD/Android/lineage ? | 20:03:01 |
kranzes | [kranzes@pongo /home/1TB-HDD/Android]$ tree lineage -L 2
lineage
└── LINEAGE_18_1
├── android
├── Android.bp -> build/soong/root.bp
├── art
├── bionic
├── bootable
├── bootstrap.bash -> build/soong/bootstrap.bash
├── build
├── compatibility
├── cts
├── dalvik
├── developers
├── development
├── device
├── external
├── frameworks
├── hardware
├── kernel
├── libcore
├── libnativehelper
├── lineage
├── lineage-sdk
├── Makefile
├── out
├── packages
├── pdk
├── platform_testing
├── prebuilts
├── sdk
├── system
├── test
├── toolchain
├── tools
├── user-keys -> /srv/keys
└── vendor
31 directories, 4 files
| 20:03:59 |
kranzes | there is also .repo inside there | 20:04:38 |
kranzes | with the manifests? | 20:04:42 |
danielrf | Inside LINEAGE_18_1 ? | 20:04:52 |
kranzes | yeah | 20:04:57 |
kranzes | [kranzes@pongo /home/1TB-HDD/Android/lineage/LINEAGE_18_1/.repo]$ l
total 108K
drwxr-xr-x 8 root root 4.0K Sep 4 22:30 .
drwxr-xr-x 33 root root 4.0K Sep 4 01:00 ..
drwxr-xr-x 2 kranzes users 4.0K Sep 3 22:55 local_manifests
drwxr-xr-x 4 root root 4.0K Sep 3 23:56 manifests
drwxr-xr-x 10 root root 4.0K Sep 4 22:42 manifests.git
drwxr-xr-x 74 root root 4.0K Sep 4 21:53 project-objects
drwxr-xr-x 31 root root 4.0K Sep 4 00:21 projects
drwxr-xr-x 11 root root 4.0K Sep 3 23:56 repo
-rw-r--r-- 1 root root 1.5K Sep 4 22:40 copy-link-files.json
-rw-r--r-- 1 root root 500 Sep 4 22:30 manifest.xml
-rw-r--r-- 1 root root 20K Sep 4 22:40 project.list
-rw-r--r-- 1 root root 48K Sep 4 22:40 .repo_fetchtimes.json
| 20:05:19 |
danielrf | Maybe then try: docker run -it forklineageos -v "/home/1TB-HDD/Android/lineage:/srv/src" "cd LINEAGE_18_1; repo manifest -r -o miatoll.xml" | 20:05:40 |
danielrf | we want to run this command from the top of the checked out source | 20:05:52 |
kranzes | nothing | 20:06:13 |
danielrf | docker run -it forklineageos -v "/home/1TB-HDD/Android/lineage:/srv/src" bash | 20:06:35 |
danielrf | and try running the commands interactively? | 20:06:39 |
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 |