[X2Go-Dev] Code formatting
Dave Chamberlin-Kidd
dave at flamangoes.co.uk
Sat May 23 12:15:11 CEST 2020
Hi,
Would it be worth considering cloud based GitHub, BitBucket or GitLab? All
have free accounts available
It'd save someone setting up and maintaining a server or image etc.
Cheers
Dave
On Sat, 23 May 2020 at 11:00, <x2go-dev-request at lists.x2go.org> wrote:
> Send x2go-dev mailing list submissions to
> x2go-dev at lists.x2go.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.x2go.org/listinfo/x2go-dev
> or, via email, send a message with subject or body 'help' to
> x2go-dev-request at lists.x2go.org
>
> You can reach the person managing the list at
> x2go-dev-owner at lists.x2go.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of x2go-dev digest..."
>
>
> Today's Topics:
>
> 1. Re: Code formatting (Stefan Baur)
> 2. Confusing Debian/Ubuntu versions (Kees Bakker)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 22 May 2020 14:17:37 +0200
> From: Stefan Baur <X2Go-ML-1 at baur-itcs.de>
> To: x2go-dev at lists.x2go.org
> Subject: Re: [X2Go-Dev] Code formatting
> Message-ID: <c63a05ce-333e-1957-c2c4-b2fa72ae3bb4 at baur-itcs.de>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Melroy,
>
> Am 21.05.20 um 17:57 schrieb Melroy van den Berg:
> > OK in that case. Let's go actions. Since I think everybody agrees.
> >
> > Mike also discussed other platforms like Gitlab. Which I think is a good
> enabler. I'm able to help you with setting up your own gitlab server for
> example (like I did for myself: https://gitlab.melroy.org). Somebody said
> there was a Jenkins server.
> >
> > My question would be: which kind of server can I use to setup such kind
> of infrastructure? Is there something arranged within X2Go? I love to help,
> but you need some machines to execute it. Or has somebody some vm in the
> cloud?
> >
> > If I have root access to such a machine, I can start. Also dns records
> etc.
>
> First of all: Thanks for volunteering! I'm horribly behind on replying
> to E-Mails here lately ... :-/
>
> We are looking at setting up an LXC instance with Debian 10 for you.
> During the install phase, you will only be able to reach the container
> via NAT+Portforwarding; once everything is up and running, we'll switch
> over to a public IP. (At least that's our plan for now.)
>
> The reason behind this is that we should have enough free resources on
> the LXC host to provide you with such a container at no extra cost, but
> the additional public IP will cost us money, so we need to discuss who
> will be paying for it first.
>
> Mike#1, Juri and Mihai will be working "behind the scenes" to get this
> prepared for you.
>
> One caveat is that we will have to live with the current bug tracker for
> a while (because of $REASONS), so the first step is gitlab + tie-in with
> debbugs, rather than the gitlab issue tracker. Once everything is
> running smoothly, we can look at which option works best for us (using
> the gitlab issue tracker vs. using a third-party issue tracker that is
> fully supported by gitlab; migrating bugs from debbugs or not, ...).
>
>
> -Stefan
> X2Go Project/Community Manager
>
> --
> BAUR-ITCS UG (haftungsbeschränkt)
> Geschäftsführer: Stefan Baur
> Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
> Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 488 bytes
> Desc: OpenPGP digital signature
> URL: <
> https://lists.x2go.org/pipermail/x2go-dev/attachments/20200522/6779eb43/attachment-0001.sig
> >
>
> ------------------------------
>
> Message: 2
> Date: Fri, 22 May 2020 22:12:52 +0200
> From: Kees Bakker <kees at ijzerbout.nl>
> To: x2go-dev at lists.x2go.org
> Subject: [X2Go-Dev] Confusing Debian/Ubuntu versions
> Message-ID: <6e08b4bd-d621-fa9a-52f8-c849b29fc8d7 at ijzerbout.nl>
> Content-Type: text/plain; charset=utf-8
>
> Hey,
>
> The latest Ubuntu (focal) package has version 2:3.5.99.23-1build1. The
> first few lines in debian/changelog are:
>
> nx-libs (2:3.5.99.23-1build1) focal; urgency=medium
>
> * No-change rebuild for libgcc-s1 package name change.
>
> -- Matthias Klose <doko at ubuntu.com> Mon, 23 Mar 2020 07:21:04 +0100
>
> nx-libs (2:3.5.99.23-1) unstable; urgency=medium
>
> * New upstream release.
> * debian/control:
> + Bump Standards-Version: to 4.5.0. No changes needed.
> * debian/nxagent.install:
> + Drop nxagent.xpm from pixmaps/ folder. Not shipped upstream anymore.
> * debian/rules:
> + Some extra quotes. Reduce delta between upstream DEB packaging and
> official Debian package.
> * debian/copyright:
> + Update copyright attributions.
>
> -- Mike Gabriel <sunweaver at debian.org> Thu, 30 Jan 2020 12:01:07 +0100
>
>
> But debian/changelog in arctica/nx-libs (in the branch that was used for
> the release contains:
>
> nx-libs (2:3.5.99.23-0) unstable; urgency=medium
>
> * Upstream-provided Debian package for nx-libs.
> See upstream ChangeLog for recent changes.
>
> -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Thu, 30 Jan 2020
> 10:59:43 +0100
>
> nx-libs (2:3.5.99.22-0) unstable; urgency=medium
>
> * Upstream-provided Debian package for nx-libs.
> See upstream ChangeLog for recent changes.
>
> -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Tue, 27 Aug 2019
> 15:44:17 +0200
>
>
> This is confusing. 2:3.5.99.23-0 is the latest from arctica, but
> Ubuntu focal already has 2:3.5.99.23-1.
>
> Mike, what's going on?
> --
> Kees
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> x2go-dev mailing list
> x2go-dev at lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-dev
>
>
> ------------------------------
>
> End of x2go-dev Digest, Vol 74, Issue 25
> ****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.x2go.org/pipermail/x2go-dev/attachments/20200523/3998f8be/attachment.htm>
More information about the x2go-dev
mailing list