Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tlatools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tlatools
Commits
ada0b9fc
Commit
ada0b9fc
authored
Apr 10, 2018
by
Markus Alexander Kuppe
Browse files
Options
Downloads
Patches
Plain Diff
Line breaks broken on Edge and IE with Cloud TLC.
[Bug][Toolbox]
parent
acd7523e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.lamport.tla.toolbox.jclouds/src/org/lamport/tla/toolbox/jcloud/CloudDistributedTLCJob.java
+2
-1
2 additions, 1 deletion
...rg/lamport/tla/toolbox/jcloud/CloudDistributedTLCJob.java
with
2 additions
and
1 deletion
org.lamport.tla.toolbox.jclouds/src/org/lamport/tla/toolbox/jcloud/CloudDistributedTLCJob.java
+
2
−
1
View file @
ada0b9fc
...
...
@@ -236,7 +236,7 @@ public class CloudDistributedTLCJob extends Job {
// us to continue development in HEAD. Otherwise,
// an old Toolbox would use the newest jmx2munin
// which might not be compatible with its CDTLCJob.
+
"wget https://github.com/lemmy/jmx2munin/raw/
515e9b47f5a71fbfe2eeb517a341448b52fdb226
/jmx2munin_1.0_all.deb"
+
"wget https://github.com/lemmy/jmx2munin/raw/
67f0a1d5c27ced6043f5e368c5329858255f5e14
/jmx2munin_1.0_all.deb"
+
" && "
// + "wget http://tla.msr-inria.inria.fr/jmx2munin/jmx2munin_1.0_all.deb && "
// Install jmx2munin into the system
...
...
@@ -278,6 +278,7 @@ public class CloudDistributedTLCJob extends Job {
+
" && "
+
"mkdir -p /mnt/tlc/ && chmod 777 /mnt/tlc/ && "
+
"ln -s /mnt/tlc/MC.out /var/www/html/MC.out && "
+
"ln -s /mnt/tlc/MC.out /var/www/html/MC.txt && "
// Microsoft IE and Edge fail to show line breaks correctly unless ".txt" extension.
+
"ln -s /mnt/tlc/MC.err /var/www/html/MC.err && "
+
"ln -s /mnt/tlc/tlc.jfr /var/www/html/tlc.jfr"
),
new
TemplateOptions
().
runAsRoot
(
true
).
wrapInInitScript
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment