Skip to content

Commit b9f62e0

Browse files
authored
Update repo org. (#123)
1 parent 50b2257 commit b9f62e0

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

Artifacts.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ lazy = true
4444

4545
[[multiarch-rootfs.download]]
4646
sha256 = "d88de5783becfc22cfd13dfa5ad965197f9bae2256e8ad89ff358adb2994b4c1"
47-
url = "https://github.com/staticfloat/Sandbox.jl/releases/download/multiarch-78df527c/multiarch.tar.gz"
47+
url = "https://github.com/JuliaContainerization/Sandbox.jl/releases/download/multiarch-78df527c/multiarch.tar.gz"
4848

4949
[multiarch-testing]
5050
git-tree-sha1 = "d0e5365dc9e5083e1624a2733d0a8834dc9f14af"
5151
lazy = true
5252

5353
[[multiarch-testing.download]]
5454
sha256 = "0a3603e2e76f9614c6b9c6e5ba67a64a2442660718b5bbe1e07da08bee631f83"
55-
url = "https://github.com/staticfloat/Sandbox.jl/releases/download/multiarch-testing-dc9f14af/multiarch-testing.tar.gz"
55+
url = "https://github.com/JuliaContainerization/Sandbox.jl/releases/download/multiarch-testing-dc9f14af/multiarch-testing.tar.gz"
5656

5757
[[qemu-aarch64]]
5858
arch = "x86_64"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
[docs-stable-url]: https://staticfloat.github.io/Sandbox.jl/stable
1010
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
1111
[docs-dev-url]: https://staticfloat.github.io/Sandbox.jl/dev
12-
[ci-img]: https://github.com/staticfloat/Sandbox.jl/workflows/CI/badge.svg
13-
[ci-url]: https://github.com/staticfloat/Sandbox.jl/actions/workflows/ci.yml
14-
[codecov-img]: https://codecov.io/gh/staticfloat/Sandbox.jl/branch/master/graph/badge.svg
15-
[codecov-url]: https://codecov.io/gh/staticfloat/Sandbox.jl
12+
[ci-img]: https://github.com/JuliaContainerization/Sandbox.jl/workflows/CI/badge.svg
13+
[ci-url]: https://github.com/JuliaContainerization/Sandbox.jl/actions/workflows/ci.yml
14+
[codecov-img]: https://codecov.io/gh/JuliaContainerization/Sandbox.jl/branch/master/graph/badge.svg
15+
[codecov-url]: https://codecov.io/gh/JuliaContainerization/Sandbox.jl
1616

1717
> The cultured host's toolkit for ill-mannered Linux guests.
1818

contrib/build_docker_image.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ archive_artifact(artifact_hash, tarball_path)
2525
@info("Hashing tarball")
2626
tarball_hash = open(io -> bytes2hex(sha256(io)), tarball_path)
2727

28-
# Upload to `staticfloat/Sandbox.jl`, create a tag based on this docker image
28+
# Upload to `JuliaContainerization/Sandbox.jl`, create a tag based on this docker image
2929
tag_name = "$(image_name)-$(bytes2hex(artifact_hash.bytes[end-3:end]))"
30-
@info("Uploading to staticfloat/Sandbox.jl@$(tag_name)")
30+
@info("Uploading to JuliaContainerization/Sandbox.jl@$(tag_name)")
3131
run(`$(ghr_jll.ghr()) -replace $(tag_name) $(tarball_path)`)
3232

3333
# Bind it into `Artifacts.toml`
34-
tarball_url = "https://github.com/staticfloat/Sandbox.jl/releases/download/$(tag_name)/$(basename(tarball_path))"
34+
tarball_url = "https://github.com/JuliaContainerization/Sandbox.jl/releases/download/$(tag_name)/$(basename(tarball_path))"
3535
bind_artifact!(
3636
joinpath(dirname(@__DIR__), "Artifacts.toml"),
3737
"$(image_name)-rootfs",

contrib/build_multiarch_testing.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ archive_artifact(artifact_hash, tarball_path)
3939
@info("Hashing tarball")
4040
tarball_hash = open(io -> bytes2hex(sha256(io)), tarball_path)
4141

42-
# Upload it to `staticfloat/Sandbox.jl`
42+
# Upload it to `JuliaContainerization/Sandbox.jl`
4343
tag_name = "multiarch-testing-$(bytes2hex(artifact_hash.bytes[end-3:end]))"
44-
@info("Uploading to staticfloat/Sandbox.jl@$(tag_name)")
44+
@info("Uploading to JuliaContainerization/Sandbox.jl@$(tag_name)")
4545
run(`$(ghr_jll.ghr()) -replace $(tag_name) $(tarball_path)`)
46-
tarball_url = "https://github.com/staticfloat/Sandbox.jl/releases/download/$(tag_name)/$(basename(tarball_path))"
46+
tarball_url = "https://github.com/JuliaContainerization/Sandbox.jl/releases/download/$(tag_name)/$(basename(tarball_path))"
4747

4848
# Bind it into our Artifacts.toml (advertising support for both glibc and musl)
4949
bind_artifact!(

contrib/debootstrap_example.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ archive_artifact(artifact_hash, tarball_path)
6969
@info("Hashing tarball")
7070
tarball_hash = open(io -> bytes2hex(sha256(io)), tarball_path)
7171

72-
# Upload it to `staticfloat/Sandbox.jl`
72+
# Upload it to `JuliaContainerization/Sandbox.jl`
7373
tag_name = "debian-minimal-$(bytes2hex(artifact_hash.bytes[end-3:end]))"
74-
@info("Uploading to staticfloat/Sandbox.jl@$(tag_name)")
74+
@info("Uploading to JuliaContainerization/Sandbox.jl@$(tag_name)")
7575
run(`$(ghr_jll.ghr()) -replace $(tag_name) $(tarball_path)`)
7676

7777
# Bind this artifact into our Artifacts.toml
78-
tarball_url = "https://github.com/staticfloat/Sandbox.jl/releases/download/$(tag_name)/$(basename(tarball_path))"
78+
tarball_url = "https://github.com/JuliaContainerization/Sandbox.jl/releases/download/$(tag_name)/$(basename(tarball_path))"
7979
bind_artifact!(
8080
joinpath(dirname(@__DIR__), "Artifacts.toml"),
8181
"debian-minimal-rootfs",

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ makedocs(
66
)
77

88
deploydocs(
9-
repo = "github.com/staticfloat/Sandbox.jl.git",
9+
repo = "github.com/JuliaContainerization/Sandbox.jl.git",
1010
push_preview = true,
1111
devbranch = "main",
1212
)

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sandbox.jl Documentation
22

3-
[`Sandbox.jl`](https://github.com/staticfloat/Sandbox.jl) provides basic
3+
[`Sandbox.jl`](https://github.com/JuliaContainerization/Sandbox.jl) provides basic
44
containerization tools for running Linux guests on a variety of platforms.
55

66
## Index

0 commit comments

Comments
 (0)