From 2e756a6b9133461fd31479dcfa881f16e6994bc7 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 16 Feb 2025 12:37:04 -0500 Subject: [PATCH 1/2] Update README.rst --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 502fe0c..79caf5c 100644 --- a/README.rst +++ b/README.rst @@ -1 +1,5 @@ This is a fork of: https://github.com/dask/dask-jobqueue + +We use these Docker images in the CI for: + +- https://github.com/JuliaParallel/HTCondorClusterManager.jl From 3affc1fe5897800b02cee1a20bb02a27da1191c2 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 16 Feb 2025 12:48:02 -0500 Subject: [PATCH 2/2] Update and rename README.rst to README.md --- README.md | 7 +++++++ README.rst | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 README.md delete mode 100644 README.rst diff --git a/README.md b/README.md new file mode 100644 index 0000000..da1d4c8 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +This is a fork of: https://github.com/dask/dask-jobqueue + +We use these Docker images in the CI for: + +- https://github.com/JuliaParallel/HTCondorClusterManager.jl + +The Docker images are published to the GitHub Container Registry (GCR) here: https://github.com/JuliaParallel/dask-jobqueue/pkgs/container/dask-jobqueue-ci-images diff --git a/README.rst b/README.rst deleted file mode 100644 index 79caf5c..0000000 --- a/README.rst +++ /dev/null @@ -1,5 +0,0 @@ -This is a fork of: https://github.com/dask/dask-jobqueue - -We use these Docker images in the CI for: - -- https://github.com/JuliaParallel/HTCondorClusterManager.jl