Fix the import of breeze and other packages #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "add_export"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Old importer:
New importer:
Note that the red line is Factory in the 2nd picture while it's devel branch in the 1st picture.
@ -98,0 +129,4 @@
self.git.repo.references[f"refs/heads/{flat.branch}"].set_target(
flat.parent1.git_commit
)
self.git.checkout(flat.branch)
I do not understand this as a rebase. IIUC this is setting "refs/heads/{devel,factory}" reference to the parent1 commit, and checking out later this reference.
Whatever I am missing, maybe is a good idea to make this action as a verb in the Git class, and no access the repo directly.
OK, it's not a rebase - but I miss a word for it - it's changing where devel points to.
Idontknow... maybe checkout?
https://gitea.opensuse.org/importers/git-importer/src/branch/main/lib/git.py#L55
I settled for reset
In the second image the green line is the devel project? What is the 3rd line? For example I see an update to 5.8.1 for luca_b that I am not able to see it in the first image
The problem starts with using "the" in front of "devel project" - because green is KDE:Frameworks5 (the devel project now) and purple is KDE:Frameworks5:LTS (the devel project between august and october 2016)
Ohhhhh super cool ...
8bb7f25e92
to417ecd5dc4
48e3aef05d
toed4b7367eb
rebased