Skip to content

Commit b69beb4

Browse files
authored
Merge pull request #179 from chamil321/subs
Update URL to the prod and release new subscriber
2 parents 552ee7a + 160a6c3 commit b69beb4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

distributor/web/active-2020-08-05-I

Whitespace-only changes.

distributor/web/info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
****** IMPORTANT *******
44
**
5-
** The latest version of the subscriber JAR is subscriber-20200803-I.jar
5+
** The latest version of the subscriber JAR is subscriber-20200806-I.jar
66
**
7-
** Available at https://github.com/ECLK/Results-Dist/releases/tag/v2020-08-03-I
7+
** Available at https://github.com/ECLK/Results-Dist/releases/tag/v2020-08-06-I
88
**
99
****** IMPORTANT *******
1010

1111
Run it as follows:
1212

13-
java -jar subscriber-20200803-I.jar [options]
13+
java -jar subscriber-20200806-I.jar [options]
1414

1515
where options are:
1616
-username=name my username for authentication
@@ -21,7 +21,7 @@ where options are:
2121
-html=true|false do I want HTML output (default: false)
2222
-image=true|false do I want release proof image (default: false)
2323
-wantCode=true|false do I want the electionCode in the filename (default: false)
24-
-homeURL=URL subscription URL (default: https://mediaresultshub.ecstag.opensource.lk)
24+
-homeURL=URL subscription URL (default: https://mediaresults-lgc.elections.gov.lk)
2525

2626

2727
*** End Message

subscriber/src/subscriber/constants.bal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const LEVEL_NF = "NATIONAL-FINAL";
99
const WANT_IMAGE = "image=true";
1010
const WANT_AWAIT_RESULTS = "await=true";
1111

12-
const MY_VERSION = "2020-08-05-I";
12+
const MY_VERSION = "2020-08-06-I";
1313

1414
const UNDERSOCRE = "_";
1515
const COLON = ":";

subscriber/src/subscriber/subscriber.bal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function main (string? username = (), // my username
2929
boolean html = false, // do I want HTML?
3030
//boolean sorted = true, // do I want HTML results sorted highest to lowest
3131
boolean wantCode = false, // do I want electionCode in the filename
32-
string homeURL = "https://mediaresultshub.ecstag.opensource.lk" // where do I connect at
32+
string homeURL = "https://mediaresults-lgc.elections.gov.lk" // where do I connect at
3333
) returns @tainted error? {
3434
// Set the election type
3535
electionType = ELECTION_TYPE_PARLIAMENTARY;

0 commit comments

Comments
 (0)