]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
The GitLab repo is more than an "experiment" at this point
authorDaniel Lenski <dlenski@gmail.com>
Sun, 23 Jan 2022 02:02:38 +0000 (18:02 -0800)
committerDaniel Lenski <dlenski@gmail.com>
Sun, 23 Jan 2022 18:53:01 +0000 (10:53 -0800)
We're using it for everything from bug reports, to new code contributions,
to CI for automated building of Windows installers.  Make the docs reflect
that!

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
www/mail.xml
www/packages.xml

index a9c308ca329b17ccfd5cc1b155858b4cd1383da4..2a4fedd070c160ec829e383a3aa2dcb972fa7db0 100644 (file)
 
        <h1>GitLab</h1>
 
-       <p>As an experiment we have created an <a href="https://gitlab.com/openconnect/openconnect">OpenConnect project</a> on GitLab.</p>
+       <p>We have created an <a href="https://gitlab.com/openconnect/openconnect">OpenConnect project</a> on GitLab.</p>
 
        <p>You can file <a href="https://gitlab.com/openconnect/openconnect/issues">issues</a>
-       there, which may be slightly more effective than sending them in email. You can also
+       there, which may be more effective than sending them in email. You can also
        submit <a href="https://gitlab.com/openconnect/openconnect/merge_requests">merge requests</a>.</p>
 
+       <p>In addition to allowing discussion of issues and code changes, OpenConnect is now
+       also using <a href="https://docs.gitlab.com/ee/ci/">GitLab CI</a> for continuous integration,
+       testing, and building of the software. For example, GitLab CI builds the the
+       <a href="packages.html#windows">Windows installers</a> for OpenConnect with each new
+       commit.</p>
+
        <h1>Mailing list</h1>
 
        <p>There is a mailing list at <tt><a href="mailto:openconnect-devel@lists.infradead.org">
index e84c0de931f43fb2a47ed8c0d474897a02988de7..7c73738e73ee9c4c81487cedb8002147d5a82cfc 100644 (file)
@@ -67,7 +67,7 @@
       package.
     </p>
   </li>
-  <li><h2>Windows</h2>
+  <li><a name="windows"/><h2>Windows</h2>
     <p>
       <a href="https://nsis.sourceforge.io">NSIS</a>-based installers
       for OpenConnect are automatically built with each