Feat/snap missing boiler
4 unresolved threads
4 unresolved threads
Merge request reports
Activity
47 54 48 55 get: 49 56 -@mkdir -p ${GOPATH}/src/0xacab.org/leap 50 -@ln -s `pwd` ${GOSYSTRAY} 57 ifeq (,$(wildcard ${GOSYSTRAY})) 58 else 59 @rm -rf ${GOSYSTRAY} 60 endif 61 @ln -s `pwd` ${GOSYSTRAY} 51 62 @cd ${GOSYSTRAY} && go get -tags $(TAGS) ./... 52 63 @cd ${GOSYSTRAY} && go get -tags "$(TAGS) bitmaskd" ./... 64 @echo "Done with go get." changed this line in version 2 of the diff
- branding/templates/snap/hooks/install 0 → 100755
1 #!/usr/bin/env python3 2 import os 3 import subprocess 4 from base64 import encodestring as encode 5 6 # we expect to find bitmask-dev cloned in the parent folder for this repo 7 # we will clone it if not 8 PARENT = '../../' 9 BITMASK_FOLDER = PARENT + 'bitmask-dev/' 10 BITMASK_GIT = 'https://0xacab.org/leap/bitmask-dev' 11 HELPDIR = BITMASK_FOLDER + 'src/leap/bitmask/vpn/helpers/linux/' 12 INSTALL = 'hooks/install' 13 POLKIT_FILE = 'se.leap.bitmask.riseupvpn.policy' changed this line in version 5 of the diff
added 2 commits
added 2 commits
added 2 commits
Please register or sign in to reply