Skip to content

Commit c09fa60

Browse files
Merge pull request datashield#601 from StuartWheater/v6.4.0-dev
V6.4.0 dev
2 parents cacdd07 + 9fe2441 commit c09fa60

4 files changed

Lines changed: 2 additions & 32 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
^R/secure.global.ranking.md$
1818
^_pkgdown\.yml$
1919
^docs$
20-
^dsBase_6.3.2.tar.gz$
21-
^dsBase_6.3.2-permissive.tar.gz$
20+
^dsBase_6.4.0.tar.gz$
21+
^dsBase_6.4.0-permissive.tar.gz$
2222
^dsDanger_6.3.1.tar.gz$
2323
^\.circleci$
2424
^\.circleci/config\.yml$

armadillo_azure-pipelines.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,10 @@ schedules:
5858
- master
5959
always: true
6060
- cron: "0 2 * * *"
61-
<<<<<<< HEAD
6261
displayName: Nightly build - v6.4.0-dev
6362
branches:
6463
include:
6564
- v6.4.0-dev
66-
=======
67-
displayName: Nightly build - v6.3.2-dev
68-
branches:
69-
include:
70-
- v6.3.2-dev
71-
>>>>>>> origin/v6.3.3-dev
7265
always: true
7366

7467
#########################################################################################
@@ -242,11 +235,7 @@ jobs:
242235
243236
curl -u admin:admin -X GET http://localhost:8080/packages
244237
245-
<<<<<<< HEAD
246238
curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.4.0.9000-permissive.tar.gz" -X POST http://localhost:8080/install-package
247-
=======
248-
curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.2-permissive.tar.gz" -X POST http://localhost:8080/install-package
249-
>>>>>>> origin/v6.3.3-dev
250239
sleep 60
251240
252241
docker container restart dsbaseclient_armadillo_1
@@ -375,11 +364,7 @@ jobs:
375364
- bash: |
376365
curl -u admin:admin http://localhost:8080/whitelist
377366
378-
<<<<<<< HEAD
379367
curl -u admin:admin -v -H 'Content-Type: multipart/form-data' -F "file=@dsDanger_6.4.0.9000.tar.gz" -X POST http://localhost:8080/install-package
380-
=======
381-
curl -u admin:admin -v -H 'Content-Type: multipart/form-data' -F "file=@dsDanger_6.3.2.tar.gz" -X POST http://localhost:8080/install-package
382-
>>>>>>> origin/v6.3.3-dev
383368
384369
docker container restart dsbaseclient_armadillo_1
385370
sleep 60

azure-pipelines.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,7 @@ jobs:
233233
# Install dsBase.
234234
# If previous steps have failed then don't run.
235235
- bash: |
236-
<<<<<<< HEAD
237-
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = '6.4.0'); opal.logout(opal)"
238-
=======
239236
R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'https://localhost:8443', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(o)"
240-
>>>>>>> origin/v6.3.3-dev
241237
242238
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = '6.3.2'); opal.logout(opal)"
243239

opal_azure-pipelines.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,10 @@ schedules:
5858
- master
5959
always: true
6060
- cron: "0 2 * * *"
61-
<<<<<<< HEAD
6261
displayName: Nightly build - v6.4.0-dev
6362
branches:
6463
include:
6564
- v6.4.0-dev
66-
=======
67-
displayName: Nightly build - v6.3.2-dev
68-
branches:
69-
include:
70-
- v6.3.2-dev
71-
>>>>>>> origin/v6.3.3-dev
7265
always: true
7366

7467
#########################################################################################
@@ -242,11 +235,7 @@ jobs:
242235
- bash: |
243236
R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'https://localhost:8443', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(o)"
244237
245-
<<<<<<< HEAD
246-
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = '6.4.0'); opal.logout(opal)"
247-
=======
248238
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = '6.3.2'); opal.logout(opal)"
249-
>>>>>>> origin/v6.3.3-dev
250239
251240
sleep 60
252241

0 commit comments

Comments
 (0)