Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
riseup_vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
riseup_vpn
Commits
12a7bf00
Unverified
Commit
12a7bf00
authored
6 years ago
by
meskio
Browse files
Options
Downloads
Patches
Plain Diff
[pkg] Build a release tgz
- Related: bitmask-systray#94
parent
ad4f71ff
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!14
[pkg] Build a release tgz
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+11
-0
11 additions, 0 deletions
Makefile
with
11 additions
and
0 deletions
Makefile
+
11
−
0
View file @
12a7bf00
...
...
@@ -7,6 +7,17 @@ BUILD_RELEASE?=no
OSX_CERT
=
"Developer ID Installer: LEAP Encryption Access Project"
VERSION
=
$(
shell git
-C
`
go
env
GOPATH
`
/src/
$(
SYSTRAY
)
describe
--tags
--always
)
TGZ_PATH
=
$(
shell
pwd
)
/dist/riseup-vpn-
$(
VERSION
)
tgz
:
mkdir
-p
$(
TGZ_PATH
)
git
-C
`
go
env
GOPATH
`
/src/
$(
SYSTRAY
)
archive HEAD |
tar
-x
-C
$(
TGZ_PATH
)
mkdir
$(
TGZ_PATH
)
/helpers
wget
-O
$(
TGZ_PATH
)
/helpers/bitmask-root https://0xacab.org/leap/bitmask-dev/raw/master/src/leap/bitmask/vpn/helpers/linux/bitmask-root
chmod
+x
$(
TGZ_PATH
)
/helpers/bitmask-root
wget
-O
$(
TGZ_PATH
)
/helpers/se.leap.bitmask.policy https://0xacab.org/leap/bitmask-dev/raw/master/src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.policy
cd
dist
;
tar
cvzf riseup-vpn-
$(
VERSION
)
.tgz riseup-vpn-
$(
VERSION
)
rm
-r
$(
TGZ_PATH
)
# -----------------------------------------------------------------------------
# Windows
# -----------------------------------------------------------------------------
...
...
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