Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
aa7cdcb4
Commit
aa7cdcb4
authored
May 26, 2015
by
Daniel Agar
Browse files
basic ubuntu ppa instructions
parent
5f5c6204
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/ubuntu_ppa
0 → 100644
View file @
aa7cdcb4
#! /bin/bash
version
=
"2.4"
rsync
-av
--delete
--exclude
=
.git ~/git/qgroundcontrol/ ~/tmp/qgroundcontrol-
${
version
}
/
cd
~/tmp
tar
pczf qgroundcontrol_
${
version
}
.orig.tar.gz qgroundcontrol-
${
version
}
cd
~/tmp/qgroundcontrol-
${
version
}
/
debuild
-S
dput ppa:qgroundcontrol/ppa qgroundcontrol_
${
version
}
-0ubuntu1_source
.changes
# test building the source deb locally
debuild
--prepend-path
=
/usr/lib/ccache
-sa
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment