Skip to content

Commit

Permalink
OpenSUSE now requires https, not http
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed Jan 3, 2024
1 parent d54574c commit eabe749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/builds-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
- VER=$(cat products/srpm/version)
- VERSHORT=${VER#*-}
script:
- http_proxy="$ACNG" build --no-checks --clean -debug --dist sl$DVER --repo https://download.opensuse.org/distribution/leap/$DVER/repo/oss --define "revision $VERSHORT" products/srpm/eid-mw-*.src.rpm
- https_proxy="$ACNG" http_proxy="$ACNG" build --no-checks --clean -debug --dist sl$DVER --repo https://download.opensuse.org/distribution/leap/$DVER/repo/oss --define "revision $VERSHORT" products/srpm/eid-mw-*.src.rpm
after_script:
- mkdir -p products/$DIST-$DVER-$ARCH
- mv /var/tmp/build-root/home/abuild/rpmbuild/RPMS/*/*rpm products/$DIST-$DVER-$ARCH/
Expand Down

0 comments on commit eabe749

Please sign in to comment.