requested and suggested references no longer automatically updated on website

Issue #1822 closed
Roland Haas created an issue

With the switch of the manifest repo to git, the web-server stopped updating the requested/suggested references for each thorn automatically (since it uses the old svn repo).

This should be fixed, if it still persists.

Keyword: ET_2015_11

Comments (4)

  1. Frank Löffler
    • removed comment

    That's going to be a little more complicated. Right now, both the manifest and bibtex subdirs are subversion externals. This would be no problem if we would host on github which provides svn checkout even from git repos. Bitbucket afaik, doesn't. I'll have to change the update script to specifically add the git repos.

  2. Frank Löffler
    • removed comment

    Ok - installed git, cloned the repo and added it to be pulled from for calls to the update URL, which is triggered by commits to 'www'. I also added this URL to push-hooks for the manifest repo on bitbucket, and a test worked. Closing this ticket - please re-open if this turns out not to work after all somehow.

  3. Log in to comment