Mailing List Archive

Updating 'Latest Commits' on cherokee-project.com to latest commits
I noticed that the "Latest Commits" section on the website links to the the
dev branch of the git repository but it seems to list the sha1's related to
the master branch, the last commit of which was 3 months ago. To any
casual observer the projects commit activity would appear slightly
stagnant. Obviously that isn't the case. In looking at the website code
it's not immediately obvious if the page is automatically built when a new
commit is made or if it requires a static rebuild and push. If the former,
obviously the branch it points to and the branch it's referencing are out
of sync. If the latter, maybe it would be best to be converted to the
former? ;-)

--
/M:D

M. David Peterson
Co-Founder & Chief Architect, 3rd&Urban, LLC
Email: m.david@3rdandUrban.com
Voice: (801) 742-1064
http://amp.fm | http://mdavidpeterson.com
Re: Updating 'Latest Commits' on cherokee-project.com to latest commits [ In reply to ]
On Thu, Jan 12, 2012 at 11:46 PM, M. David Peterson <m.david@3rdandurban.com
> wrote:

> In looking at the website code it's not immediately obvious if the page is
> automatically built when a new commit is made


As a point of interest, anyone with admin access to the webserver
repository should be able to access
https://github.com/cherokee/webserver/admin/hooks and add a post-receive
(web)hook by selecting the Post-Receive URLs selector and adding a URL
where a post-receive hook message can be posted as a webhook making it
fairly easy to add auto-update to the web when a push to the repository has
completed.


--
/M:D

M. David Peterson
Co-Founder & Chief Architect, 3rd&Urban, LLC
Email: m.david@3rdandUrban.com
Voice: (801) 742-1064
http://amp.fm | http://mdavidpeterson.com
Re: Updating 'Latest Commits' on cherokee-project.com to latest commits [ In reply to ]
The code that builds the list of commits for the home page is here:
https://github.com/cherokee/web/blob/master/Commits.py

On Fri, Jan 13, 2012 at 5:46 PM, M. David Peterson
<m.david@3rdandurban.com>wrote:

> I noticed that the "Latest Commits" section on the website links to the
> the dev branch of the git repository but it seems to list the sha1's
> related to the master branch, the last commit of which was 3 months ago.
> To any casual observer the projects commit activity would appear slightly
> stagnant. Obviously that isn't the case. In looking at the website code
> it's not immediately obvious if the page is automatically built when a new
> commit is made or if it requires a static rebuild and push. If the former,
> obviously the branch it points to and the branch it's referencing are out
> of sync. If the latter, maybe it would be best to be converted to the
> former? ;-)
>
> --
> /M:D
>
> M. David Peterson
> Co-Founder & Chief Architect, 3rd&Urban, LLC
> Email: m.david@3rdandUrban.com
> Voice: (801) 742-1064
> http://amp.fm | http://mdavidpeterson.com
>
> _______________________________________________
> Cherokee mailing list
> Cherokee@lists.octality.com
> http://lists.octality.com/listinfo/cherokee
>
>
Re: Updating 'Latest Commits' on cherokee-project.com to latest commits [ In reply to ]
On Fri, Jan 20, 2012 at 8:08 PM, Daniel Lo Nigro <lists@dan.cx> wrote:

> The code that builds the list of commits for the home page is here:
> https://github.com/cherokee/web/blob/master/Commits.py
>

Fix pushed to the newly created dev branch of the web repo for
testing/verification:

https://github.com/cherokee/web/commit/8d031c051eb640d08b2520e1284fb979d3d33867

--
/M:D

M. David Peterson
Co-Founder & Chief Architect, 3rd&Urban, LLC
Email: m.david@3rdandUrban.com
Voice: (801) 742-1064
http://amp.fm | http://mdavidpeterson.com