Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

[13:24:15 CDT(-0500)] <athena> and in that case i might submit a pull request

[13:29:23 CDT(-0500)] <EricDalquist> yup

[13:29:49 CDT(-0500)] <EricDalquist> also bamboo should be correctly hooked up to github now for uPortal

[13:30:00 CDT(-0500)] <EricDalquist> I'm waiting on fisheye to finish thrashing to get jira updated

[13:30:02 CDT(-0500)] <athena> nice (smile)

[13:30:39 CDT(-0500)] <EricDalquist> looks like it is done: https://developer.jasig.org/source/browse

[13:30:45 CDT(-0500)] <EricDalquist> I have fisheye ignoring the SVN mirror

[13:31:00 CDT(-0500)] <athena> ah (smile)

[13:31:02 CDT(-0500)] <EricDalquist> the one down side to that mirror process is that all commits are going to come from "infrastructure@lists.ja-sig.org"

[13:31:10 CDT(-0500)] <athena> ah.

[13:31:16 CDT(-0500)] <EricDalquist> so in the SVN mirror history there won't be any useful author info

[13:31:23 CDT(-0500)] <athena> we should update ohlo

[13:31:23 CDT(-0500)] <EricDalquist> but hopefully that won't be a huge issue

[13:31:25 CDT(-0500)] <EricDalquist> yes

[13:31:29 CDT(-0500)] <EricDalquist> I'll go do that

[13:31:38 CDT(-0500)] <athena> (smile)

[13:32:06 CDT(-0500)] <athena> so i think i need to create a local branch that tracks the uportal master branch?

[13:32:34 CDT(-0500)] <athena> and then commit to that

[13:32:36 CDT(-0500)] <athena> does that sound right?

[13:33:20 CDT(-0500)] <EricDalquist> yes

[13:33:32 CDT(-0500)] <athena> ok

[13:33:41 CDT(-0500)] <athena> now i just need to figure out how to switch over to that from my fork (tongue)

[13:33:55 CDT(-0500)] <EricDalquist> so if you have your fork cloned locally

[13:34:01 CDT(-0500)] <athena> i do

[13:34:03 CDT(-0500)] <EricDalquist> and you're on master (git checkout master)

[13:34:13 CDT(-0500)] <EricDalquist> do: git checkout -b MyNewFeatureBranch

[13:34:15 CDT(-0500)] <athena> right now on a branch off my locally cloned master

[13:34:31 CDT(-0500)] <athena> and i think i want to be on the uportal master

[13:34:49 CDT(-0500)] <EricDalquist> ah so if you want to be on the uPortal master you need to clone the actual uPortal repository

[13:34:54 CDT(-0500)] <athena> yeah

[13:34:55 CDT(-0500)] <EricDalquist> I think

[13:34:57 CDT(-0500)] <athena> don't think i've done that yet

[13:35:05 CDT(-0500)] <EricDalquist> oh wait ... I think you can do it locally

[13:35:45 CDT(-0500)] <EricDalquist> are you willing to be a guenea pig here?

[13:35:57 CDT(-0500)] <athena> sure, though maybe i should wait until i get back

[13:36:00 CDT(-0500)] <athena> have to run out for a bit

[13:36:06 CDT(-0500)] <EricDalquist> ok (smile)

[13:36:11 CDT(-0500)] <EricDalquist> git remote add upstream git@github.com:Jasig/uPortal.git

[13:36:22 CDT(-0500)] <EricDalquist> that should add a new remote called upstream

[13:36:33 CDT(-0500)] <EricDalquist> linked to the real uPortal repo

[13:36:40 CDT(-0500)] <EricDalquist> and I think you can checkout branches from any remote

[13:36:44 CDT(-0500)] <athena> gotcha

[13:38:12 CDT(-0500)] <athena> ok, back in a bit