From 2a61daf0613d5939336923a57bffc9bb63d808e1 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Tue, 18 Jun 2024 10:00:41 -0400 Subject: [PATCH] ci: rename .taskcluster to taskcluster While we'd like to keep the CI configuration files hidden in this repo, I came across a bug in Taskgraph triggered by changing the root Taskgraph directory to a non standard location. This bug will require a new release to fix (and I suspect there will be other bugs revealed afterwards). In the meantime, we can move the files to the standard place while this is fixed. I filed https://github.com/taskcluster/taskgraph/issues/522 to track the fix. --- {.taskcluster => taskcluster}/config.yml | 0 {.taskcluster => taskcluster}/docker/linux/Dockerfile | 0 {.taskcluster => taskcluster}/kinds/docker-image/kind.yml | 0 {.taskcluster => taskcluster}/kinds/hello/kind.yml | 0 {.taskcluster => taskcluster}/neqo_taskgraph/transforms/hello.py | 0 {.taskcluster => taskcluster}/requirements.in | 0 {.taskcluster => taskcluster}/requirements.txt | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {.taskcluster => taskcluster}/config.yml (100%) rename {.taskcluster => taskcluster}/docker/linux/Dockerfile (100%) rename {.taskcluster => taskcluster}/kinds/docker-image/kind.yml (100%) rename {.taskcluster => taskcluster}/kinds/hello/kind.yml (100%) rename {.taskcluster => taskcluster}/neqo_taskgraph/transforms/hello.py (100%) rename {.taskcluster => taskcluster}/requirements.in (100%) rename {.taskcluster => taskcluster}/requirements.txt (100%) diff --git a/.taskcluster/config.yml b/taskcluster/config.yml similarity index 100% rename from .taskcluster/config.yml rename to taskcluster/config.yml diff --git a/.taskcluster/docker/linux/Dockerfile b/taskcluster/docker/linux/Dockerfile similarity index 100% rename from .taskcluster/docker/linux/Dockerfile rename to taskcluster/docker/linux/Dockerfile diff --git a/.taskcluster/kinds/docker-image/kind.yml b/taskcluster/kinds/docker-image/kind.yml similarity index 100% rename from .taskcluster/kinds/docker-image/kind.yml rename to taskcluster/kinds/docker-image/kind.yml diff --git a/.taskcluster/kinds/hello/kind.yml b/taskcluster/kinds/hello/kind.yml similarity index 100% rename from .taskcluster/kinds/hello/kind.yml rename to taskcluster/kinds/hello/kind.yml diff --git a/.taskcluster/neqo_taskgraph/transforms/hello.py b/taskcluster/neqo_taskgraph/transforms/hello.py similarity index 100% rename from .taskcluster/neqo_taskgraph/transforms/hello.py rename to taskcluster/neqo_taskgraph/transforms/hello.py diff --git a/.taskcluster/requirements.in b/taskcluster/requirements.in similarity index 100% rename from .taskcluster/requirements.in rename to taskcluster/requirements.in diff --git a/.taskcluster/requirements.txt b/taskcluster/requirements.txt similarity index 100% rename from .taskcluster/requirements.txt rename to taskcluster/requirements.txt