[gimp-web] Devel download page: add instructions to download Windows nightly…



commit bc90724916b1078c4645d77c08cf1fb7b652cad5
Author: Jehan <jehan girinstud io>
Date:   Sat May 29 13:27:20 2021 +0200

    Devel download page: add instructions to download Windows nightly…
    
    … installers.
    Comment out for now the generated link which is supposed to send you
    direct to the artifacts. This link unfortunately only works when no
    other pipelines for master were run after because it takes into account
    the last pipeline not the last job for a branch.
    Cf. https://gitlab.com/gitlab-org/gitlab/-/issues/331232

 .../newgimp/templates/downloads-development.html   | 29 +++++++++++++++++++---
 1 file changed, 25 insertions(+), 4 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads-development.html 
b/themes/newgimp/templates/downloads-development.html
index 4ca28256..9e9dff47 100644
--- a/themes/newgimp/templates/downloads-development.html
+++ b/themes/newgimp/templates/downloads-development.html
@@ -82,7 +82,9 @@
             </span>
         </p>
         <p>
-        Flatpak build available in: <strong>x86-64 and AArch64</strong>.
+        Flatpak builds available in: <strong>x86-64</strong> (both
+        development and nightly builds) and <strong>AArch64</strong>
+        (development releases only).
         </p>
 
         <h3>Flatpak additional instructions</h3>
@@ -334,18 +336,37 @@
         These builds are meant to test future GIMP versions and help us
         debug, we do not advise to use these for production.
     </p>
+    <ol>
+      <li>Go to GIMP's <a
+      href="https://gitlab.gnome.org/GNOME/gimp/-/pipeline_schedules";>scheduled
+      pipelines listing</a> and click the "<strong>Last Pipeline</strong>"
+      ID listed next to the <em>Windows installer</em> item.</li>
+      <li>Select the job named "win-installer-nightly"</li>
+      <li>Click the "Browse" button</li>
+      <li>Navigate to the <pre>build/windows/installer/_Output/</pre>
+      directory</li>
+      <li>Finally click the <pre>gimp-{{ GIMP_VERSION_NIGHTLY }}-setup.exe</pre>
+      file to download and install it.</li>
+    </ol>
+    <!--
+    This link should ideally send to the last nightly installer, but it
+    only does so when this is also the last published job. So we comment
+    this out until a better way can be figured out. For now we just
+    leave the above step-by-step process.
+    Cf. https://gitlab.com/gitlab-org/gitlab/-/issues/331232
     <ul>
       <li><a
       
href="https://gitlab.gnome.org/GNOME/gimp/-/jobs/artifacts/master/raw/build/windows/installer/_Output/gimp-{{ 
GIMP_VERSION_NIGHTLY }}-setup.exe?job=win-installer-nightly">
       Last nightly installer</a></li>
     </ul>
+    -->
     <dl>
       <dt>Note<dt>
       <dd><em>
         Additionally to the code being experimental, these automated
-        installers themselves are an experimental convenience and are
-        therefore known not to be as complete yet as the officially
-        released installer.
+        installers themselves are an experimental convenience and may
+        still have various issues. In particular, they are not humanly
+        tested and are unsigned, unlike released versions.
       </em></dd>
     </dl>
     {% endif %}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]