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.
[Packaging] Separate builds for trusty/xenial
Besides the version, the two generated debs will be identical. But Launchpad won't let me upload the exact same file to the same PPA twice (once for trusty and once for xenial). So, I have to give them a different name and build twice.
- Loading branch information
1 parent
4b799ea
commit 2d3eb8c
Showing
2 changed files
with
37 additions
and
2 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,7 +9,7 @@ RUN apt-get update \ | |
lintian \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
ENV DEBFULLNAME "NVIDIA CORPORATION" | ||
ENV DEBFULLNAME "DIGITS Development Team" | ||
ENV DEBEMAIL "[email protected]" | ||
|
||
ARG UPSTREAM_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