Page 1 of 1

Plugin Service

Posted: Tue Feb 05, 2019 6:57 pm
by F43nd1r
I was working on my first addition to LL, a service which would make plugins easier to create.
I imagine it to be similar to what the repository importer provides, but integrated into lightning. Which makes it more powerful, stable, and easier to implement.

@Pierrot now, my problem is, how do I upload this to the git repository, so you can have a look at it? I tried to push to a new branch, but i got "remote rejected" back.

Re: Plugin Service

Posted: Wed Feb 06, 2019 6:30 am
by Pierrot
I don't know what's wrong. I tried to push a test branch using your login and it worked. I was also able to delete it. Do you have a longer error message?

Re: Plugin Service

Posted: Thu Feb 07, 2019 5:15 am
by F43nd1r

Code: Select all

LANG=EN git push --set-upstream origin pluginService
Enumerating objects: 45, done.
Counting objects: 100% (45/45), done.
Delta compression using up to 16 threads
Compressing objects: 100% (19/19), done.
Writing objects: 100% (29/29), 3.98 KiB | 1.99 MiB/s, done.
Total 29 (delta 8), reused 0 (delta 0)
remote: error: insufficient permission for adding an object to repository database objects
remote: fatal: failed to write object
error: remote unpack failed: unpack-objects abnormal exit
To git.lightninglauncher.com:/home/git/apps/lightning_launcher.git
 ! [remote rejected] pluginService -> pluginService (unpacker error)
error: failed to push some refs to 'lukas@git.lightninglauncher.com:/home/git/apps/lightning_launcher.git'

Re: Plugin Service

Posted: Thu Feb 07, 2019 9:02 am
by Pierrot
ACLs were not correctly set on all files, thus resulting in the permission denial you got. I think it's fixed now. Sorry for the trouble.

Re: Plugin Service

Posted: Thu Feb 07, 2019 6:06 pm
by F43nd1r
Yes, push worked now. Are you still thinking about setting up gitlab or something similar? I would like to create pull requests and discuss their purpose in one place, instead of doing it here.

Re: Plugin Service

Posted: Fri Feb 08, 2019 3:19 pm
by Pierrot
Done! (I just sent you an email)