Skip to content

Commit 4c4fd09

Browse files
committed
Update reference to PG_BRANCH in Docker config file.
Update dates in license and update version numbers
1 parent e42d124 commit 4c4fd09

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:16.04
22

33

4-
ENV PG_BRANCH=rel-PG-2.14 \
4+
ENV PG_BRANCH=master \
55
WEBWORK_URL=/webwork2 \
66
WEBWORK_ROOT_URL=http://localhost \
77
WEBWORK_DB_HOST=db \
@@ -84,7 +84,7 @@ RUN mkdir -p $APP_ROOT/courses $APP_ROOT/libraries $APP_ROOT/webwork2
8484

8585
# Block to include webwork2 in the container, when needed, instead of getting it from a bind mount.
8686
# Uncomment when needed, and set the correct branch name on the following line.
87-
#ENV WEBWORK_BRANCH=rel-ww2.14 # need a valid branch name from https://github.com/openwebwork/webwork2
87+
#ENV WEBWORK_BRANCH=master # need a valid branch name from https://github.com/openwebwork/webwork2
8888
#RUN curl -fSL https://github.com/openwebwork/webwork2/archive/${WEBWORK_BRANCH}.tar.gz -o /tmp/${WEBWORK_BRANCH}.tar.gz \
8989
# && cd /tmp \
9090
# && tar xzf /tmp/${WEBWORK_BRANCH}.tar.gz \

PG_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
$PG_VERSION ='PG-2.14';
2-
$PG_COPYRIGHT_YEARS = '1996-2018';
2+
$PG_COPYRIGHT_YEARS = '1996-2019';
33

44
1;

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
WeBWorK
2+
Online Homework Delivery System
3+
Version 2.*
4+
Branch: github.com/openwebwork
5+
6+
http://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.14
7+
Copyright 2000-2019, The WeBWorK Project
8+
http://webwork.maa.org
9+
All rights reserved.
10+
111
# Welcome to WeBWorK
212

313
WeBWorK is an open-source online homework system for math and sciences courses. WeBWorK is supported by the MAA and the NSF and comes with an Open Problem Library (OPL) of over 30,000 homework problems. Problems in the OPL target most lower division undergraduate math courses and some advanced courses. Supported courses include college algebra, discrete mathematics, probability and statistics, single and multivariable calculus, differential equations, linear algebra and complex analysis. Find out more at the main WeBWorK [webpage](http://webwork.maa.org).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
$WW_VERSION = 'WeBWorK-2.14';
3-
$WW_COPYRIGHT_YEARS = '1996-2018';
3+
$WW_COPYRIGHT_YEARS = '1996-2019';
44

55
1;

0 commit comments

Comments
 (0)