# HG changeset patch # User Edouard Tisserant # Date 1653026692 -7200 # Node ID 3b23cd88a197cbe92aa5a910d731a32e475b0613 # Parent 38e09cab57a954ed5d2588053083bde4287cc272 Rename CanFestival-3 repo into canfestival. CamelCase and '-' in repo name are silly. diff -r 38e09cab57a9 -r 3b23cd88a197 .github/workflows/build_bundles.yml --- a/.github/workflows/build_bundles.yml Thu May 19 21:58:09 2022 +0200 +++ b/.github/workflows/build_bundles.yml Fri May 20 08:04:52 2022 +0200 @@ -4,7 +4,7 @@ env: beremiz_revisionid: 9fb2ded4f1988440faf546488ee83373825330f4 matiec_revisionid: 2a25f4dbf4e2b1e017a3a583db7dede4771fe523 - CanFestival-3_revisionid: 12a05e422666c738d1312259703f80150c747cb5 + canfestival_revisionid: 12a05e422666c738d1312259703f80150c747cb5 on: push: @@ -36,20 +36,20 @@ - uses: actions/checkout@v3 with: - repository: beremiz/CanFestival-3 - ref: ${{ env.CanFestival-3_revisionid }} - path: build/sources/CanFestival-3_${{ env.CanFestival-3_revisionid }} + repository: beremiz/canfestival + ref: ${{ env.canfestival_revisionid }} + path: build/sources/canfestival_${{ env.canfestival_revisionid }} - name: Touch expected Makfile targets to shortcut HG checkout run: | touch build/sources/beremiz_src touch build/sources/matiec_src - touch build/sources/CanFestival-3_src + touch build/sources/canfestival_src cat >> build/revisions.txt <