[X2Go-Commits] [buildscripts] branch master updated (23c65b1 -> 9154858)

2017-09-01 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository buildscripts.

  from  23c65b1   bin/build-rpm-package: fix up some comments only.
   new  9154858   bin/build-rpm-package: OpenSuSE Leap 42.1 is discontinued 
now, use discontinued mirror.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/build-rpm-package | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--
Alioth's 
/srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on 
/srv/git/code.x2go.org/buildscripts.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [buildscripts] 01/01: bin/build-rpm-package: OpenSuSE Leap 42.1 is discontinued now, use discontinued mirror.

2017-09-01 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 91548586be11dd1263ea84d66e9c7172e349e3d2
Author: Mihai Moldovan 
Date:   Sat Sep 2 07:32:35 2017 +0200

bin/build-rpm-package: OpenSuSE Leap 42.1 is discontinued now, use 
discontinued mirror.

Interestingly, 13.2 is still on the master mirror and not yet
(completely) discontinued. Will probably follow soon, though.
---
 bin/build-rpm-package | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index c2c0986..07f2b7a 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -770,7 +770,8 @@ build_packages() {
if [ "x${l_DIST}" = "xopensuse" ]; then
typeset -i legacy_release="0"
if [ 
"${tmp_suse_major_version}" -lt "13" ] ||
-  ( [ 
"${tmp_suse_major_version}" -eq "13" ] && [ "${tmp_suse_minor_version}" -lt "2" 
] ); then
+  ( [ 
"${tmp_suse_major_version}" -eq "13" ] && [ "${tmp_suse_minor_version}" -lt "2" 
] ) ||
+  ( [ 
"${tmp_suse_major_version}" -eq "42" ] && [ "${tmp_suse_minor_version}" -lt "2" 
] ); then
legacy_release="1"
fi
 

--
Alioth's 
/srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on 
/srv/git/code.x2go.org/buildscripts.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [buildscripts] branch master updated (facb04e -> 23c65b1)

2017-09-01 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository buildscripts.

  from  facb04e   home/.buildscripts/x2go.conf: use more compact notation 
for set-or-default DEB_BUILD_FOR variable.
   new  23c65b1   bin/build-rpm-package: fix up some comments only.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/build-rpm-package | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--
Alioth's 
/srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on 
/srv/git/code.x2go.org/buildscripts.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [buildscripts] 01/01: bin/build-rpm-package: fix up some comments only.

2017-09-01 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 23c65b1a692b7fa759602027c0e6273c0c9aac26
Author: Mihai Moldovan 
Date:   Sat Sep 2 07:26:21 2017 +0200

bin/build-rpm-package: fix up some comments only.
---
 bin/build-rpm-package | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index e2e235f..c2c0986 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -271,7 +271,7 @@ create_mock_config () { # MOCK_BASE CUSTOM_REPO COMPONENT 
TARGET
 
typeset DISTRO=""
typeset VERSION=""
-  # distribution -   version- arch
+  # distribution -   version- arch
TMP_REGEX='^([[:alpha:]]+)-([[:alnum:]_]+)-[[:alnum:]_]+\.cfg$'
if [[ ! "${MOCK_BASE}" =~ ${TMP_REGEX} ]]; then
echo "Error: MOCK_BASE parameter not well formed. Must be: 
'distro-version-arch.cfg'." >&2
@@ -427,7 +427,7 @@ create_mock_config () { # MOCK_BASE CUSTOM_REPO COMPONENT 
TARGET
 
# Cache config file to work around mock constantly rebuilding its cache 
if the
# config file's modification time is newer than the cache, even though 
the
-   # the config file's content didn't change between runs.
+   # config file's content didn't change between runs.
cache_mock_config
 
return 0
@@ -994,8 +994,8 @@ upload_packages() {
# Yes, "SRPM" is technically not an architecture.
for l_ARCH in x86_64 i386 SRPM; do
if [ "x${SKIP_ARCH}" != "x${l_ARCH}" ]; then
-   # Rename the i386 arch to i586 for 
OpenSuSE and SLE{S,D}.
if [ "${l_DIST}" = "opensuse" ] || [ 
"${l_DIST}" = "sle" ]; then
+   # Rename the i386 arch to i586 
for OpenSuSE and SLE{S,D}.
if [ "${l_ARCH}" = "i386" ]; 
then
l_ARCH="i586"
fi

--
Alioth's 
/srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on 
/srv/git/code.x2go.org/buildscripts.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [buildscripts] 01/01: home/.buildscripts/x2go.conf: use more compact notation for set-or-default DEB_BUILD_FOR variable.

2017-09-01 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit facb04e7b349a38b4573de1245a250db5c8a5339
Author: Mihai Moldovan 
Date:   Sat Sep 2 05:41:55 2017 +0200

home/.buildscripts/x2go.conf: use more compact notation for set-or-default 
DEB_BUILD_FOR variable.
---
 home/.buildscripts/x2go.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf
index 5e52957..c449ea6 100644
--- a/home/.buildscripts/x2go.conf
+++ b/home/.buildscripts/x2go.conf
@@ -7,7 +7,7 @@ GIT_SSH_PORT="32032"
 DEBEMAIL="git-ad...@x2go.org"
 DEBFULLNAME="X2Go Git Administrator"
 DEB_DISTS_SUPPORTED="debian raspbian"
-DEB_BUILD_FOR=${DEB_BUILD_FOR:-"debian:wheezy,jessie,stretch,buster,sid 
raspbian:jessie,stretch"}
+: ${DEB_BUILD_FOR:="debian:wheezy,jessie,stretch,buster,sid 
raspbian:jessie,stretch"}
 
 # Shared for both RPM and DEB.
 GPG_KEY="F4A7678C9C6B0B2B"

--
Alioth's 
/srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on 
/srv/git/code.x2go.org/buildscripts.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [buildscripts] branch master updated (8574242 -> facb04e)

2017-09-01 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository buildscripts.

  from  8574242   bin/sbuild-deb-package: we actually have to "enable" 
alternatives usage.
   new  facb04e   home/.buildscripts/x2go.conf: use more compact notation 
for set-or-default DEB_BUILD_FOR variable.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 home/.buildscripts/x2go.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
Alioth's 
/srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on 
/srv/git/code.x2go.org/buildscripts.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-gathering-2017

2017-09-01 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/09/01 08:40
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 
Firefox/55.0
IP-Address  : 78.43.91.217
Hostname: HSI-KBW-078-043-091-217.hsi4.kabel-badenwuerttemberg.de
Old Revision: 
https://wiki.x2go.org/doku.php/events:x2go-gathering-2017?rev=1504255190
New Revision: https://wiki.x2go.org/doku.php/events:x2go-gathering-2017
Edit Summary: [Important ToDos] added VPN hardware to bring-along list
User: stefanbaur

@@ -66,9 +66,9 @@
 * Two plungers (don't ask ...)
 * Two or more keyboards with built-in card readers
 * At least one USB card reader
 * RPi 1 + RPi3
- * preferably TC hardware as well
+ * preferably TC and VPN hardware as well
   * h1 needs to bring:
 * OpenPGP cards
 * USB media (alternative to cards)
 



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-gathering-2017

2017-09-01 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/09/01 08:39
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 
Firefox/55.0
IP-Address  : 78.43.91.217
Hostname: HSI-KBW-078-043-091-217.hsi4.kabel-badenwuerttemberg.de
Old Revision: 
https://wiki.x2go.org/doku.php/events:x2go-gathering-2017?rev=1504255164
New Revision: https://wiki.x2go.org/doku.php/events:x2go-gathering-2017
Edit Summary: [Pricing Information] no more single rooms
User: stefanbaur

@@ -46,9 +46,9 @@
 
 **Cost-Free Cancellation Deadline: 2017-09-12**
 
 //Please sign up ASAP if you intend to attend - we only have a limited amount of beds reserved in advance - first come, first serve. If we're exceeding that number, we run the risk of being unable to accommodate you.//

- Currently available: 1 out of 10 single rooms, 1 out of 1 double room.
+ Currently available: 0 out of 10 single rooms, 1 out of 1 double room.
 
 To register, or to

submit a talk/workshop proposal, simply send an eMail to: 
[[x2go-m...@baur-itcs.de]]
 
   Vereinsgründung - what's this?  



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-gathering-2017

2017-09-01 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2017/09/01 08:39
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 
Firefox/55.0
IP-Address  : 78.43.91.217
Hostname: HSI-KBW-078-043-091-217.hsi4.kabel-badenwuerttemberg.de
Old Revision: 
https://wiki.x2go.org/doku.php/events:x2go-gathering-2017?rev=1504128699
New Revision: https://wiki.x2go.org/doku.php/events:x2go-gathering-2017
Edit Summary: [List of Participants] - Moved Walid to confirmed
User: stefanbaur

@@ -107,8 +107,9 @@
   * Mike 'Mike#2' DePaulo
   * Mike 'Mike#1' Gabriel (DAS-NETZWERKTEAM) - Note: Vegan food preferred, 
Vegetarian food required
   * Juri Grabowski (LiHAS)
   * Bernhard Miklautz (FreeRDP project)
+   * Walid Mohgrabi (TRAVAUX)
   * //Mihai 'ionic' Moldovan (BAUR-ITCS)//
   * Thomas Morgenthaler (VluchtelingenWerk Nederlands)
   * Hans-Hermann Redenius (DLR.de/ve)
   * Ulrich Sibiller
@@ -119,12 +120,8 @@
 
 **We're also
expecting:** 
   * Heinz-M. 'h1.org' Graesing -> own accommodation

 ... but are still waiting for his official sign-up eMail.
- 
- **Undecided:**

-   * Walid Mohgrabi (TRAVAUX) - still needs to check back with his boss if it 
counts as business trip
- ... if you happen to know them, feel free to give them a friendly nudge in 
the right direction. ;-)
 
 **Who can't make it this year:**

   * Kjetil Fleten (fleten.net)
   * The Qindel/QVD team


--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits