Skip to content

Commit

Permalink
switch http git checkouts for github to https (#34425)
Browse files Browse the repository at this point in the history
This should probably be a lint check too.

Not bumping the epoch as no changes to the packages.

Signed-off-by: James Rawlings <[email protected]>
  • Loading branch information
rawlingsj authored Nov 18, 2024
1 parent bae1448 commit ea6acc5
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ruby3.2-bindata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/dmendel/bindata
repository: https://github.com/dmendel/bindata
tag: v${{package.version}}
expected-commit: 8244a1c7e7b24617adcd7264e02370663bd03621

Expand Down
2 changes: 1 addition & 1 deletion ruby3.2-mail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/mikel/mail
repository: https://github.com/mikel/mail
tag: ${{package.version}}
expected-commit: b6b6cb737d47a85ddc720fda0e6b991e99224848

Expand Down
2 changes: 1 addition & 1 deletion ruby3.2-manticore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/cheald/manticore
repository: https://github.com/cheald/manticore
tag: v${{package.version}}
expected-commit: acc25cac2999f4658a77a0f39f60ddbca8fe14a4

Expand Down
2 changes: 1 addition & 1 deletion ruby3.2-openssl_pkcs8_pure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/cielavenir/openssl_pkcs8_pure
repository: https://github.com/cielavenir/openssl_pkcs8_pure
tag: v${{package.version}}
expected-commit: 380967a0e48f3029b80874fd5a3d21e0b33ce7f8

Expand Down
2 changes: 1 addition & 1 deletion ruby3.2-rack-oauth2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/nov/rack-oauth2
repository: https://github.com/nov/rack-oauth2
tag: v${{package.version}}
expected-commit: 70da234801c53a116c2d8e126bb09f237824af5a

Expand Down
2 changes: 1 addition & 1 deletion ruby3.2-swd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/nov/swd
repository: https://github.com/nov/swd
tag: v${{package.version}}
expected-commit: 80cb364d6c710477bc6e08d09da616532a741495

Expand Down
2 changes: 1 addition & 1 deletion ruby3.2-validate_email.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/perfectline/validates_email
repository: https://github.com/perfectline/validates_email
tag: v${{package.version}}
expected-commit: 25a5efcd7b4daa6445d3be9e8ba103b174ba9e4b

Expand Down
2 changes: 1 addition & 1 deletion ruby3.2-webfinger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/nov/webfinger
repository: https://github.com/nov/webfinger
tag: v${{package.version}}
expected-commit: a79f140bcd5a0ac2140eefed5316e572625a0563

Expand Down
2 changes: 1 addition & 1 deletion ruby3.3-bindata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/dmendel/bindata
repository: https://github.com/dmendel/bindata
tag: v${{package.version}}
expected-commit: 8244a1c7e7b24617adcd7264e02370663bd03621

Expand Down
2 changes: 1 addition & 1 deletion ruby3.3-mail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/mikel/mail
repository: https://github.com/mikel/mail
tag: ${{package.version}}
expected-commit: b6b6cb737d47a85ddc720fda0e6b991e99224848

Expand Down
2 changes: 1 addition & 1 deletion ruby3.3-manticore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/cheald/manticore
repository: https://github.com/cheald/manticore
tag: v${{package.version}}
expected-commit: acc25cac2999f4658a77a0f39f60ddbca8fe14a4

Expand Down
2 changes: 1 addition & 1 deletion ruby3.3-openssl_pkcs8_pure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/cielavenir/openssl_pkcs8_pure
repository: https://github.com/cielavenir/openssl_pkcs8_pure
tag: v${{package.version}}
expected-commit: 380967a0e48f3029b80874fd5a3d21e0b33ce7f8

Expand Down
2 changes: 1 addition & 1 deletion ruby3.3-rack-oauth2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/nov/rack-oauth2
repository: https://github.com/nov/rack-oauth2
tag: v${{package.version}}
expected-commit: 70da234801c53a116c2d8e126bb09f237824af5a

Expand Down
2 changes: 1 addition & 1 deletion ruby3.3-swd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/nov/swd
repository: https://github.com/nov/swd
tag: v${{package.version}}
expected-commit: 80cb364d6c710477bc6e08d09da616532a741495

Expand Down
2 changes: 1 addition & 1 deletion ruby3.3-validate_email.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/perfectline/validates_email
repository: https://github.com/perfectline/validates_email
tag: v${{package.version}}
expected-commit: 25a5efcd7b4daa6445d3be9e8ba103b174ba9e4b

Expand Down
2 changes: 1 addition & 1 deletion ruby3.3-webfinger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ environment:
pipeline:
- uses: git-checkout
with:
repository: http://github.com/nov/webfinger
repository: https://github.com/nov/webfinger
tag: v${{package.version}}
expected-commit: a79f140bcd5a0ac2140eefed5316e572625a0563

Expand Down

0 comments on commit ea6acc5

Please sign in to comment.