| 25 Aug 2023 |
raitobezarius | so I sitll have the previous error | 12:12:36 |
raitobezarius | In reply to @raitobezarius:matrix.org I do have:
Exception: https://github.com/LineageOS/android is missing refs/heads/lineage-20.0 with my mirror ^ | 12:12:43 |
atemu12 | Could you cd into the repo and list branchesS? | 12:12:54 |
atemu12 | * Could you cd into the repo and list branches? | 12:12:56 |
atemu12 | As in, the android bare repo in your mirror | 12:13:14 |
raitobezarius | Yes | 12:15:04 |
atemu12 | So, is it there or not? | 12:15:35 |
raitobezarius | 128 raito@epyc /var/lib/src/lineageos/android (git)-[remotes/github/lineage-19.1] % git branch -a
* (no branch)
remotes/github/lineage-19.1
remotes/m/lineage-19.1 -> github/lineage-19.1
| 12:15:47 |
raitobezarius | no lineage-20.0 | 12:15:50 |
atemu12 | Interesting | 12:16:02 |
atemu12 | What was the command you used to clone? | 12:16:10 |
atemu12 | Sorry, mirror | 12:16:17 |
raitobezarius | I initialized this one without a mirror I think | 12:20:05 |
atemu12 | Certainly smells that way | 12:20:20 |
raitobezarius | I have another one being initialized with a mirror in progress | 12:20:20 |
raitobezarius | 82% | 12:20:24 |
raitobezarius | What is the difference between non-mirror/mirror? | 12:20:29 |
raitobezarius | I am failing to grasp | 12:20:32 |
atemu12 | I believe mirror grabs all relevant branches, regular clone just one | 12:20:58 |
atemu12 | If you cloned lineageos-19.1, you wouldn't have 20 aswell | 12:21:18 |
atemu12 | That and it's sort of an equivalent to bare repos I think? | 12:21:39 |
raitobezarius | hmmmmm | 12:21:56 |
raitobezarius | so I tried repo init -b lineage-20.0 | 12:22:33 |
raitobezarius | and then repo sync | 12:22:36 |
raitobezarius | for fun | 12:22:38 |
atemu12 | That might also work | 12:22:43 |
raitobezarius | error.GitError: Cannot fetch --force-sync not enabled; cannot overwrite a local work tree. If you're comfortable with the possibility of losing the work tree's git metadata, use repo sync --force-sync external/freetype to proceed. | 12:22:43 |
raitobezarius | let's try a force sync | 12:22:56 |
atemu12 | Huh | 12:22:56 |
raitobezarius | yeah this is exploding in a lot of ways | 12:23:10 |