Hi Rob, Sorry about the trouble you're having. You're on the right track. Here are the commands to get you started.
git clone https://github.com/joyent/smartos-live
git remote add cr ssh://[email protected]/joyent/smartos-live.git
cd smartos-live
git checkout -b trivial_tweaks
# Make your changes. Try to make sure everything is tested thoroughly and
squash
# commits (i.e., try to condense everything into a single commit, using
--amend as necessary)
git add .
git commit
git push cr HEAD:refs/for/master
At this point you'll have a URL for gerrit containing your change, then you can
get back in touch with us for code review.
--
Brian Bennett
Systems Engineer, Cloud Operations
Joyent, Inc. | www.joyent.com
> On Sep 15, 2016, at 7:50 AM, Rob Seastrom <[email protected]> wrote:
>
> I'm looking to make some trivial tweaks to the installer and offer them back,
> but can't seem to figure out what the preferred mechanism is for this.
>
> Being a github novice probably isn't helping. Past experience with vcses
> going back as far as RCS and Projector and current use of svn and pf usually
> cause me to make bad assumptions about git workflow too.
>
> All the PRs that I can find at https://github.com/joyent/smartos-live are
> ancient enough to suggest that this is not the "standard" way of doing things.
>
> Then I found this:
> https://github.com/joyent/triton/blob/master/CONTRIBUTING.md (yes, I know
> Triton is SmartDC not SmartOS) and this:
> https://github.com/joyent/joyent-gerrit/blob/master/docs/user/README.md
>
> Pointers, especially to a walk-through that assumes minimum competence with
> the github ecosystem, would be greatly appreciated.
>
> -r
>
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
