...
[15:02:36 CDT(-0500)] <EricDalquist> if you just want to use the latest 3.2 code
[15:03:09 CDT(-0500)] <EricDalquist> you could do:
[15:03:09 CDT(-0500)] <EricDalquist> git fetch upstream
[15:03:09 CDT(-0500)] <EricDalquist> git checkout rel-3-2-patches
[15:03:09 CDT(-0500)] <EricDalquist> git merge upstream/rel-3-2-patches
[15:03:17 CDT(-0500)] <EricDalquist> that would get you the rel-3-2-patches with the latest code on it
[15:03:38 CDT(-0500)] <EricDalquist> if you have a local branch of rel-3-2-patches which your 3.2 install is based on you would then do
[15:03:48 CDT(-0500)] <EricDalquist> git checkout your-3-2-branch
[15:03:53 CDT(-0500)] <EricDalquist> git merge rel-3-2-patches
[15:04:04 CDT(-0500)] <EricDalquist> which would merge the latest changes from the rel-3-2-patches branch into your branch
[15:04:40 CDT(-0500)] <b-sure> ok thanks. I'll copy these notes for tomorrow morning.
[15:09:06 CDT(-0500)] <EricDalquist> fyi planning on cutting 3.2.5 and 4.0.5 on Friday
[15:17:56 CDT(-0500)] <b-sure> Hello again EricDalquist. I've been trying out a kind of shibboleth forced with a path unknown to uPortal but don't have it working yet. Is that still a chance you can question your admin about this?
[15:18:29 CDT(-0500)] <EricDalquist> you just want an example of a location with no actual file behind it
[15:18:36 CDT(-0500)] <EricDalquist> that is shib protected?
[15:19:09 CDT(-0500)] <b-sure> I think so, but that I think we want it to redirect to the portal login upon successful shibb authentication.
[15:19:43 CDT(-0500)] <b-sure> we have a url for that which currently works in the browser, but not with the umobil's http agent.
[15:19:53 CDT(-0500)] <EricDalquist> oh
[15:19:58 CDT(-0500)] <EricDalquist> well that would be a question for umobile
[15:20:07 CDT(-0500)] <EricDalquist> if it works in the browser that is all we would have examples for
[15:20:49 CDT(-0500)] <b-sure> ok. I don't think its implemented in umobile yet. were working on it.