Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] intellij-idea-community-edition: update to 2021.2.3
@ 2021-11-26 15:29 daerich
  2021-11-26 15:31 ` [PR PATCH] [Updated] " daerich
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: daerich @ 2021-11-26 15:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1247 bytes --]

There is a new pull request by daerich against master on the void-packages repository

https://github.com/daerich/void-packages intellij-idea-comm
https://github.com/void-linux/void-packages/pull/34259

intellij-idea-community-edition: update to 2021.2.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34259.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intellij-idea-comm-34259.patch --]
[-- Type: text/x-diff, Size: 2490 bytes --]

From b4ed1842532c997020e1567dc699748b004380c5 Mon Sep 17 00:00:00 2001
From: DaErich <fakefakefans@gmail.com>
Date: Tue, 19 Oct 2021 17:42:24 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2021.2.3

---
 srcpkgs/intellij-idea-community-edition/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 460f8429da73..bc4a308bfce0 100644
--- a/srcpkgs/intellij-idea-community-edition/template
+++ b/srcpkgs/intellij-idea-community-edition/template
@@ -1,6 +1,6 @@
 # Template file for 'intellij-idea-community-edition'
 pkgname=intellij-idea-community-edition
-version=2021.1
+version=2021.2.3
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
@@ -9,7 +9,7 @@ maintainer="John <me@johnnynator.dev>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/"
 distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
-checksum=becd31e78d430db7a3edf381343f6722926e6e16b35d39371b74786decc40617
+checksum=b9f111cef1eab6ca5b6801abb06fffbc964d39887a9381131ef096f933d28f44
 repository=nonfree
 nopie=yes
 python_version=3
@@ -38,11 +38,11 @@ do_install() {
 	case $XBPS_TARGET_MACHINE in
 		x86_64)
 		rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier
-		rm ${DESTDIR}/usr/lib/intellij-idea/bin/idea.vmoptions
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/x86 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/aarch64 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/mips64el -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
+		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/arm -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/linux/libwebp_jni.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux32 -rf
 		;;
@@ -54,6 +54,7 @@ do_install() {
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/aarch64 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/mips64el -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
+		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/arm -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/linux/libwebp_jni64.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux64 -rf
 		;;

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] intellij-idea-community-edition: update to 2021.2.3
  2021-11-26 15:29 [PR PATCH] intellij-idea-community-edition: update to 2021.2.3 daerich
@ 2021-11-26 15:31 ` daerich
  2021-11-26 15:40 ` daerich
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: daerich @ 2021-11-26 15:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by daerich against master on the void-packages repository

https://github.com/daerich/void-packages intellij-idea-comm
https://github.com/void-linux/void-packages/pull/34259

intellij-idea-community-edition: update to 2021.2.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34259.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intellij-idea-comm-34259.patch --]
[-- Type: text/x-diff, Size: 2490 bytes --]

From 3c97a234bc140e5e49d45af28ecc3e890a98b248 Mon Sep 17 00:00:00 2001
From: DaErich <fakefakefans@gmail.com>
Date: Tue, 19 Oct 2021 17:42:24 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2021.2.3

---
 srcpkgs/intellij-idea-community-edition/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 460f8429da73..bc4a308bfce0 100644
--- a/srcpkgs/intellij-idea-community-edition/template
+++ b/srcpkgs/intellij-idea-community-edition/template
@@ -1,6 +1,6 @@
 # Template file for 'intellij-idea-community-edition'
 pkgname=intellij-idea-community-edition
-version=2021.1
+version=2021.2.3
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
@@ -9,7 +9,7 @@ maintainer="John <me@johnnynator.dev>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/"
 distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
-checksum=becd31e78d430db7a3edf381343f6722926e6e16b35d39371b74786decc40617
+checksum=b9f111cef1eab6ca5b6801abb06fffbc964d39887a9381131ef096f933d28f44
 repository=nonfree
 nopie=yes
 python_version=3
@@ -38,11 +38,11 @@ do_install() {
 	case $XBPS_TARGET_MACHINE in
 		x86_64)
 		rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier
-		rm ${DESTDIR}/usr/lib/intellij-idea/bin/idea.vmoptions
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/x86 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/aarch64 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/mips64el -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
+		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/arm -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/linux/libwebp_jni.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux32 -rf
 		;;
@@ -54,6 +54,7 @@ do_install() {
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/aarch64 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/mips64el -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
+		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/arm -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/linux/libwebp_jni64.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux64 -rf
 		;;

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] intellij-idea-community-edition: update to 2021.2.3
  2021-11-26 15:29 [PR PATCH] intellij-idea-community-edition: update to 2021.2.3 daerich
  2021-11-26 15:31 ` [PR PATCH] [Updated] " daerich
@ 2021-11-26 15:40 ` daerich
  2021-11-26 15:43 ` daerich
  2021-11-26 16:12 ` [PR PATCH] [Merged]: " Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: daerich @ 2021-11-26 15:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by daerich against master on the void-packages repository

https://github.com/daerich/void-packages intellij-idea-comm
https://github.com/void-linux/void-packages/pull/34259

intellij-idea-community-edition: update to 2021.2.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34259.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intellij-idea-comm-34259.patch --]
[-- Type: text/x-diff, Size: 2490 bytes --]

From 3c97a234bc140e5e49d45af28ecc3e890a98b248 Mon Sep 17 00:00:00 2001
From: DaErich <fakefakefans@gmail.com>
Date: Tue, 19 Oct 2021 17:42:24 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2021.2.3

---
 srcpkgs/intellij-idea-community-edition/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 460f8429da73..bc4a308bfce0 100644
--- a/srcpkgs/intellij-idea-community-edition/template
+++ b/srcpkgs/intellij-idea-community-edition/template
@@ -1,6 +1,6 @@
 # Template file for 'intellij-idea-community-edition'
 pkgname=intellij-idea-community-edition
-version=2021.1
+version=2021.2.3
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
@@ -9,7 +9,7 @@ maintainer="John <me@johnnynator.dev>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/"
 distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
-checksum=becd31e78d430db7a3edf381343f6722926e6e16b35d39371b74786decc40617
+checksum=b9f111cef1eab6ca5b6801abb06fffbc964d39887a9381131ef096f933d28f44
 repository=nonfree
 nopie=yes
 python_version=3
@@ -38,11 +38,11 @@ do_install() {
 	case $XBPS_TARGET_MACHINE in
 		x86_64)
 		rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier
-		rm ${DESTDIR}/usr/lib/intellij-idea/bin/idea.vmoptions
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/x86 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/aarch64 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/mips64el -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
+		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/arm -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/linux/libwebp_jni.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux32 -rf
 		;;
@@ -54,6 +54,7 @@ do_install() {
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/aarch64 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/mips64el -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
+		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/arm -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/linux/libwebp_jni64.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux64 -rf
 		;;

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] intellij-idea-community-edition: update to 2021.2.3
  2021-11-26 15:29 [PR PATCH] intellij-idea-community-edition: update to 2021.2.3 daerich
  2021-11-26 15:31 ` [PR PATCH] [Updated] " daerich
  2021-11-26 15:40 ` daerich
@ 2021-11-26 15:43 ` daerich
  2021-11-26 16:12 ` [PR PATCH] [Merged]: " Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: daerich @ 2021-11-26 15:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by daerich against master on the void-packages repository

https://github.com/daerich/void-packages intellij-idea-comm
https://github.com/void-linux/void-packages/pull/34259

intellij-idea-community-edition: update to 2021.2.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34259.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intellij-idea-comm-34259.patch --]
[-- Type: text/x-diff, Size: 2711 bytes --]

From 73844bff1ccaa0522e9ebe45349cc35d5e363e95 Mon Sep 17 00:00:00 2001
From: DaErich <fakefakefans@gmail.com>
Date: Tue, 19 Oct 2021 17:42:24 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2021.2.3

---
 srcpkgs/intellij-idea-community-edition/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 460f8429da73..e597b68bb6d4 100644
--- a/srcpkgs/intellij-idea-community-edition/template
+++ b/srcpkgs/intellij-idea-community-edition/template
@@ -1,6 +1,6 @@
 # Template file for 'intellij-idea-community-edition'
 pkgname=intellij-idea-community-edition
-version=2021.1
+version=2021.2.3
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
@@ -9,7 +9,7 @@ maintainer="John <me@johnnynator.dev>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/"
 distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
-checksum=becd31e78d430db7a3edf381343f6722926e6e16b35d39371b74786decc40617
+checksum=b9f111cef1eab6ca5b6801abb06fffbc964d39887a9381131ef096f933d28f44
 repository=nonfree
 nopie=yes
 python_version=3
@@ -38,22 +38,22 @@ do_install() {
 	case $XBPS_TARGET_MACHINE in
 		x86_64)
 		rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier
-		rm ${DESTDIR}/usr/lib/intellij-idea/bin/idea.vmoptions
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/x86 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/aarch64 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/mips64el -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
+		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/arm -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/linux/libwebp_jni.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux32 -rf
 		;;
 		i686)
-		rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier64
 		rm ${DESTDIR}/usr/lib/intellij-idea/bin/idea64.vmoptions
 		rm ${DESTDIR}/usr/lib/intellij-idea/bin/libdbm64.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/x86_64 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/aarch64 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/mips64el -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
+		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/arm -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/linux/libwebp_jni64.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux64 -rf
 		;;

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: intellij-idea-community-edition: update to 2021.2.3
  2021-11-26 15:29 [PR PATCH] intellij-idea-community-edition: update to 2021.2.3 daerich
                   ` (2 preceding siblings ...)
  2021-11-26 15:43 ` daerich
@ 2021-11-26 16:12 ` Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: Johnnynator @ 2021-11-26 16:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]

There's a merged pull request on the void-packages repository

intellij-idea-community-edition: update to 2021.2.3
https://github.com/void-linux/void-packages/pull/34259

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-26 16:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 15:29 [PR PATCH] intellij-idea-community-edition: update to 2021.2.3 daerich
2021-11-26 15:31 ` [PR PATCH] [Updated] " daerich
2021-11-26 15:40 ` daerich
2021-11-26 15:43 ` daerich
2021-11-26 16:12 ` [PR PATCH] [Merged]: " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).