Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/docs-site.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Docs site HTML

# Builds the HTML manual with MyST and publishes it to the copperline.dev
# website repository (LinuxJedi/copperline.github.io) under /docs when a v*
# website repository (CopperlineHQ/copperline.github.io) under /docs when a v*
# tag is pushed, so the docs on the site always match the latest release.
# The HTML build itself is checked on every push/PR by the docs job in
# ci.yml; this workflow only handles publication. A workflow_dispatch
Expand All @@ -10,7 +10,7 @@ name: Docs site HTML
#
# Pushing to the website repository needs the SITE_DEPLOY_KEY secret: the
# private half of an SSH deploy key whose public half is installed with
# write access on LinuxJedi/copperline.github.io.
# write access on CopperlineHQ/copperline.github.io.
on:
push:
tags: ["v*"]
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Check out the website repository
uses: actions/checkout@v7
with:
repository: LinuxJedi/copperline.github.io
repository: CopperlineHQ/copperline.github.io
ssh-key: ${{ secrets.SITE_DEPLOY_KEY }}
path: site
- name: Replace /docs with the new build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
# that the release tarball is reachable and its sha256 matches; this
# is the part `brew style` alone cannot catch.
run: |
brew tap LinuxJedi/copperline "$GITHUB_WORKSPACE"
brew audit --strict --online LinuxJedi/copperline/copperline
brew tap copperlinehq/copperline "$GITHUB_WORKSPACE"
brew audit --strict --online copperlinehq/copperline/copperline
6 changes: 3 additions & 3 deletions .github/workflows/wasm-demo.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Browser demo

# Builds the wasm browser frontend (crates/copperline-web) and publishes it
# to the copperline.dev website repository (LinuxJedi/copperline.github.io)
# to the copperline.dev website repository (CopperlineHQ/copperline.github.io)
# under /try when a v* tag is pushed, so the in-browser emulator always
# matches the latest release. A workflow_dispatch trigger allows
# re-publishing from whatever ref it is run on without cutting a release.
Expand All @@ -15,7 +15,7 @@ name: Browser demo
#
# Pushing to the website repository needs the SITE_DEPLOY_KEY secret: the
# private half of an SSH deploy key whose public half is installed with
# write access on LinuxJedi/copperline.github.io (shared with docs-site.yml).
# write access on CopperlineHQ/copperline.github.io (shared with docs-site.yml).
on:
push:
tags: ["v*"]
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Check out the website repository
uses: actions/checkout@v7
with:
repository: LinuxJedi/copperline.github.io
repository: CopperlineHQ/copperline.github.io
ssh-key: ${{ secrets.SITE_DEPLOY_KEY }}
path: site
- name: Replace the generated parts of /try
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rust-version = "1.87"
license = "GPL-3.0-or-later"
description = "A cycle-driven Amiga emulator written in Rust"
readme = "README.md"
repository = "https://github.com/LinuxJedi/Copperline"
repository = "https://github.com/CopperlineHQ/Copperline"
keywords = ["amiga", "emulator", "m68k"]
categories = ["emulators"]
publish = false
Expand Down
8 changes: 4 additions & 4 deletions Formula/copperline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# subject to macOS Gatekeeper quarantine -- no Security & Privacy override is
# ever needed. Install with:
#
# brew tap LinuxJedi/copperline https://github.com/LinuxJedi/Copperline
# brew tap copperlinehq/copperline https://github.com/CopperlineHQ/Copperline
# brew install copperline
#
# or build the in-development tree directly:
Expand All @@ -15,14 +15,14 @@
# When tagging a release, update both `url` and `sha256` below. Compute the
# checksum from the tagged tarball:
#
# curl -fsSL https://github.com/LinuxJedi/Copperline/archive/refs/tags/vX.Y.Z.tar.gz | shasum -a 256
# curl -fsSL https://github.com/CopperlineHQ/Copperline/archive/refs/tags/vX.Y.Z.tar.gz | shasum -a 256
class Copperline < Formula
desc "Cycle-driven Amiga emulator (OCS/ECS/AGA) written in Rust"
homepage "https://copperline.dev/"
url "https://github.com/LinuxJedi/Copperline/archive/refs/tags/v0.12.0.tar.gz"
url "https://github.com/CopperlineHQ/Copperline/archive/refs/tags/v0.12.0.tar.gz"
sha256 "941c08aee236f1fd0a79fdff028b3ed90adb8e74b83b78a52256dcfddab9b145"
license "GPL-3.0-or-later"
head "https://github.com/LinuxJedi/Copperline.git", branch: "main"
head "https://github.com/CopperlineHQ/Copperline.git", branch: "main"

depends_on "rust" => :build

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ against real hardware.
## Install (macOS, Homebrew)

```sh
brew tap LinuxJedi/copperline https://github.com/LinuxJedi/Copperline
brew tap copperlinehq/copperline https://github.com/CopperlineHQ/Copperline
brew install copperline
```

Expand All @@ -107,7 +107,7 @@ flatpak install flathub dev.copperline.Copperline # any distribution
```

Or grab the single-file `Copperline-*.AppImage` from the
[releases page](https://github.com/LinuxJedi/Copperline/releases),
[releases page](https://github.com/CopperlineHQ/Copperline/releases),
`chmod +x` it and run. Both bundle the AROS boot ROM. Packaging sources are in
`packaging/`.

Expand Down
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ the new version:

```sh
VER=X.Y.Z
curl -fsSL "https://github.com/LinuxJedi/Copperline/archive/refs/tags/v$VER.tar.gz" | shasum -a 256
curl -fsSL "https://github.com/CopperlineHQ/Copperline/archive/refs/tags/v$VER.tar.gz" | shasum -a 256
```

Set `url` to the `v$VER.tar.gz` tarball and `sha256` to the printed digest.
Expand All @@ -125,9 +125,9 @@ commands unless the formula is loaded from a tap.

```sh
brew update
brew audit --strict --formula linuxjedi/copperline/copperline
brew upgrade --build-from-source linuxjedi/copperline/copperline
brew test linuxjedi/copperline/copperline
brew audit --strict --formula copperlinehq/copperline/copperline
brew upgrade --build-from-source copperlinehq/copperline/copperline
brew test copperlinehq/copperline/copperline
```

## Linux: Flatpak and AppImage
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Security Policy

Report security issues through GitHub private vulnerability reporting once the
public `LinuxJedi/Copperline` repository is available. If that is not enabled,
public `CopperlineHQ/Copperline` repository is available. If that is not enabled,
open a public issue asking for a private contact path and omit exploit details.

Do not attach copyrighted ROMs, disks, hard-disk images, CD images, or other
Expand Down
2 changes: 1 addition & 1 deletion crates/copperline-web/www/try.js
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,7 @@ $('kickurl')?.addEventListener('click', () => {
// is sent anywhere by the click itself - it all lands in an editable form
// on GitHub. Older page shells have neither link and nothing here runs.

const BUG_REPORT_URL = 'https://github.com/LinuxJedi/Copperline/issues/new';
const BUG_REPORT_URL = 'https://github.com/CopperlineHQ/Copperline/issues/new';
let buildInfo = null; // the wasm build's tag and commit, known once init resolves

function bugReportHref() {
Expand Down
6 changes: 3 additions & 3 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ native desktop build.
## Installing on macOS (Homebrew)

```sh
brew tap LinuxJedi/copperline https://github.com/LinuxJedi/Copperline
brew tap copperlinehq/copperline https://github.com/CopperlineHQ/Copperline
brew install copperline
```

Expand All @@ -36,7 +36,7 @@ override to click through, unlike a downloaded prebuilt app. Use
most recent tagged release, then run `copperline` from the terminal.

For a no-compiler install, download `Copperline-X.Y.Z-macos-universal.dmg`
from the [releases page](https://github.com/LinuxJedi/Copperline/releases),
from the [releases page](https://github.com/CopperlineHQ/Copperline/releases),
open it, and drag `Copperline.app` onto the Applications shortcut. The app is a
universal binary that runs natively on Apple Silicon and Intel, and bundles the
AROS boot ROM, so it runs out of the box. The image is not code-signed or
Expand All @@ -60,7 +60,7 @@ flatpak run dev.copperline.Copperline

**AppImage** is a single self-contained file that needs no installation:
download `Copperline-X.Y.Z-<arch>.AppImage` from the
[releases page](https://github.com/LinuxJedi/Copperline/releases), then:
[releases page](https://github.com/CopperlineHQ/Copperline/releases), then:

```sh
chmod +x Copperline-*.AppImage
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ it run the current cycle-sensitive OCS and AGA regression set, as well as
Kickstart, Workbench, games, and CDTV/CD32 titles.

The project home is [copperline.dev](https://copperline.dev/); the source
lives on [GitHub](https://github.com/LinuxJedi/Copperline).
lives on [GitHub](https://github.com/CopperlineHQ/Copperline).

```{figure} images/state-of-the-art.png
:alt: Spaceballs' State of the Art running in Copperline
Expand Down
2 changes: 1 addition & 1 deletion docs/myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project:
- http://archive.org
authors:
- name: Andrew Hutchings
github: https://github.com/LinuxJedi/Copperline
github: https://github.com/CopperlineHQ/Copperline
toc:
- file: index.md
- title: User guide
Expand Down
8 changes: 4 additions & 4 deletions packaging/flatpak/dev.copperline.Copperline.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<launchable type="desktop-id">dev.copperline.Copperline.desktop</launchable>

<url type="homepage">https://copperline.dev/</url>
<url type="bugtracker">https://github.com/LinuxJedi/Copperline/issues</url>
<url type="vcs-browser">https://github.com/LinuxJedi/Copperline</url>
<url type="bugtracker">https://github.com/CopperlineHQ/Copperline/issues</url>
<url type="vcs-browser">https://github.com/CopperlineHQ/Copperline</url>

<developer id="dev.copperline">
<name>Andrew Hutchings</name>
Expand All @@ -49,11 +49,11 @@
<screenshots>
<screenshot type="default">
<caption>Spaceballs State of the Art running in Copperline</caption>
<image>https://raw.githubusercontent.com/LinuxJedi/Copperline/main/docs/images/state-of-the-art.png</image>
<image>https://raw.githubusercontent.com/CopperlineHQ/Copperline/main/docs/images/state-of-the-art.png</image>
</screenshot>
<screenshot>
<caption>Built-in debugger overlay</caption>
<image>https://raw.githubusercontent.com/LinuxJedi/Copperline/main/docs/images/ui-preview-debugger.png</image>
<image>https://raw.githubusercontent.com/CopperlineHQ/Copperline/main/docs/images/ui-preview-debugger.png</image>
</screenshot>
</screenshots>

Expand Down
2 changes: 1 addition & 1 deletion packaging/flatpak/dev.copperline.Copperline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ modules:
# For the Flathub submission, replace this with the tagged release so
# builds are reproducible from a fixed point:
# - type: git
# url: https://github.com/LinuxJedi/Copperline.git
# url: https://github.com/CopperlineHQ/Copperline.git
# tag: vX.Y.Z
# commit: <sha>
# NOTE: the tag must be one that already contains assets/aros/ (the AROS
Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ next to copperline.exe (or, if that folder is read-only, to the current
directory or the system temporary directory). The file is replaced at the
first crash of each run, and any further crashes in the same run are
appended to it; please attach it when reporting a bug at
https://github.com/LinuxJedi/Copperline/issues
https://github.com/CopperlineHQ/Copperline/issues

Copperline is licensed under GPL-3.0-or-later; see LICENSE.txt.
Loading