Skip to content

Commit 762b9fd

Browse files
author
Prakash Surya
authored
TOOL-13555 disable syncing upstream with zfs master branch (#230)
1 parent eda4ecb commit 762b9fd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/zfs/config.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/zfs.git"
2020
PACKAGE_DEPENDENCIES="@linux-kernel delphix-rust"
2121

22-
UPSTREAM_GIT_URL="https://github.com/zfsonlinux/zfs.git"
23-
UPSTREAM_GIT_BRANCH="master"
24-
2522
function prepare() {
2623
logmust install_pkgs \
2724
alien \
@@ -166,7 +163,3 @@ function build() {
166163
logmust cd "$WORKDIR"
167164
logmust mv "all-packages/"*.deb "artifacts/"
168165
}
169-
170-
function update_upstream() {
171-
logmust update_upstream_from_git
172-
}

0 commit comments

Comments
 (0)