Skip to content

Commit 5df4296

Browse files
committed
Merge remote-tracking branch 'upstream/master' into v6.1-dev
2 parents 7ce836f + 997bfcb commit 5df4296

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dsBaseClient
22
Title: DataSHIELD Client Functions
3-
Version: 6.1.0
3+
Version: 6.0.0
44
Author: DataSHIELD Developers <datashield@newcastle.ac.uk>
55
Maintainer: DataSHIELD Developers <datashield@newcastle.ac.uk>
66
Description: DataSHIELD client functions for the client side.

azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ resources:
4747
type: github
4848
endpoint: datashield-testing
4949
name: datashield/datashield-infrastructure
50-
ref: v6.1-dev
51-
50+
ref: refs/tags/6.0.1
5251

5352

5453
#########################################################################################
@@ -93,6 +92,9 @@ jobs:
9392
# If previous steps have failed then don't run.
9493
- bash: |
9594
95+
# Work-around for tempory Bazel's apt repository issue.
96+
curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
97+
9698
# Purge the default mysql installed on the VM as it is incompatible with our stuff.
9799
sudo service mysql stop
98100
sudo apt-get update

azure-pipelines_site.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
remote_mysql => false, # There is not a remote mysql server
1717

1818
dsbase_githubusername => 'datashield',
19-
dsbase_ref => 'v6.1-dev',
19+
dsbase_ref => 'master',
2020
dsstats_githubusername => 'datashield',
2121
dsstats_ref => '',
2222
dsgraphics_githubusername => 'datashield',

0 commit comments

Comments
 (0)