We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda4ecb commit 762b9fdCopy full SHA for 762b9fd
1 file changed
packages/zfs/config.sh
@@ -19,9 +19,6 @@
19
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/zfs.git"
20
PACKAGE_DEPENDENCIES="@linux-kernel delphix-rust"
21
22
-UPSTREAM_GIT_URL="https://github.com/zfsonlinux/zfs.git"
23
-UPSTREAM_GIT_BRANCH="master"
24
-
25
function prepare() {
26
logmust install_pkgs \
27
alien \
@@ -166,7 +163,3 @@ function build() {
166
163
logmust cd "$WORKDIR"
167
164
logmust mv "all-packages/"*.deb "artifacts/"
168
165
}
169
170
-function update_upstream() {
171
- logmust update_upstream_from_git
172
-}
0 commit comments