update the list of supported ubuntu versions in the dropdown and revert
authorStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Tue, 4 Nov 2014 17:58:24 +0000 (18:58 +0100)
committerStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Tue, 4 Nov 2014 17:58:24 +0000 (18:58 +0100)
the https change that was not intendet do be there just yet...

templates/pages/download/linux/debian.html
templates/pages/download/linux/ubuntu.html

index ea14ad58921ed5b928984623197281e0c483e353..80d5c1ab4fcb06850a55c28b068d4a28ea0c579d 100644 (file)
@@ -75,7 +75,7 @@ To use the apt repository, follow these steps:
  </li>
  <li>Create the file <i>/etc/apt/sources.list.d/pgdg.list</i>, and add a line
  for the repository
- <code>deb https://apt.postgresql.org/pub/repos/apt/ <span id="series-deb">YOUR_DEBIAN_VERSION_HERE</span>-pgdg main</code>
+ <code>deb http://apt.postgresql.org/pub/repos/apt/ <span id="series-deb">YOUR_DEBIAN_VERSION_HERE</span>-pgdg main</code>
  </li>
  <li>Import the repository signing key, and update the package lists
    <code>
index 51f5eb595fa2a33648a81a6b1626941d4a24e2eb..88ea3b0316537f1c27a43ae89749ea08289b8522 100644 (file)
@@ -72,13 +72,15 @@ To use the apt repository, follow these steps:
  <li>
   <select id="field.series" name="field.series" onchange='updateSeries(this);'>
    <option selected="selected" value="YOUR_UBUNTU_VERSION_HERE">Choose your Ubuntu version</option>
+   <option value="utopic">Utopic (14.10)</option>
+   <option value="trusty">Trusty (14.04)</option>
    <option value="precise">Precise (12.04)</option>
    <option value="lucid">Lucid (10.04)</option>
   </select>
  </li>
  <li>Create the file <i>/etc/apt/sources.list.d/pgdg.list</i>, and add a line
  for the repository
- <code>deb https://apt.postgresql.org/pub/repos/apt/ <span id="series-deb">YOUR_UBUNTU_VERSION_HERE</span>-pgdg main</code>
+ <code>deb http://apt.postgresql.org/pub/repos/apt/ <span id="series-deb">YOUR_UBUNTU_VERSION_HERE</span>-pgdg main</code>
  </li>
  <li>Import the repository signing key, and update the package lists
    <code>