Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
chore: update Radicle home page URLs to new domain
✓ CI success Lars Wirzenius committed 8 days ago
commit ed7170c39e19d18c6fe43ada6dbe6ab3ca50da6f
parent bf535363c1a80b8967027dcce57947d461214dc4
2 passed (2 total) View logs
13 files changed +22 -22
modified Cargo.toml
@@ -3,10 +3,10 @@ name = "radicle-ci-broker"
version = "0.27.0"
edition = "2024"
rust-version = "1.90"
-
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
+
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.dev>"]
description = "add integration to CI engins or systems to a Radicle node"
license = "MIT OR Apache-2.0"
-
homepage = "https://radicle.xyz"
+
homepage = "https://radicle.dev"
repository = "https://radicle.network/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8"
categories = ["development-tools::build-utils"]

modified README.md
@@ -1,7 +1,7 @@
# radicle-ci-broker

Add integration to CI engines/systems/services to
-
[Radicle](https://radicle.xyz/), a distributed git hosting and
+
[Radicle](https://radicle.dev/), a distributed git hosting and
collaboration system. See [Radicle CI](https://radicle-ci.liw.fi/)
for an overview.

@@ -98,7 +98,7 @@ systems are known:

* [Radicle Ambient adapter](https://radicle.network/nodes/radicle.liw.fi/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6)
  - Run CI using Ambient CI, in an isolated VM, for safety and security.
-
* [Radicle native CI](https://radicle.network/nodes/seed.radicle.xyz/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE)
+
* [Radicle native CI](https://radicle.network/nodes/seed.radicle.dev/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE)
  - Run CI on the node directly, using `.radicle/native.yaml`
* [Concourse integration](https://radicle.network/nodes/seed.radicle.garden/rad:z2woyw9Get9Q21VJzdbVz33b47xDb)
  - Integrate with the Concourse CI system
modified cib.1
@@ -19,6 +19,6 @@ Read
as the configuration file.
There is no default configuration file.
.SH AUTHORS
-
.UR https://radicle.xyz/
+
.UR https://radicle.dev/
The Radicle Project
.UE
modified cibtool.1
@@ -12,7 +12,7 @@ is a management tool for the Radicle CI broker.
For complete information about command line use, run
.BR "cibtool help" .
.SH AUTHORS
-
.UR https://radicle.xyz/
+
.UR https://radicle.dev/
The Radicle Project
.UE
.SH "SEE ALSO"
modified debian/control
@@ -1,12 +1,12 @@
Source: radicle-ci-broker
-
Maintainer: The Radicle Team <team@radicle.xyz>
+
Maintainer: The Radicle Team <team@radicle.dev>
Uploaders: Lars Wirzenius <liw@liw.fi>
Section: vcs
Priority: optional
Standards-Version: 4.6.2
Build-Depends: debhelper (>= 10~),
  asciidoctor
-
Homepage: https://radicle.xyz/
+
Homepage: https://radicle.dev/

Package: radicle-ci-broker
Architecture: any
modified debian/copyright
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: radicle-ci-broker
-
Upstream-Contact: https://radicle.xyz/
+
Upstream-Contact: https://radicle.dev/
Source: https://radicle.network/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8

Files: *
modified doc/architecture.md
@@ -1,6 +1,6 @@
# Overview

-
[Radicle]: https://radicle.xyz/
+
[Radicle]: https://radicle.dev/
[Git]: https://git-scm.com/
[CI]: https://en.wikipedia.org/wiki/Continuous_integration

modified doc/overview.md
@@ -36,7 +36,7 @@ The CI process is fundamentally:
* `cib` creates or updates a job COB accordingly


-
[`heartwood`]: https://radicle.network/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
-
[`radicle-ci-broker`]: https://radicle.network/nodes/seed.radicle.xyz/rad:zwTxygwuz5LDGBq255RA2CbNGrz8
+
[`heartwood`]: https://radicle.network/nodes/seed.radicle.dev/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
+
[`radicle-ci-broker`]: https://radicle.network/nodes/seed.radicle.dev/rad:zwTxygwuz5LDGBq255RA2CbNGrz8
[`radicle-job`]: https://radicle.network/nodes/seed.radicle.garden/rad%3Az2UcCU1LgMshWvXj6hXSDDrwB8q8M
[`radicle-desktop`]: https://radicle.network/nodes/seed.radicle.garden/rad%3Az4D5UCArafTzTQpDZNQRuqswh3ury
modified doc/requirements.md
@@ -84,7 +84,7 @@ don't lock ourselves into supporting only one, even by mistake.
    CI.
  - Just the metadata about each run, not build log or build
    artifacts, at least for now.
-
* We can set up `seed.radicle.xyz` that run CI on any patch on the
+
* We can set up `seed.radicle.dev` that run CI on any patch on the
  `heartwood` repository and checks that the patch builds and its
  tests pass.
  - We can then set this up on other repositories on the seed node as
modified doc/userguide.md
@@ -55,7 +55,7 @@ the CI broker to know it, by setting `RAD_PASSPHRASE` in the environment, when
you start the CI broker process.

Once you've [installed a Radicle node and it is
-
running](https://radicle.xyz/#get-started):
+
running](https://radicle.dev/#get-started):

* Install the Radicle CI broker. One way to do that is by
  building the latest release from source. This requires the Rust
@@ -174,7 +174,7 @@ repository for a list.
  - `genisoimage`
  - `xorriso`
* Install Radicle:
-
  - `curl -sSf https://radicle.xyz/install | sh`
+
  - `curl -sSf https://radicle.dev/install | sh`
  - `rad auth`
  - `rad node start`
* Make sure the `kvm-intel` or `kvm-amd` kernel module is loaded, so
@@ -182,10 +182,10 @@ repository for a list.
  to the `kvm` group.
* Make sure the node has at least a test repository:
  - `rad seed rad:z28U8KUBvVSMQc13NydX3LBDsdEdQ`
-
* Install relevant software from `deb` packages on <https://radicle.xyz/apt>:
-
  - download and install <https://files.radicle.xyz/apt/radicle-archive-keyring.deb>
+
* Install relevant software from `deb` packages on <https://radicle.dev/apt>:
+
  - download and install <https://files.radicle.dev/apt/radicle-archive-keyring.deb>
  - create `/etc/apt/sources.list.d/radicle_xyz_apt.list` with  
-
    `deb [signed-by=/usr/share/radicle/radicle-archive-keyring.asc] https://radicle.xyz/apt release main`
+
    `deb [signed-by=/usr/share/radicle/radicle-archive-keyring.asc] https://radicle.dev/apt release main`
* Download a VM image:
  - `curl https://files.liw.fi/ambient/ambient.qcow2.xz | unxz > ambient.qcow2`
* Create `~/ci-broker.yaml` (adjust paths so they refer to your home
modified flake.lock
@@ -151,11 +151,11 @@
        "rev": "ee0d19f2eb5744777ed717b8f8ec585e54aed4f0",
        "revCount": 2177,
        "type": "git",
-
        "url": "https://seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?tag=v1.1.0"
+
        "url": "https://seed.radicle.dev/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?tag=v1.1.0"
      },
      "original": {
        "type": "git",
-
        "url": "https://seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?tag=v1.1.0"
+
        "url": "https://seed.radicle.dev/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?tag=v1.1.0"
      }
    },
    "root": {
modified flake.nix
@@ -16,7 +16,7 @@
    };

    radicle = {
-
      url = "git+https://seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?tag=v1.1.0";
+
      url = "git+https://seed.radicle.dev/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?tag=v1.1.0";
    };

    flake-utils.url = "github:numtide/flake-utils";
modified src/ergo.rs
@@ -1,7 +1,7 @@
//! An ergonomic wrapper around the `radicle` crate.
//!
//! The purpose of this module is to make it more convenient to use
-
//! the `radicle` crate to access a [Radicle](https://radicle.xyz/)
+
//! the `radicle` crate to access a [Radicle](https://radicle.dev/)
//! node and information in the node. It is not, in any way, meant to
//! be a replacement for using the official crate directly.