Changes for ubuntu 16.10.
This commit is contained in:
parent
99fa974b56
commit
c6610c77b8
8 changed files with 37 additions and 31 deletions
|
|
@ -1,11 +1,16 @@
|
|||
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
|
||||
line 2 column 3 - Warning: inserting missing 'title' element
|
||||
Info: Document content looks like HTML 3.2
|
||||
2 warnings, 0 errors were found!
|
||||
Info: Document content looks like HTML5
|
||||
Tidy found 2 warnings and 0 errors!
|
||||
|
||||
|
||||
To learn more about HTML Tidy see http://tidy.sourceforge.net
|
||||
Please fill bug reports and queries using the "tracker" on the Tidy web site.
|
||||
Additionally, questions can be sent to html-tidy@w3.org
|
||||
HTML and CSS specifications are available from http://www.w3.org/
|
||||
Lobby your company to join W3C, see http://www.w3.org/Consortium
|
||||
About HTML Tidy: https://github.com/htacg/tidy-html5
|
||||
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
|
||||
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
|
||||
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
|
||||
Validate your HTML documents: http://validator.w3.org/nu/
|
||||
Lobby your company to join the W3C: http://www.w3.org/Consortium
|
||||
|
||||
Do you speak a language other than English, or a different variant of
|
||||
English? Consider helping us to localize HTML Tidy. For details please see
|
||||
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md
|
||||
|
|
@ -1 +1 @@
|
|||
3:1: 'hi' 2
|
||||
3:1: 'hi' 1
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
("3:1: 'hi'", 2)
|
||||
("3:1: 'hi'", 1)
|
||||
|
|
|
|||
|
|
@ -29,9 +29,10 @@ Section Headers:
|
|||
[ 5] .gnu_debuglink PROGBITS 00000000 000034 00000c 00 0 0 1
|
||||
[ 6] .shstrtab STRTAB 00000000 000040 00003b 00 0 0 1
|
||||
Key to Flags:
|
||||
W (write), A (alloc), X (execute), M (merge), S (strings)
|
||||
I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)
|
||||
O (extra OS processing required) o (OS specific), p (processor specific)
|
||||
W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
|
||||
L (link order), O (extra OS processing required), G (group), T (TLS),
|
||||
C (compressed), x (unknown), o (OS specific), E (exclude),
|
||||
p (processor specific)
|
||||
|
||||
There are no section groups in this file.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Splint 3.1.2 --- 03 May 2009
|
||||
Splint 3.1.2 --- 04 Sep 2016
|
||||
|
||||
Finished checking --- no warnings
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
Splint 3.1.2 --- 03 May 2009
|
||||
Splint 3.1.2 --- 04 Sep 2016
|
||||
|
||||
Finished checking --- no warnings
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content=
|
||||
"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
|
||||
"HTML Tidy for HTML5 for Linux version 5.2.0">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ class OverlayfsMount():
|
|||
self.work_dir = tempfile.mkdtemp()
|
||||
option_string = ("lowerdir=%s,upperdir=%s,workdir=%s" %
|
||||
(self.lower_dir, self.upper_dir, self.work_dir))
|
||||
subprocess.check_call(["sudo", "mount", "-t", "overlayfs", "-o",
|
||||
option_string, "overlayfs", self.mount_point],
|
||||
subprocess.check_call(["sudo", "mount", "-t", "overlay", "-o",
|
||||
option_string, "overlay", self.mount_point],
|
||||
stderr=subprocess.PIPE)
|
||||
for command in ["chmod", "chown"]:
|
||||
subprocess.check_call(["sudo", command, "--reference", lower_dir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue