From abff297cf97b8ee082e320fce0c32672276be46e Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 4 Sep 2013 14:25:40 -0500 Subject: Caution about the API in the release notes --- docs/source/siteadmin/relnotes.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/source/siteadmin') diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index e7bf003a..8f34e145 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -25,6 +25,13 @@ carefully, or at least skim over it. 0.5.0 ===== +**NOTE:** If using the API is important to you, we're in a state of +ransition towards a new API via the Pump API. As such, though the old +API still probably works, some changes have happened to the way oauth +works to make it more Pump-compatible. If you're heavily using +clients using the old API, you may wish to hold off on upgrading for +now. Otherwise, jump in and have fun! :) + **Do this to upgrade** 1. Make sure to run -- cgit v1.2.3 From 18922af5830f4a7686ec3b3ff11dc309a5a9cca6 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 5 Sep 2013 09:37:08 -0500 Subject: Temporarily switching git:// to http:// --- docs/source/siteadmin/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/siteadmin') diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index de4ce1ac..ca1ae4b0 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -199,7 +199,7 @@ Change to the MediaGoblin directory that you just created:: Clone the MediaGoblin repository and set up the git submodules:: - git clone git://gitorious.org/mediagoblin/mediagoblin.git + git clone http://git.gitorious.org/mediagoblin/mediagoblin.git cd mediagoblin git submodule init && git submodule update -- cgit v1.2.3 From 5a756fb8197419180ee1a598cd5bc5e31c9638aa Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 5 Sep 2013 09:51:22 -0500 Subject: Revert "Temporarily switching git:// to http://" This reverts commit 18922af5830f4a7686ec3b3ff11dc309a5a9cca6. --- docs/source/siteadmin/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/siteadmin') diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index ca1ae4b0..de4ce1ac 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -199,7 +199,7 @@ Change to the MediaGoblin directory that you just created:: Clone the MediaGoblin repository and set up the git submodules:: - git clone http://git.gitorious.org/mediagoblin/mediagoblin.git + git clone git://gitorious.org/mediagoblin/mediagoblin.git cd mediagoblin git submodule init && git submodule update -- cgit v1.2.3