Skip to content

Commit

Permalink
remove patches in favor of echo
Browse files Browse the repository at this point in the history
  • Loading branch information
n3hrox committed Nov 10, 2019
1 parent 36f75dd commit c48c842
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 44 deletions.
3 changes: 1 addition & 2 deletions scripts/build_posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ command_exists()

fpm_build()
{
echo "PKG = \"$1\"" > dvc/build.py
print_info "Building $1..."
git apply "$(pwd)/scripts/$1.patch"
VERSION=$(python -c "import dvc; from dvc import __version__; print(str(__version__))")
fpm -s dir \
-f \
Expand Down Expand Up @@ -83,7 +83,6 @@ install_dependencies()
sudo apt-get install ruby-dev build-essential rpm python-pip python-dev
elif command_exists brew; then
brew install ruby
brew install git
else
echo "Unable to install fpm dependencies" && exit 1
fi
Expand Down
14 changes: 0 additions & 14 deletions scripts/patches/deb.patch

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/patches/osxpkg.patch

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/patches/rpm.patch

This file was deleted.

0 comments on commit c48c842

Please sign in to comment.