Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 987ba849 authored by Carmelo Messina's avatar Carmelo Messina
Browse files

[TOOLS] Update fdroid repo: try with no-proxy (attempt 2)

parent 44f31496
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
name: Update fdroid repo
name: Update fdroid repo no-proxy

on:
  workflow_dispatch:
@@ -25,6 +25,12 @@ jobs:
       - name: Update fdroid repo
         shell: bash
         run: |
            export https_proxy=http://127.0.0.1:8118
            socat TCP-LISTEN:8118,reuseaddr,fork UNIX-CLIENT:/tmp/forward-proxy/proxy.sock &
            socat TCP-LISTEN:1080,reuseaddr,fork UNIX-CLIENT:/tmp/forward-proxy/ftp.sock &
            touch /etc/apt/apt.conf.d/proxy.conf
            echo "Acquire::http::Proxy \"$https_proxy\";" >/etc/apt/apt.conf.d/proxy.conf
            
            cd /
            . fdroidserver-env/bin/activate
            apt update