-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
n3hrox
committed
Nov 10, 2019
1 parent
f4ee4b0
commit e1dfb75
Showing
10 changed files
with
47 additions
and
81 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
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
PKG = "windows" |
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
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
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
dvc/utils/build.py | 1 + | ||
1 file changed, 1 insertion(+) | ||
create mode 100644 dvc/utils/build.py | ||
|
||
diff --git a/dvc/utils/build.py b/dvc/utils/build.py | ||
new file mode 100644 | ||
index 00000000..ada7a0bb | ||
--- /dev/null | ||
+++ b/dvc/utils/build.py | ||
@@ -0,0 +1 @@ | ||
+PKG = "deb" | ||
-- | ||
2.17.1 |
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 |
---|---|---|
@@ -1,8 +1,3 @@ | ||
From 71707795d27aa848d71780b84e056b4f5735650c Mon Sep 17 00:00:00 2001 | ||
From: n3hrox <[email protected]> | ||
Date: Sun, 10 Nov 2019 17:35:10 +0100 | ||
Subject: [PATCH] Darwin patch | ||
|
||
--- | ||
dvc/utils/build.py | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
@@ -14,7 +9,6 @@ index 00000000..3d149b9a | |
--- /dev/null | ||
+++ b/dvc/utils/build.py | ||
@@ -0,0 +1 @@ | ||
+PKG = "darwin" | ||
+PKG = "osxpkg" | ||
-- | ||
2.17.1 | ||
|
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
dvc/utils/build.py | 1 + | ||
1 file changed, 1 insertion(+) | ||
create mode 100644 dvc/utils/build.py | ||
|
||
diff --git a/dvc/utils/build.py b/dvc/utils/build.py | ||
new file mode 100644 | ||
index 00000000..ada7a0bb | ||
--- /dev/null | ||
+++ b/dvc/utils/build.py | ||
@@ -0,0 +1 @@ | ||
+PKG = "rpm" | ||
-- | ||
2.17.1 |
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 |
---|---|---|
@@ -1,19 +1,14 @@ | ||
From 6b53dcffe5e13cb3c196d29a495d8da9bcc26d6d Mon Sep 17 00:00:00 2001 | ||
From: n3hrox <[email protected]> | ||
Date: Sun, 10 Nov 2019 15:44:14 +0100 | ||
Subject: [PATCH] Windows patch | ||
|
||
--- | ||
dvc/utils/buid.py | 1 + | ||
dvc/utils/build.py | 1 + | ||
1 file changed, 1 insertion(+) | ||
create mode 100644 dvc/utils/buid.py | ||
create mode 100644 dvc/utils/build.py | ||
|
||
diff --git a/dvc/utils/buid.py b/dvc/utils/buid.py | ||
diff --git a/dvc/utils/build.py b/dvc/utils/build.py | ||
new file mode 100644 | ||
index 00000000..ada7a0bb | ||
--- /dev/null | ||
+++ b/dvc/utils/buid.py | ||
+++ b/dvc/utils/build.py | ||
@@ -0,0 +1 @@ | ||
+PKG = "windows" | ||
+PKG = "exe" | ||
-- | ||
2.17.1 |