- Updated to 2.1.20250529 (1748495995). #1
Reference in New Issue
Block a user
Delete Branch "(deleted):main"
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?
so, the tarball is not in LFS. This has to be fixed in the devel project -- we'll need to rewrite history there to undo that change and replace it with LFS object.
da25981013tof14ef0d82fI've fixed the LFS issue now
I'll try again with git-lfs
@13ilya it's already fixed in the force-push I did to the devel project, listed above 😉
I don't understand something, if you fixed it, why am I still seeing this problem here?
https://src.opensuse.org/pool/luajit2/pulls/1/files
Now it says (stored in LFS) instead of just binary file. If you click "view file" on the menu on the right, it will actually print,
f14ef0d82f/luajit2-2.1-20250529.tar.gzThe problem is that Gitea UI, if it doesn't have access to the file, it will just print the text of the LFS pointer file. If it has access to the file, it will print "binary file not shown".
When we imported OBS repositories, we kept big files in OBS instead of duplicating many TB in Gitea LFS store. But Gitea doesn't really have access to OBS directly and so it just prints the LFS pointer file when the file is not in Gitea LFS store. It's mostly a UI issue.
The important thing here is we want to see the (Stored with Git LFS) indication.
Thank you, now I understand.
Please explain 1 more thing about package description and URL.
Now https://build.opensuse.org/package/show/openSUSE:Factory/luajit2 has description and URL because I added it earlier.
In https://src.opensuse.org/lua/luajit2 there is no description and URL of the package and I have no rights to add it.
After accepting #2 will it be removed from https://build.opensuse.org/package/show/openSUSE:Factory/luajit2 or it will not change?
I've given you admin rights to the repo in the lua org's luajit2 package, so you can set the description there too.
Descriptions in openSUSE:Factory OBS project will not be removed or altered. Once the project is itself in Git, then the package meta in OBS will disappear and be generated only. OBS will look like this,
https://build.opensuse.org/project/show/devel:languages:lua
and package meta will look like,
osc meta pkg devel:languages:lua luajit2Pull request closed