Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit a2b414e

Browse files
authored
Upgrade to ungit 1.1.0, use the new --ungitVersionCheckOverride option (#1150)
This removes the version update notification from ungit's UI.
1 parent 834bea6 commit a2b414e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

containers/datalab/Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN ln -s /datalab/web/static/datalab.css /datalab/nbconvert/datalab.css && \
2525
cd / && \
2626

2727
# Install ungit
28-
/tools/node/bin/npm install -g ungit@1.0.0 && \
28+
/tools/node/bin/npm install -g ungit@1.1.0 && \
2929

3030
# Install the support for connecting to a kernel gateway
3131
wget https://github.com/jupyter/kernel_gateway_demos/archive/e653b2bd3ca91ef1af2a13c397766484dcb7b76d.zip && \

containers/datalab/content/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ then
254254
fi
255255

256256
# Start the ungit server
257-
ungit --port=8083 --no-launchBrowser --forcedLaunchPath=/content/datalab 1> /dev/null &
257+
ungit --port=8083 --no-launchBrowser --forcedLaunchPath=/content/datalab --ungitVersionCheckOverride 1> /dev/null &
258258

259259
# Start the DataLab server
260260
FOREVER_CMD="forever --minUptime 1000 --spinSleepTime 1000"

0 commit comments

Comments
 (0)