Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't upload my haxelib anymore #659

Open
Cheemsandfriends opened this issue Jan 19, 2025 · 5 comments
Open

Can't upload my haxelib anymore #659

Cheemsandfriends opened this issue Jan 19, 2025 · 5 comments

Comments

@Cheemsandfriends
Copy link

Im trying to upload my library FlxAnimate to Haxelib, but when I do it, it just doesn't let me because "I'm not the owner"

I share this library with someone else, but I stopped talking to that person and I believe they stopped working on Haxe for over 2 years ago...
is there a way to change the ownership to me?

@tobil4sk
Copy link
Member

As a contributor, you should still be able to publish the package, you just cannot change the order of contributors. The owner is the first person in the contributors array.

The usual way for ownership to move is for the original owner to upload a new version with a new owner. I'm not sure if it's possible to change the owner another way.

@Cheemsandfriends
Copy link
Author

Cheemsandfriends commented Jan 20, 2025

The thing is that the one who uploaded I lost contact with him and I pretty much stepped up on the thing
and now because of the other person being the "owner" of the repo. I can't upload the library and I wanna know if theres a way for it to be forced to me cos I would really like to upload the lib lol

@kLabz
Copy link
Contributor

kLabz commented Jan 20, 2025

You can upload the library as long as you don't change the contributors field in haxelib.json (might apply to the repo url too?)

@flashultra
Copy link

Accordng to haxelib.json ( https://lib.haxe.org/p/flxanimate/3.0.4/files/haxelib.json ) there are two contributors DotWith
and MrCheemsAndFriends.
If the account MrCheemsAndFriends is yours, it should be possible to upload the new version with the permisson given to the account MrCheemsAndFriends
Make sure you are using MrCheemsAndFriends , not another similiar account like Cheemsandfriends

@tobil4sk
Copy link
Member

You cannot change any of these fields if you're not the owner:

if( ownerChanged || devsChanged || infos.description != p.description || p.website != infos.url || p.license != infos.license || tags.join(":") != curtags ) {

But other than that you should be able to upload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants