rclone-dev:fix-1727-openbsd-cmount

Last commit made on 2020-09-01
Get this branch:
git clone -b fix-1727-openbsd-cmount https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-1727-openbsd-cmount
Repository:
lp:rclone-dev

Recent commits

f60476e... by Nick Craig-Wood

cmount: make work under OpenBSD - fixes #1727

a910ec3... by Nick Craig-Wood

vfs: make mount tests run on OpenBSD

7dcbebf... by Aaron Gokaslan <email address hidden>

jottacloud: rename unused variable to _ in jottacloud.go

c31defb... by Nick Craig-Wood

fs: add debug to show when a backend is being created

See: https://forum.rclone.org/t/rclone-rc-backend-command-not-working-as-expected/18834/

e54ce35... by Nick Craig-Wood

build: change beta numbering to be semver compatible - Fixes #4516

From now on the betas will be numbered for the version that they will
become, so:

v1.53.0-beta.NNNN.CCCCC

Where N is commit number and C is commit. When released this will
become v1.53.0 and the beta will become v1.54.0-beta.NNN.CCCCC.

The commit number is the count of the commits since the root of the
tree since we can no longer use the the git version numbers since the
last tag.

This will simplify building the stable branch but that release
procedure hasn't been revised yet.

This commit also injects the name of the branch for the beta builds
into the download path.

75d54d7... by Nick Craig-Wood

version: replace internal code with github.com/coreos/go-semver

We were already importing go-semver so it makes sense to remove the
duplicated semver parsing code and just use go-semver

cc0421c... by Nick Craig-Wood

rc/webgui: skip AddPlugin and RemovePlugin tests if download fails

9c01ac9... by Nick Craig-Wood

rc/webgui: improve error handling on web fetches

20300d1... by Chaitanya Bankanhal <email address hidden>

plugins: Change failing plugin test to new repo rclone/rclone-test-plugin

6231bee... by Chaitanya Bankanhal <email address hidden>

webui: Fix broken webui because of plugins redirection