Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-vpn
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vladimir KozLove
bitmask-vpn
Commits
e152ac65
Unverified
Commit
e152ac65
authored
4 years ago
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
[docs] blank lines needed
parent
e9cb3f17
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/build.osx.rst
+5
-0
5 additions, 0 deletions
docs/build.osx.rst
docs/debug.rst
+12
-6
12 additions, 6 deletions
docs/debug.rst
with
17 additions
and
6 deletions
docs/build.osx.rst
+
5
−
0
View file @
e152ac65
...
...
@@ -7,6 +7,7 @@ Cheat-sheet
tl;dr:
.. code:: bash
export RELEASE=yes
export OSXAPPPASS=my-apple-app-pass
make clean && make vendor && make build
...
...
@@ -28,6 +29,7 @@ First, we build the regular installer (use RELEASE=yes to do a codesign step
with macqtdeploy, note that this increases build time considerably):
.. code:: bash
make build
RELEASE=yes make installer
make sign_installer
...
...
@@ -60,6 +62,7 @@ environment variable to check the status of the notarization process. Obviously,
you need to be in posession of a valid membership
.. code:: bash
altool[5281:91963] No errors uploading 'build/installer/RiseupVPN-installer-0.20.4-175-gee4eb90.zip'.
RequestUUID = fe9a4324-bdcb-4c52-b857-f089dc904695
...
...
@@ -77,10 +80,12 @@ you need to be in posession of a valid membership
If everything is ok, now you can finish the process, stapling the notarization info and creating the dmg.
.. code:: bash
make notarize_staple
make create_dmg
If everything went well, you should have a .dmg for your release under the `deploy` folder.
.. code:: bash
created: /Users/admin/leap/bitmask-vpn/deploy/RiseupVPN-0.20.4-175-gee4eb90.dmg
This diff is collapsed.
Click to expand it.
docs/debug.rst
+
12
−
6
View file @
e152ac65
...
...
@@ -12,28 +12,33 @@ stop the privileged helper.
First, see if the helper is running:
.. code::bash
.. code:: bash
pgrep bitmask-helper
To stop it:
.. code::bash
.. code:: bash
sudo launchctl unload /Library/LaunchDaemons/se.leap.bitmask-helper.plist
To start it:
.. code::bash
.. code:: bash
sudo launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist
sudo launchctl start /Library/LaunchDaemons/se.leap.bitmask-helper.plist
Check that it's running:
.. code::bash
.. code:: bash
pgrep bitmask-helper
Manually check that the web api is running, and that it reports a version that matches what you currently have installed:
.. code::bash
.. code:: bash
curl http://localhost:7171/version
Also, you can check that the path near the end of the file /Library/LaunchDaemons/se.leap.bitmask-helper.plist
...
...
@@ -43,7 +48,8 @@ Cleaning up
~~~~~~~~~~~
If you have things messed up and you want to completely delete the bitmask-helper:
.. code::bash
.. code:: bash
sudo launchctl unload /Library/LaunchDaemons/se.leap.bitmask-helper.plist
sudo rm -rf /Library/LaunchDaemons/se.leap.bitmask-helper.plist
...
...
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