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
84c812c6
Commit
84c812c6
authored
May 27, 2015
by
Don Gagne
Browse files
Merge pull request #1607 from dagar/patch-3
basic ubuntu ppa instructions
parents
5f5c6204
aa7cdcb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/ubuntu_ppa
0 → 100644
View file @
84c812c6
#! /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