Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
bitmask-dev
Commits
fa2f259c
Unverified
Commit
fa2f259c
authored
Mar 1, 2018
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
[style] wording fixes
parent
fd48ad43
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pkg/riseupvpn/pack_installers
+1
-1
1 addition, 1 deletion
pkg/riseupvpn/pack_installers
pkg/riseupvpn/snap/snapcraft.yaml
+5
-3
5 additions, 3 deletions
pkg/riseupvpn/snap/snapcraft.yaml
with
6 additions
and
4 deletions
pkg/riseupvpn/pack_installers
+
1
−
1
View file @
fa2f259c
...
@@ -32,4 +32,4 @@ with open('/usr/share/polkit-1/actions/se.leap.bitmask.bundle.policy', 'w') as p
...
@@ -32,4 +32,4 @@ with open('/usr/share/polkit-1/actions/se.leap.bitmask.bundle.policy', 'w') as p
install
.
write
(
'
subprocess.Popen([
"
chmod
"
,
"
+x
"
, BMROOT_DEST])
\n
'
)
install
.
write
(
'
subprocess.Popen([
"
chmod
"
,
"
+x
"
, BMROOT_DEST])
\n
'
)
subprocess
.
Popen
([
"
chmod
"
,
"
+x
"
,
INSTALL
])
subprocess
.
Popen
([
"
chmod
"
,
"
+x
"
,
INSTALL
])
print
(
"
done packing installers
"
)
print
(
"
done packing installers
into the snap install hook...
"
)
This diff is collapsed.
Click to expand it.
pkg/riseupvpn/snap/snapcraft.yaml
+
5
−
3
View file @
fa2f259c
...
@@ -5,7 +5,7 @@ summary: RiseupVPN, anonymous VPN. Powered by Bitmask.
...
@@ -5,7 +5,7 @@ summary: RiseupVPN, anonymous VPN. Powered by Bitmask.
description
:
|
description
:
|
RiseupVPN is an anonymous VPN. It's controlled by a minimal systray
RiseupVPN is an anonymous VPN. It's controlled by a minimal systray
that communicates with the bitmask daemon.
that communicates with the bitmask daemon.
Just click on it. And d
on't forget to donate
.
D
on't forget to donate
!
grade
:
devel
# must be 'stable' to release into candidate/stable channels
grade
:
devel
# must be 'stable' to release into candidate/stable channels
confinement
:
classic
confinement
:
classic
...
@@ -65,9 +65,11 @@ parts:
...
@@ -65,9 +65,11 @@ parts:
-
'
*'
-
'
*'
apps
:
apps
:
bitmask-systray
:
command
:
./bin/bitmask-systray.git
launcher
:
launcher
:
command
:
./bin/bitmask_anonvpn
command
:
./bin/bitmask_anonvpn
bitmaskd
:
bitmaskd
:
command
:
./bin/bitmaskd
command
:
./bin/bitmaskd
bitmask-systray
:
command
:
./bin/bitmask-systray.git
openvpn
:
command
:
./usr/sbin/openvpn
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment