luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

`lit publish`: changing email #83

Closed lduboeuf closed 9 years ago

lduboeuf commented 9 years ago

lit version: 1.3.0 luvi version: v2.1.0

tried to change my old email with the correct one, but don't know where to find. changed it in .litconfig and in git config user.email, changed SSH keys, did lit auth but does not do anything while lit publishing. http://lit.luvit.io/packages/lduboeuf/cjson/v1.0.1

creationix commented 9 years ago

It pulls from the lit config which is initialized using global git config I think. Changing the litconfig should do the trick.

Can you confirm you changed the litconfig file that is printed when lit runs.

lduboeuf commented 9 years ago

yes, did a lit config and email is correct. also git config --global user.email is correct

creationix commented 9 years ago

Lit signs the packages when you run lit add, not when you publish them. Maybe rm -rf ~/.litdb and try again?

Also .litdb is just a normal git repo so you can go into it and do git cat-file -p /owner/name/v1.3.2 to see a tag.

lduboeuf commented 9 years ago

A little tricky but that's fine now. thanks. should i close the issue or let it open for reminding ?

creationix commented 9 years ago

Close is fine unless there is some action or change you desire.

On Fri, Jun 5, 2015 at 10:07 AM, Lionel Duboeuf notifications@github.com wrote:

A little tricky but that's fine now. thanks. should i close the issue or let it open for reminding ?

— Reply to this email directly or view it on GitHub https://github.com/luvit/lit/issues/83#issuecomment-109322384.