Skip to content

Commit 3c2894f

Browse files
committed
Use --sourcehut-source only in sourcehut tests
1 parent 8f9dbe2 commit 3c2894f

34 files changed

+58
-56
lines changed

fixtures/all-versions.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# *INFO* Generating Bash script for testing for GHC versions: 7.0.1 7.0.2 7.0.3 7.0.4 7.2.1 7.2.2 7.4.1 7.4.2 7.6.1 7.6.2 7.6.3 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7 9.0.1 9.0.2 9.2.1 9.2.2 9.2.3 9.4.1 ghcjs-8.4
33
#!/bin/bash
44
# shellcheck disable=SC2086,SC2016,SC2046
5-
# REGENDATA ["bash","all-versions.project","--sourcehut-source","https://example.org"]
5+
# REGENDATA ["bash","all-versions.project"]
66

77
set -o pipefail
88

fixtures/all-versions.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# *INFO* Generating GitHub config for testing for GHC versions: 7.0.1 7.0.2 7.0.3 7.0.4 7.2.1 7.2.2 7.4.1 7.4.2 7.6.1 7.6.2 7.6.3 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7 9.0.1 9.0.2 9.2.1 9.2.2 9.2.3 9.4.1 ghcjs-8.4
33
# This GitHub workflow config has been generated by a script via
44
#
5-
# haskell-ci 'github' 'all-versions.project' '--sourcehut-source' 'https://example.org'
5+
# haskell-ci 'github' 'all-versions.project'
66
#
77
# To regenerate the script (for example after adjusting tested-with) run
88
#
99
# haskell-ci regenerate
1010
#
1111
# For more information, see https://github.com/haskell-CI/haskell-ci
1212
#
13-
# REGENDATA ["github","all-versions.project","--sourcehut-source","https://example.org"]
13+
# REGENDATA ["github","all-versions.project"]
1414
#
1515
name: Haskell-CI
1616
on:

fixtures/all-versions.travis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# *INFO* Generating Travis-CI config for testing for GHC versions: 7.0.1 7.0.2 7.0.3 7.0.4 7.2.1 7.2.2 7.4.1 7.4.2 7.6.1 7.6.2 7.6.3 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7 9.0.1 9.0.2 9.2.1 9.2.2 9.2.3 9.4.1 ghcjs-8.4
33
# This Travis job script has been generated by a script via
44
#
5-
# haskell-ci 'travis' 'all-versions.project' '--sourcehut-source' 'https://example.org'
5+
# haskell-ci 'travis' 'all-versions.project'
66
#
77
# To regenerate the script (for example after adjusting tested-with) run
88
#
@@ -310,5 +310,5 @@ script:
310310
- rm -f cabal.project.local
311311
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all
312312

313-
# REGENDATA ["travis","all-versions.project","--sourcehut-source","https://example.org"]
313+
# REGENDATA ["travis","all-versions.project"]
314314
# EOF

fixtures/copy-fields-all.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# *INFO* Generating Bash script for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
33
#!/bin/bash
44
# shellcheck disable=SC2086,SC2016,SC2046
5-
# REGENDATA ["--copy-fields=all","bash","copy-fields-all.project","--sourcehut-source","https://example.org"]
5+
# REGENDATA ["--copy-fields=all","bash","copy-fields-all.project"]
66

77
set -o pipefail
88

fixtures/copy-fields-all.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# *INFO* Generating GitHub config for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
33
# This GitHub workflow config has been generated by a script via
44
#
5-
# haskell-ci '--copy-fields=all' 'github' 'copy-fields-all.project' '--sourcehut-source' 'https://example.org'
5+
# haskell-ci '--copy-fields=all' 'github' 'copy-fields-all.project'
66
#
77
# To regenerate the script (for example after adjusting tested-with) run
88
#
99
# haskell-ci regenerate
1010
#
1111
# For more information, see https://github.com/haskell-CI/haskell-ci
1212
#
13-
# REGENDATA ["--copy-fields=all","github","copy-fields-all.project","--sourcehut-source","https://example.org"]
13+
# REGENDATA ["--copy-fields=all","github","copy-fields-all.project"]
1414
#
1515
name: Haskell-CI
1616
on:

fixtures/copy-fields-all.travis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# *INFO* Generating Travis-CI config for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
33
# This Travis job script has been generated by a script via
44
#
5-
# haskell-ci '--copy-fields=all' 'travis' 'copy-fields-all.project' '--sourcehut-source' 'https://example.org'
5+
# haskell-ci '--copy-fields=all' 'travis' 'copy-fields-all.project'
66
#
77
# To regenerate the script (for example after adjusting tested-with) run
88
#
@@ -272,5 +272,5 @@ script:
272272
- rm -f cabal.project.local
273273
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all
274274

275-
# REGENDATA ["--copy-fields=all","travis","copy-fields-all.project","--sourcehut-source","https://example.org"]
275+
# REGENDATA ["--copy-fields=all","travis","copy-fields-all.project"]
276276
# EOF

fixtures/copy-fields-none.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# *INFO* Generating Bash script for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
33
#!/bin/bash
44
# shellcheck disable=SC2086,SC2016,SC2046
5-
# REGENDATA ["--copy-fields=none","bash","copy-fields-none.project","--sourcehut-source","https://example.org"]
5+
# REGENDATA ["--copy-fields=none","bash","copy-fields-none.project"]
66

77
set -o pipefail
88

fixtures/copy-fields-none.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# *INFO* Generating GitHub config for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
33
# This GitHub workflow config has been generated by a script via
44
#
5-
# haskell-ci '--copy-fields=none' 'github' 'copy-fields-none.project' '--sourcehut-source' 'https://example.org'
5+
# haskell-ci '--copy-fields=none' 'github' 'copy-fields-none.project'
66
#
77
# To regenerate the script (for example after adjusting tested-with) run
88
#
99
# haskell-ci regenerate
1010
#
1111
# For more information, see https://github.com/haskell-CI/haskell-ci
1212
#
13-
# REGENDATA ["--copy-fields=none","github","copy-fields-none.project","--sourcehut-source","https://example.org"]
13+
# REGENDATA ["--copy-fields=none","github","copy-fields-none.project"]
1414
#
1515
name: Haskell-CI
1616
on:

fixtures/copy-fields-none.travis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# *INFO* Generating Travis-CI config for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
33
# This Travis job script has been generated by a script via
44
#
5-
# haskell-ci '--copy-fields=none' 'travis' 'copy-fields-none.project' '--sourcehut-source' 'https://example.org'
5+
# haskell-ci '--copy-fields=none' 'travis' 'copy-fields-none.project'
66
#
77
# To regenerate the script (for example after adjusting tested-with) run
88
#
@@ -250,5 +250,5 @@ script:
250250
- rm -f cabal.project.local
251251
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all
252252

253-
# REGENDATA ["--copy-fields=none","travis","copy-fields-none.project","--sourcehut-source","https://example.org"]
253+
# REGENDATA ["--copy-fields=none","travis","copy-fields-none.project"]
254254
# EOF

fixtures/copy-fields-some.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# *INFO* Generating Bash script for testing for GHC versions: 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7
33
#!/bin/bash
44
# shellcheck disable=SC2086,SC2016,SC2046
5-
# REGENDATA ["--copy-fields=some","bash","copy-fields-some.project","--sourcehut-source","https://example.org"]
5+
# REGENDATA ["--copy-fields=some","bash","copy-fields-some.project"]
66

77
set -o pipefail
88

0 commit comments

Comments
 (0)