From 6e3c4c3b8ee817fcce9ee6ecd0843e23d1476da5 Mon Sep 17 00:00:00 2001
From: Pietro Albini <pietro@pietroalbini.org>
Date: Sat, 3 Aug 2019 18:15:01 +0200
Subject: [PATCH] ci: move .azure-pipelines to src/ci/azure-pipelines

---
 {.azure-pipelines => src/ci/azure-pipelines}/auto.yml          | 0
 {.azure-pipelines => src/ci/azure-pipelines}/master.yml        | 0
 {.azure-pipelines => src/ci/azure-pipelines}/pr.yml            | 0
 .../ci/azure-pipelines}/steps/install-clang.yml                | 0
 .../ci/azure-pipelines}/steps/install-sccache.yml              | 0
 .../ci/azure-pipelines}/steps/install-windows-build-deps.yml   | 0
 {.azure-pipelines => src/ci/azure-pipelines}/steps/run.yml     | 0
 {.azure-pipelines => src/ci/azure-pipelines}/try.yml           | 0
 src/ci/docker/x86_64-gnu-tools/repo.sh                         | 3 ++-
 9 files changed, 2 insertions(+), 1 deletion(-)
 rename {.azure-pipelines => src/ci/azure-pipelines}/auto.yml (100%)
 rename {.azure-pipelines => src/ci/azure-pipelines}/master.yml (100%)
 rename {.azure-pipelines => src/ci/azure-pipelines}/pr.yml (100%)
 rename {.azure-pipelines => src/ci/azure-pipelines}/steps/install-clang.yml (100%)
 rename {.azure-pipelines => src/ci/azure-pipelines}/steps/install-sccache.yml (100%)
 rename {.azure-pipelines => src/ci/azure-pipelines}/steps/install-windows-build-deps.yml (100%)
 rename {.azure-pipelines => src/ci/azure-pipelines}/steps/run.yml (100%)
 rename {.azure-pipelines => src/ci/azure-pipelines}/try.yml (100%)

diff --git a/.azure-pipelines/auto.yml b/src/ci/azure-pipelines/auto.yml
similarity index 100%
rename from .azure-pipelines/auto.yml
rename to src/ci/azure-pipelines/auto.yml
diff --git a/.azure-pipelines/master.yml b/src/ci/azure-pipelines/master.yml
similarity index 100%
rename from .azure-pipelines/master.yml
rename to src/ci/azure-pipelines/master.yml
diff --git a/.azure-pipelines/pr.yml b/src/ci/azure-pipelines/pr.yml
similarity index 100%
rename from .azure-pipelines/pr.yml
rename to src/ci/azure-pipelines/pr.yml
diff --git a/.azure-pipelines/steps/install-clang.yml b/src/ci/azure-pipelines/steps/install-clang.yml
similarity index 100%
rename from .azure-pipelines/steps/install-clang.yml
rename to src/ci/azure-pipelines/steps/install-clang.yml
diff --git a/.azure-pipelines/steps/install-sccache.yml b/src/ci/azure-pipelines/steps/install-sccache.yml
similarity index 100%
rename from .azure-pipelines/steps/install-sccache.yml
rename to src/ci/azure-pipelines/steps/install-sccache.yml
diff --git a/.azure-pipelines/steps/install-windows-build-deps.yml b/src/ci/azure-pipelines/steps/install-windows-build-deps.yml
similarity index 100%
rename from .azure-pipelines/steps/install-windows-build-deps.yml
rename to src/ci/azure-pipelines/steps/install-windows-build-deps.yml
diff --git a/.azure-pipelines/steps/run.yml b/src/ci/azure-pipelines/steps/run.yml
similarity index 100%
rename from .azure-pipelines/steps/run.yml
rename to src/ci/azure-pipelines/steps/run.yml
diff --git a/.azure-pipelines/try.yml b/src/ci/azure-pipelines/try.yml
similarity index 100%
rename from .azure-pipelines/try.yml
rename to src/ci/azure-pipelines/try.yml
diff --git a/src/ci/docker/x86_64-gnu-tools/repo.sh b/src/ci/docker/x86_64-gnu-tools/repo.sh
index 145f671a8cba5..82700a00fb6af 100644
--- a/src/ci/docker/x86_64-gnu-tools/repo.sh
+++ b/src/ci/docker/x86_64-gnu-tools/repo.sh
@@ -5,7 +5,8 @@
 #
 # The function relies on a GitHub bot user, which should have a Personal access
 # token defined in the environment variable $TOOLSTATE_REPO_ACCESS_TOKEN. If for
-# some reason you need to change the token, please update `.azure-pipelines/*`.
+# some reason you need to change the token, please update the Azure Pipelines
+# variable group.
 #
 #   1. Generate a new Personal access token:
 #