forked from NVIDIA/DIGITS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request NVIDIA#1227 from lukeyeager/travis-to-ppa
[Packaging] Separate builds for trusty/xenial on TravisCI
- Loading branch information
Showing
3 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,8 @@ RUN apt-get update \ | |
lintian \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
ENV DEBFULLNAME "NVIDIA CORPORATION" | ||
ENV DEBFULLNAME "DIGITS Development Team" | ||
ENV DEBEMAIL "[email protected]" | ||
ENV DEB_BUILD_OPTIONS nocheck | ||
|
||
ARG UPSTREAM_VERSION | ||
ARG DEBIAN_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
%: | ||
dh $@ --parallel --with=python2,systemd --buildsystem=pybuild | ||
|
||
override_dh_auto_test: | ||
: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters