From 1ee157f943bf4ba962bdd306216cad2af70ac435 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 15 Nov 2023 19:17:21 -0600 Subject: [PATCH] switch to storj for binary hosting --- .jenkins_linux_builds | 6 +++--- .jenkins_osx | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.jenkins_linux_builds b/.jenkins_linux_builds index fbb8c4d3..9a93dcd1 100644 --- a/.jenkins_linux_builds +++ b/.jenkins_linux_builds @@ -86,9 +86,9 @@ pipeline { agent any steps { - sh 'scripts/make_package.sh alpine /home/sgraves/cert build/alpine_arm64 . /mnt/filebase 1' - sh 'scripts/make_package.sh alpine /home/sgraves/cert build/alpine . /mnt/filebase' - sh 'scripts/make_package.sh mingw64 /home/sgraves/cert build/mingw64 . /mnt/filebase' + sh 'scripts/make_package.sh alpine /home/sgraves/cert build/alpine_arm64 . /mnt/storj 1' + sh 'scripts/make_package.sh alpine /home/sgraves/cert build/alpine . /mnt/storj' + sh 'scripts/make_package.sh mingw64 /home/sgraves/cert build/mingw64 . /mnt/storj' } } } diff --git a/.jenkins_osx b/.jenkins_osx index 59a5b99b..f52e9d11 100644 --- a/.jenkins_osx +++ b/.jenkins_osx @@ -47,7 +47,7 @@ pipeline { } steps { - sh 'scripts/make_package.sh darwin /Users/sgraves/cert build . /Users/sgraves/mnt/filebase' + sh 'scripts/make_package.sh darwin /Users/sgraves/cert build . /Users/sgraves/mnt/storj' } } } diff --git a/README.md b/README.md index ccc552cf..224c6eb5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ on Windows. * [boost c++ libraries](https://www.boost.org/) * [cpp-httplib](https://github.com/yhirose/cpp-httplib) * [curl](https://curl.haxx.se/) -* [Filebase](https://filebase.com/) * [FUSE for macOS](https://osxfuse.github.io/) * [Google Test](https://github.com/google/googletest) * [JSON for Modern C++](https://github.com/nlohmann/json) @@ -48,6 +47,7 @@ on Windows. * [ScPrime](https://scpri.me/) * [Sia Decentralized Cloud Storage](https://sia.tech/) * [stduuid](https://github.com/mariusbancila/stduuid) +* [Storj](https://storj.io/) * [WinFSP - FUSE for Windows](https://github.com/billziss-gh/winfsp) * [zlib](https://zlib.net/)