Big announcement! SlimRoms gerrit goes public!

Search This thread

pemell

Senior Member
Jan 4, 2012
1,353
1,325
Gothenburg
Big announcement! We are proud to announce that SlimRoms gerrit goes public!

This means you as a user can contribute to the code that builds slim. From now on, if you would like to see a change in the rom, and add something to the source code, you can push the change yourself in the gerrit. If you're already familiar with gerrit you know it can take a long time for a patch to get published, that's why we added a little quirk to speed things up.

SlimRoms have always been a product of the voice of the community, and now we've taken one more big step further in this direction, to become the rom of the community.

To read the announcement in whole visit: http://www.slimroms.net/

To head straight to the gerrit go to: https://gerrit.slimroms.net/

With all this said we would also like to give a huge thanks to all the users who already contributed using the gerrit.

Regards
Team SlimRoms
 
Last edited:

DAddYE

Senior Member
Nov 9, 2010
535
331
Big announcement! We are proud to announce that SlimRoms gerrit goes public!

This means you as a user can contribute to the code that builds slim. From now on, if you would like to see a change in the rom, and add something to the source code, you can push the change yourself in the gerrit. If you're already familiar with gerrit you know it can take a long time for a patch to get published, that's why we added a little quirk to speed things up.

SlimRoms have always been a product of the voice of the community, and now we've taken one more big step further in this direction, to become the rom of the community.

To read the announcement in whole visit: http://www.slimroms.net/

To head straight to the gerrit go to: https://gerrit.slimroms.net/

With all this said we would also like to give a huge thanks to all the users who already contributed using the gerrit.

Regards
Team SlimRoms

I there, I can't repo upload here a quick debug:

Code:
Android $ ssh gerrit.slimroms.net -p 29418

  ****    Welcome to Gerrit Code Review    ****

  Hi XXX XXX, you have successfully connected over SSH.

  Unfortunately, interactive shells are disabled.
  To clone a hosted Git repository, use:

  git clone ssh://DAddYE@gerrit.slimroms.net:29418/REPOSITORY_NAME.git

Connection to gerrit.slimroms.net closed.

But when I repo upload:

Code:
Android $ repo upload frameworks/base
Upload project frameworks/base/ to remote branch kk4.4:
  branch camera_button ( 2 commits, Fri Jan 17 10:39:09 2014 -0800):
         082fe828 Implement camera button with unlock feature.
         e0ef2988 Updated api
to https://gerrit.slimroms.net/ (y/N)? y
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

----------------------------------------------------------------------
[FAILED] frameworks/base/ camera_button   (Upload failed)

Any idea? Thx
 

prbassplayer

Inactive Recognized Developer / Retired Forum Mod
Mar 29, 2011
10,626
14,222
Mayagüez
Pushing with repo requires some tuning (of which I've never personally done), you can do git push ssh bla bla bla

Sent from my Nexus 4 using Tapatalk
 

rhyang

Senior Member
May 16, 2013
185
133
SJC
Pushing with repo requires some tuning (of which I've never personally done), you can do git push ssh bla bla bla

Sent from my Nexus 4 using Tapatalk

I'm getting a similar error as above trying to submit changes using 'repo upload'. I've tried the following in my git config :

Code:
review.gerrit.slimroms.net.username
review.gerrit.slimroms.net.email
gerrit.review.slimroms.net.username
gerrit.review.slimroms.net.email
gerrit.slimroms.net.username
gerrit.slimroms.net.email

I can connect via SSH to gerrit.slimroms.net, CM and github, but still no joy with repo upload. What am I doing wrong ?

--
Edit: a Slimroms team member got in touch with me about this and advised that I use 'git push ssh' instead, and kindly provided the syntax. Worked like a charm, thank you !
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    Big announcement! We are proud to announce that SlimRoms gerrit goes public!

    This means you as a user can contribute to the code that builds slim. From now on, if you would like to see a change in the rom, and add something to the source code, you can push the change yourself in the gerrit. If you're already familiar with gerrit you know it can take a long time for a patch to get published, that's why we added a little quirk to speed things up.

    SlimRoms have always been a product of the voice of the community, and now we've taken one more big step further in this direction, to become the rom of the community.

    To read the announcement in whole visit: http://www.slimroms.net/

    To head straight to the gerrit go to: https://gerrit.slimroms.net/

    With all this said we would also like to give a huge thanks to all the users who already contributed using the gerrit.

    Regards
    Team SlimRoms