Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
travis: fix dev version number, stage ordering and add 17.04 upload #48
Conversation
Saviq
added some commits
Nov 23, 2017
Saviq
requested a review
from
AlanGriffiths
Nov 23, 2017
|
bors r+ |
bot
pushed a commit
that referenced
this pull request
Nov 23, 2017
bors
bot
commented
Nov 23, 2017
Canceled |
| @@ -10,7 +10,7 @@ fi | ||
| MIR_VERSION=$( dpkg-parsechangelog --show-field Version \ | ||
| | perl -n -e '/(^[^~-]+)/ && print $1' ) | ||
| -GIT_COMMITS=$( git rev-list --count HEAD ) | ||
| +GIT_COMMITS=$( git rev-list --count `git rev-parse --abbrev-ref HEAD@{u}` ) |
Saviq
Nov 23, 2017
Owner
This reads the commit count in the remote branch tracked by HEAD, regardless of what's checked out.
| @@ -50,6 +50,6 @@ debchange \ | ||
| --distribution ${UBUNTU_SERIES} \ | ||
| "Build for Ubuntu ${UBUNTU_VERSION}" | ||
| -dpkg-buildpackage -d -S | ||
| +dpkg-buildpackage -I -i -d -S |
Saviq
Nov 23, 2017
Owner
From man dpkg-source:
The -i option by itself enables this setting with a default regex (preserving any modification to the default regex done by a previous use of --extend-diff-ignore) that will filter out control files and directories of the most common revision control systems, backup and swap files and Libtool build output directories. There can only be one active regex, of multiple -i options only the last one will take effect.
-I by itself adds default --exclude options that will filter out control files and directories of the most common revision control systems, backup and swap files and Libtool build output directories.
Saviq
changed the title from
travis: fix stage ordering and add 17.04 upload
to
travis: fix dev version number, stage ordering and add 17.04 upload
Nov 23, 2017
Saviq
requested a review
from
RAOF
Nov 23, 2017
bot
pushed a commit
that referenced
this pull request
Nov 23, 2017
|
bors r- :/ |
bors
bot
commented
Nov 23, 2017
Canceled |
RAOF
approved these changes
Nov 23, 2017
All because git was too cool to have a revno…
bors r+
bot
pushed a commit
that referenced
this pull request
Nov 23, 2017
bors
bot
commented
Nov 24, 2017
Build failed |
|
network issues bors r=RAOF |
bot
pushed a commit
that referenced
this pull request
Nov 24, 2017
bors
bot
commented
Nov 24, 2017
Build succeeded |
Saviq commentedNov 23, 2017
No description provided.