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
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
bitmask-vpn
Commits
ed3f393b
Unverified
Commit
ed3f393b
authored
3 years ago
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
[pkg] skip tests since they contact outside
that makes build fail in launchpad
parent
21801cf6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+1
-1
1 addition, 1 deletion
debian/changelog
debian/rules
+4
-0
4 additions, 0 deletions
debian/rules
docs/build-ppa.rst
+10
-0
10 additions, 0 deletions
docs/build-ppa.rst
with
15 additions
and
1 deletion
debian/changelog
+
1
−
1
View file @
ed3f393b
riseup-vpn (0.21.2.
2
) groovy; urgency=medium
riseup-vpn (0.21.2.
5
) groovy; urgency=medium
* Initial Release.
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
4
−
0
View file @
ed3f393b
...
...
@@ -33,6 +33,10 @@ endif
%:
dh $@
override_dh_auto_test:
#FIXME tests try to contact riseup api, need to be mocked
#make -j4 test
override_dh_auto_build:
make build
...
...
This diff is collapsed.
Click to expand it.
docs/build-ppa.rst
+
10
−
0
View file @
ed3f393b
...
...
@@ -9,3 +9,13 @@ ppa howto
debuild -i -S
dput --force ppa:kalikaneko/ppa ../riseup-vpn_0.21.2.2_source.changes
Using kali's ppa
----------------
.. code:: bash
sudo gpg --homedir=/tmp --no-default-keyring --keyring /usr/share/keyrings/kali-ppa-archive-keyring.gpg --keyserver keyserver.ubuntu.com --recv-keys 0xbe23fb4a0e9db36ecb9ab8be23638bf72c593bc1
sudo add-apt-repository ppa:kalikaneko/ppa
sudo apt update
sudo apt install riseup-vpn
This diff is collapsed.
Click to expand it.
Stefano Cossu
@scossu
mentioned in issue
#473 (closed)
·
3 years ago
mentioned in issue
#473 (closed)
mentioned in issue #473
Toggle commit list
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