diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/attachments/20110112')
32 files changed, 3324 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/062b9314/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/062b9314/attachment-0001.html new file mode 100644 index 000000000..2f44c0f5c --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/062b9314/attachment-0001.html @@ -0,0 +1,86 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[770] fix sudoers_config calls</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>770</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 18:37:42 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>fix sudoers_config calls</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbuildsystemmanifestsinitpp">puppet/modules/buildsystem/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbuildsystemmanifestsinitpp">Modified: puppet/modules/buildsystem/manifests/init.pp</a> +=================================================================== +--- puppet/modules/buildsystem/manifests/init.pp 2011-01-12 17:35:56 UTC (rev 769) ++++ puppet/modules/buildsystem/manifests/init.pp 2011-01-12 17:37:42 UTC (rev 770) +@@ -125,7 +125,7 @@ + content => template("buildsystem/mdv-youri-submit.wrapper") + } + +- sudoers_config { "mdv-youri-submit": ++ sudo::sudoers_config { "mdv-youri-submit": + content => template("buildsystem/sudoers.youri") + } + +@@ -231,7 +231,7 @@ + content => template("buildsystem/iurt.mandriva2010.1.conf") + } + +- sudoers_config { "iurt": ++ sudo::sudoers_config { "iurt": + content => template("buildsystem/sudoers.iurt") + } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/062b9314/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/062b9314/attachment.html new file mode 100644 index 000000000..2f44c0f5c --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/062b9314/attachment.html @@ -0,0 +1,86 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[770] fix sudoers_config calls</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>770</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 18:37:42 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>fix sudoers_config calls</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbuildsystemmanifestsinitpp">puppet/modules/buildsystem/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbuildsystemmanifestsinitpp">Modified: puppet/modules/buildsystem/manifests/init.pp</a> +=================================================================== +--- puppet/modules/buildsystem/manifests/init.pp 2011-01-12 17:35:56 UTC (rev 769) ++++ puppet/modules/buildsystem/manifests/init.pp 2011-01-12 17:37:42 UTC (rev 770) +@@ -125,7 +125,7 @@ + content => template("buildsystem/mdv-youri-submit.wrapper") + } + +- sudoers_config { "mdv-youri-submit": ++ sudo::sudoers_config { "mdv-youri-submit": + content => template("buildsystem/sudoers.youri") + } + +@@ -231,7 +231,7 @@ + content => template("buildsystem/iurt.mandriva2010.1.conf") + } + +- sudoers_config { "iurt": ++ sudo::sudoers_config { "iurt": + content => template("buildsystem/sudoers.iurt") + } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/105985ce/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/105985ce/attachment-0001.html new file mode 100644 index 000000000..3503e4d51 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/105985ce/attachment-0001.html @@ -0,0 +1,88 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[271] Revert some changes which were part of another unfinished change</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>271</dd> +<dt>Author</dt> <dd>pterjan</dd> +<dt>Date</dt> <dd>2011-01-12 13:40:54 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Revert some changes which were part of another unfinished change</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#build_systemwebindexphp">build_system/web/index.php</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemwebindexphp">Modified: build_system/web/index.php</a> +=================================================================== +--- build_system/web/index.php 2011-01-12 11:52:13 UTC (rev 270) ++++ build_system/web/index.php 2011-01-12 12:40:54 UTC (rev 271) +@@ -48,7 +48,7 @@ + + $status = $val[1]; + $data = $val[10]; +- $pkgs[$key]["status"][$status] = $data; ++ $pkgs[$key]["status"][$status] = 1; + $ext = $val[11]; + if ($ext == ".src.rpm.info") { + preg_match("!^(?:@\d+:)?(.*)!", $data, $name); +@@ -58,9 +58,8 @@ + } else if ($ext == ".youri") { + $pkgs[$key]["status"]["youri"] = 1; + } else if ($ext == ".lock") { +- preg_match("/(.*)\..*\.(.*)\.\d+\.\d+/", "(\1@\2)", $data); + // parse build bot from $data +- $pkgs[$key]["status"]["build"] = $data; ++ $pkgs[$key]["status"]["build"] = 1; + } + } + // sort by key in reverse order to have more recent pkgs first + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/105985ce/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/105985ce/attachment.html new file mode 100644 index 000000000..3503e4d51 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/105985ce/attachment.html @@ -0,0 +1,88 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[271] Revert some changes which were part of another unfinished change</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>271</dd> +<dt>Author</dt> <dd>pterjan</dd> +<dt>Date</dt> <dd>2011-01-12 13:40:54 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Revert some changes which were part of another unfinished change</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#build_systemwebindexphp">build_system/web/index.php</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemwebindexphp">Modified: build_system/web/index.php</a> +=================================================================== +--- build_system/web/index.php 2011-01-12 11:52:13 UTC (rev 270) ++++ build_system/web/index.php 2011-01-12 12:40:54 UTC (rev 271) +@@ -48,7 +48,7 @@ + + $status = $val[1]; + $data = $val[10]; +- $pkgs[$key]["status"][$status] = $data; ++ $pkgs[$key]["status"][$status] = 1; + $ext = $val[11]; + if ($ext == ".src.rpm.info") { + preg_match("!^(?:@\d+:)?(.*)!", $data, $name); +@@ -58,9 +58,8 @@ + } else if ($ext == ".youri") { + $pkgs[$key]["status"]["youri"] = 1; + } else if ($ext == ".lock") { +- preg_match("/(.*)\..*\.(.*)\.\d+\.\d+/", "(\1@\2)", $data); + // parse build bot from $data +- $pkgs[$key]["status"]["build"] = $data; ++ $pkgs[$key]["status"]["build"] = 1; + } + } + // sort by key in reverse order to have more recent pkgs first + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/15a2f288/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/15a2f288/attachment-0001.html new file mode 100644 index 000000000..4a6d8f3c1 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/15a2f288/attachment-0001.html @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[270] Use a subdirectory for data, to be writable by apache and fix a syntax error</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>270</dd> +<dt>Author</dt> <dd>pterjan</dd> +<dt>Date</dt> <dd>2011-01-12 12:52:13 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Use a subdirectory for data, to be writable by apache and fix a syntax error</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#build_systemwebindexphp">build_system/web/index.php</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemwebindexphp">Modified: build_system/web/index.php</a> +=================================================================== +--- build_system/web/index.php 2011-01-12 11:44:21 UTC (rev 269) ++++ build_system/web/index.php 2011-01-12 11:52:13 UTC (rev 270) +@@ -16,6 +16,7 @@ + $tz = new DateTimeZone("UTC"); + + # Temporary until initial mirror is ready ++chdir("data"); + $nb_rpm = shell_exec('rpm -qp --qf "%{SOURCERPM}\n" /distrib/bootstrap/distrib/cauldron/i586/media/core/release/*.rpm | sort -u | tee src.txt | wc -l'); + $nb_rpm_mga = shell_exec('grep mga src.txt | tee src.mga.txt | wc -l'); + shell_exec('grep -v mga src.txt > src.mdv.txt'); +@@ -172,7 +173,6 @@ + echo $p["type"]; + if ($typelink) + echo "</a>"; +- } + echo "</td>\n"; + echo "</tr>\n"; + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/15a2f288/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/15a2f288/attachment.html new file mode 100644 index 000000000..4a6d8f3c1 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/15a2f288/attachment.html @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[270] Use a subdirectory for data, to be writable by apache and fix a syntax error</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>270</dd> +<dt>Author</dt> <dd>pterjan</dd> +<dt>Date</dt> <dd>2011-01-12 12:52:13 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Use a subdirectory for data, to be writable by apache and fix a syntax error</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#build_systemwebindexphp">build_system/web/index.php</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemwebindexphp">Modified: build_system/web/index.php</a> +=================================================================== +--- build_system/web/index.php 2011-01-12 11:44:21 UTC (rev 269) ++++ build_system/web/index.php 2011-01-12 11:52:13 UTC (rev 270) +@@ -16,6 +16,7 @@ + $tz = new DateTimeZone("UTC"); + + # Temporary until initial mirror is ready ++chdir("data"); + $nb_rpm = shell_exec('rpm -qp --qf "%{SOURCERPM}\n" /distrib/bootstrap/distrib/cauldron/i586/media/core/release/*.rpm | sort -u | tee src.txt | wc -l'); + $nb_rpm_mga = shell_exec('grep mga src.txt | tee src.mga.txt | wc -l'); + shell_exec('grep -v mga src.txt > src.mdv.txt'); +@@ -172,7 +173,6 @@ + echo $p["type"]; + if ($typelink) + echo "</a>"; +- } + echo "</td>\n"; + echo "</tr>\n"; + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/1c16885e/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/1c16885e/attachment-0001.html new file mode 100644 index 000000000..918c076ce --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/1c16885e/attachment-0001.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[769] use new sudoers_config define</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>769</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 18:35:56 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>use new sudoers_config define</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbuildsystemmanifestsinitpp">puppet/modules/buildsystem/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbuildsystemmanifestsinitpp">Modified: puppet/modules/buildsystem/manifests/init.pp</a> +=================================================================== +--- puppet/modules/buildsystem/manifests/init.pp 2011-01-12 17:32:33 UTC (rev 768) ++++ puppet/modules/buildsystem/manifests/init.pp 2011-01-12 17:35:56 UTC (rev 769) +@@ -125,10 +125,7 @@ + content => template("buildsystem/mdv-youri-submit.wrapper") + } + +- file { "/etc/sudoers.d/mdv-youri-submit": +- owner => root, +- group => root, +- mode => 440, ++ sudoers_config { "mdv-youri-submit": + content => template("buildsystem/sudoers.youri") + } + +@@ -234,11 +231,7 @@ + content => template("buildsystem/iurt.mandriva2010.1.conf") + } + +- file { "/etc/sudoers.d/iurt": +- ensure => present, +- owner => root, +- group => root, +- mode => 440, ++ sudoers_config { "iurt": + content => template("buildsystem/sudoers.iurt") + } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/1c16885e/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/1c16885e/attachment.html new file mode 100644 index 000000000..918c076ce --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/1c16885e/attachment.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[769] use new sudoers_config define</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>769</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 18:35:56 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>use new sudoers_config define</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbuildsystemmanifestsinitpp">puppet/modules/buildsystem/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbuildsystemmanifestsinitpp">Modified: puppet/modules/buildsystem/manifests/init.pp</a> +=================================================================== +--- puppet/modules/buildsystem/manifests/init.pp 2011-01-12 17:32:33 UTC (rev 768) ++++ puppet/modules/buildsystem/manifests/init.pp 2011-01-12 17:35:56 UTC (rev 769) +@@ -125,10 +125,7 @@ + content => template("buildsystem/mdv-youri-submit.wrapper") + } + +- file { "/etc/sudoers.d/mdv-youri-submit": +- owner => root, +- group => root, +- mode => 440, ++ sudoers_config { "mdv-youri-submit": + content => template("buildsystem/sudoers.youri") + } + +@@ -234,11 +231,7 @@ + content => template("buildsystem/iurt.mandriva2010.1.conf") + } + +- file { "/etc/sudoers.d/iurt": +- ensure => present, +- owner => root, +- group => root, +- mode => 440, ++ sudoers_config { "iurt": + content => template("buildsystem/sudoers.iurt") + } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/3659ade1/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/3659ade1/attachment-0001.html new file mode 100644 index 000000000..f8b609e5c --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/3659ade1/attachment-0001.html @@ -0,0 +1,38 @@ +<p><br> +Le 12 janv. 2011 17:35, "Michael Scherer" <<a href="mailto:misc@zarb.org">misc@zarb.org</a>> a écrit :<br> +><br> +> Le mercredi 12 janvier 2011 à 17:05 +0100, Romain d'Alverny a écrit :<br> +> > On Wed, Jan 12, 2011 at 16:28, Anne nicolas <<a href="mailto:ennael1@gmail.com">ennael1@gmail.com</a>> wrote:<br> +> > > 2011/1/12 Pascal Terjan <<a href="mailto:pterjan@gmail.com">pterjan@gmail.com</a>>:<br> +> > >> On Wed, Jan 12, 2011 at 14:42, Michael Scherer <<a href="mailto:misc@zarb.org">misc@zarb.org</a>> wrote:<br> +> > >>> Le mercredi 12 janvier 2011 à 14:53 +0100, nicolas vigier a écrit :<br> +> > >>> Now, what if we want to use it for iso and something else, since the<br> +> > >>> server will be idle most of the time ?<br> +> > >><br> +> > >> Not if we have daily isos for testing<br> +> > ><br> +> > > Daily is maybe too much. Why not weekly ?<br> +> ><br> +> > Depends on context, but if something breaks (ISO coherence, install,<br> +> > usees), it is better to know it the day after rather than the week<br> +> > after (provided we do execute our first batch of tests on it)?<br> +><br> +> Well, we would first have automated tests, as I doubt we will find<br> +> people who install every day.<br> +> I would be in favor of rebuilding 1 iso every day too, depending on the<br> +> load, and send errors if the iso is not created.<br> +><br> +> But we should know how long it take.<br> +><br> +> Maybe we can have hourly rebuild :)<br> +><br> +building a dvd iso takes around 1/2h but it depends on hardware configuration<br><br></p> +<p>><br> +> --<br> +> Michael Scherer<br> +><br> +> _______________________________________________<br> +> Mageia-sysadm mailing list<br> +> <a href="mailto:Mageia-sysadm@mageia.org">Mageia-sysadm@mageia.org</a><br> +> <a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">https://www.mageia.org/mailman/listinfo/mageia-sysadm</a><br> +</p> diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/3659ade1/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/3659ade1/attachment.html new file mode 100644 index 000000000..f8b609e5c --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/3659ade1/attachment.html @@ -0,0 +1,38 @@ +<p><br> +Le 12 janv. 2011 17:35, "Michael Scherer" <<a href="mailto:misc@zarb.org">misc@zarb.org</a>> a écrit :<br> +><br> +> Le mercredi 12 janvier 2011 à 17:05 +0100, Romain d'Alverny a écrit :<br> +> > On Wed, Jan 12, 2011 at 16:28, Anne nicolas <<a href="mailto:ennael1@gmail.com">ennael1@gmail.com</a>> wrote:<br> +> > > 2011/1/12 Pascal Terjan <<a href="mailto:pterjan@gmail.com">pterjan@gmail.com</a>>:<br> +> > >> On Wed, Jan 12, 2011 at 14:42, Michael Scherer <<a href="mailto:misc@zarb.org">misc@zarb.org</a>> wrote:<br> +> > >>> Le mercredi 12 janvier 2011 à 14:53 +0100, nicolas vigier a écrit :<br> +> > >>> Now, what if we want to use it for iso and something else, since the<br> +> > >>> server will be idle most of the time ?<br> +> > >><br> +> > >> Not if we have daily isos for testing<br> +> > ><br> +> > > Daily is maybe too much. Why not weekly ?<br> +> ><br> +> > Depends on context, but if something breaks (ISO coherence, install,<br> +> > usees), it is better to know it the day after rather than the week<br> +> > after (provided we do execute our first batch of tests on it)?<br> +><br> +> Well, we would first have automated tests, as I doubt we will find<br> +> people who install every day.<br> +> I would be in favor of rebuilding 1 iso every day too, depending on the<br> +> load, and send errors if the iso is not created.<br> +><br> +> But we should know how long it take.<br> +><br> +> Maybe we can have hourly rebuild :)<br> +><br> +building a dvd iso takes around 1/2h but it depends on hardware configuration<br><br></p> +<p>><br> +> --<br> +> Michael Scherer<br> +><br> +> _______________________________________________<br> +> Mageia-sysadm mailing list<br> +> <a href="mailto:Mageia-sysadm@mageia.org">Mageia-sysadm@mageia.org</a><br> +> <a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">https://www.mageia.org/mailman/listinfo/mageia-sysadm</a><br> +</p> diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/446ad491/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/446ad491/attachment-0001.html new file mode 100644 index 000000000..fdefcbcc9 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/446ad491/attachment-0001.html @@ -0,0 +1,117 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[765] add bcd module</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>765</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 17:42:08 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add bcd module</pre> + +<h3>Added Paths</h3> +<ul> +<li>puppet/modules/bcd/</li> +<li>puppet/modules/bcd/manifests/</li> +<li><a href="#puppetmodulesbcdmanifestsinipp">puppet/modules/bcd/manifests/ini.pp</a></li> +<li>puppet/modules/bcd/templates/</li> +<li><a href="#puppetmodulesbcdtemplatessudoersbcd">puppet/modules/bcd/templates/sudoers.bcd</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbcdmanifestsinipp">Added: puppet/modules/bcd/manifests/ini.pp</a> +=================================================================== +--- puppet/modules/bcd/manifests/ini.pp (rev 0) ++++ puppet/modules/bcd/manifests/ini.pp 2011-01-12 16:42:08 UTC (rev 765) +@@ -0,0 +1,32 @@ ++class bcd { ++ $bcd_login = 'bcd' ++ $bcd_home = '/home/bcd' ++ ++ class base { ++ include sudo ++ ++ buildsystem::sshuser { $bcd_login: ++ homedir => $bcd_home, ++ comment => "User for creating ISOs", ++ } ++ ++ package { bcd: ++ ensure => 'installed', ++ } ++ ++ file { "/etc/sudoers.d/bcd": ++ owner => root, ++ group => root, ++ mode => 440, ++ content => template("bcd/sudoers.bcd") ++ } ++ } ++ ++ define ssh_access($type, $key) { ++ ssh_authorized_key{$name: ++ type => $type, ++ key => $key, ++ user => $bcd_login, ++ } ++ } ++} + +<a id="puppetmodulesbcdtemplatessudoersbcd">Added: puppet/modules/bcd/templates/sudoers.bcd</a> +=================================================================== +--- puppet/modules/bcd/templates/sudoers.bcd (rev 0) ++++ puppet/modules/bcd/templates/sudoers.bcd 2011-01-12 16:42:08 UTC (rev 765) +@@ -0,0 +1,6 @@ ++<%= bcd_login %> ALL=(root) NOPASSWD:/bin/mount, /bin/umount, \ ++/usr/sbin/chroot, \ ++/usr/sbin/urpmi, \ ++/usr/sbin/urpmi.addmedia, \ ++/usr/sbin/urpmi.removemedia, \ ++/bin/rm + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/446ad491/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/446ad491/attachment.html new file mode 100644 index 000000000..fdefcbcc9 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/446ad491/attachment.html @@ -0,0 +1,117 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[765] add bcd module</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>765</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 17:42:08 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add bcd module</pre> + +<h3>Added Paths</h3> +<ul> +<li>puppet/modules/bcd/</li> +<li>puppet/modules/bcd/manifests/</li> +<li><a href="#puppetmodulesbcdmanifestsinipp">puppet/modules/bcd/manifests/ini.pp</a></li> +<li>puppet/modules/bcd/templates/</li> +<li><a href="#puppetmodulesbcdtemplatessudoersbcd">puppet/modules/bcd/templates/sudoers.bcd</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbcdmanifestsinipp">Added: puppet/modules/bcd/manifests/ini.pp</a> +=================================================================== +--- puppet/modules/bcd/manifests/ini.pp (rev 0) ++++ puppet/modules/bcd/manifests/ini.pp 2011-01-12 16:42:08 UTC (rev 765) +@@ -0,0 +1,32 @@ ++class bcd { ++ $bcd_login = 'bcd' ++ $bcd_home = '/home/bcd' ++ ++ class base { ++ include sudo ++ ++ buildsystem::sshuser { $bcd_login: ++ homedir => $bcd_home, ++ comment => "User for creating ISOs", ++ } ++ ++ package { bcd: ++ ensure => 'installed', ++ } ++ ++ file { "/etc/sudoers.d/bcd": ++ owner => root, ++ group => root, ++ mode => 440, ++ content => template("bcd/sudoers.bcd") ++ } ++ } ++ ++ define ssh_access($type, $key) { ++ ssh_authorized_key{$name: ++ type => $type, ++ key => $key, ++ user => $bcd_login, ++ } ++ } ++} + +<a id="puppetmodulesbcdtemplatessudoersbcd">Added: puppet/modules/bcd/templates/sudoers.bcd</a> +=================================================================== +--- puppet/modules/bcd/templates/sudoers.bcd (rev 0) ++++ puppet/modules/bcd/templates/sudoers.bcd 2011-01-12 16:42:08 UTC (rev 765) +@@ -0,0 +1,6 @@ ++<%= bcd_login %> ALL=(root) NOPASSWD:/bin/mount, /bin/umount, \ ++/usr/sbin/chroot, \ ++/usr/sbin/urpmi, \ ++/usr/sbin/urpmi.addmedia, \ ++/usr/sbin/urpmi.removemedia, \ ++/bin/rm + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/4d5e6f6d/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/4d5e6f6d/attachment-0001.html new file mode 100644 index 000000000..a3d64233b --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/4d5e6f6d/attachment-0001.html @@ -0,0 +1,82 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[768] add sudoers_config define (proposed by misc)</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>768</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 18:32:33 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add sudoers_config define (proposed by misc)</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessudomanifestsinitpp">puppet/modules/sudo/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessudomanifestsinitpp">Modified: puppet/modules/sudo/manifests/init.pp</a> +=================================================================== +--- puppet/modules/sudo/manifests/init.pp 2011-01-12 16:51:20 UTC (rev 767) ++++ puppet/modules/sudo/manifests/init.pp 2011-01-12 17:32:33 UTC (rev 768) +@@ -17,4 +17,13 @@ + mode => 440, + content => template("sudo/sudoers") + } ++ ++ define sudoers_config($content) { ++ file { "/etc/sudoers.d/$name": ++ owner => root, ++ group => root, ++ mode => 440, ++ content => $content, ++ } ++ } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/4d5e6f6d/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/4d5e6f6d/attachment.html new file mode 100644 index 000000000..a3d64233b --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/4d5e6f6d/attachment.html @@ -0,0 +1,82 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[768] add sudoers_config define (proposed by misc)</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>768</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 18:32:33 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add sudoers_config define (proposed by misc)</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessudomanifestsinitpp">puppet/modules/sudo/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessudomanifestsinitpp">Modified: puppet/modules/sudo/manifests/init.pp</a> +=================================================================== +--- puppet/modules/sudo/manifests/init.pp 2011-01-12 16:51:20 UTC (rev 767) ++++ puppet/modules/sudo/manifests/init.pp 2011-01-12 17:32:33 UTC (rev 768) +@@ -17,4 +17,13 @@ + mode => 440, + content => template("sudo/sudoers") + } ++ ++ define sudoers_config($content) { ++ file { "/etc/sudoers.d/$name": ++ owner => root, ++ group => root, ++ mode => 440, ++ content => $content, ++ } ++ } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/5af3ad95/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/5af3ad95/attachment-0001.html new file mode 100644 index 000000000..4d7298f8d --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/5af3ad95/attachment-0001.html @@ -0,0 +1,63 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[267] mgarepo version 1.9.5</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>267</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 01:24:37 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>mgarepo version 1.9.5</pre> + +<h3>Added Paths</h3> +<ul> +<li>build_system/mgarepo/tags/1.9.5/</li> +</ul> + +</div> +<div id="patch"><pre> +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/5af3ad95/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/5af3ad95/attachment.html new file mode 100644 index 000000000..4d7298f8d --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/5af3ad95/attachment.html @@ -0,0 +1,63 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[267] mgarepo version 1.9.5</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>267</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 01:24:37 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>mgarepo version 1.9.5</pre> + +<h3>Added Paths</h3> +<ul> +<li>build_system/mgarepo/tags/1.9.5/</li> +</ul> + +</div> +<div id="patch"><pre> +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/872f6ea4/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/872f6ea4/attachment-0001.html new file mode 100644 index 000000000..ad8f1dc2e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/872f6ea4/attachment-0001.html @@ -0,0 +1,235 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[269] Import my changes + rda's style</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>269</dd> +<dt>Author</dt> <dd>pterjan</dd> +<dt>Date</dt> <dd>2011-01-12 12:44:21 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Import my changes + rda's style</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#build_systemwebindexphp">build_system/web/index.php</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemwebindexphp">Modified: build_system/web/index.php</a> +=================================================================== +--- build_system/web/index.php 2011-01-12 11:42:10 UTC (rev 268) ++++ build_system/web/index.php 2011-01-12 11:44:21 UTC (rev 269) +@@ -12,16 +12,27 @@ + + $upload_dir = "/home/schedbot/uploads"; + $max_modified = 2; +-$title = "Mageia build system"; ++$title = "Mageia build system status"; ++$tz = new DateTimeZone("UTC"); + ++# Temporary until initial mirror is ready ++$nb_rpm = shell_exec('rpm -qp --qf "%{SOURCERPM}\n" /distrib/bootstrap/distrib/cauldron/i586/media/core/release/*.rpm | sort -u | tee src.txt | wc -l'); ++$nb_rpm_mga = shell_exec('grep mga src.txt | tee src.mga.txt | wc -l'); ++shell_exec('grep -v mga src.txt > src.mdv.txt'); ++######################################### ++ + chdir($upload_dir); +-$all_files = shell_exec("find \( -name '*.rpm' -o -name '*.src.rpm.info' -o -name '*.youri' -o -name '*.lock' \) ! -ctime $max_modified"); + +-preg_match_all("!^\./(\w+)/((\w+)/(\w+)/(\w+)/(\d+)\.(\w+)\.(\w+)\.(\d+))_?(.+)(\.src\.rpm(?:\.info)?|\.youri|\.lock)$!m", $all_files, $matches, PREG_SET_ORDER); ++$all_files = shell_exec("find \( -name '*.rpm' -o -name '*.src.rpm.info' -o -name '*.youri' -o -name '*.lock' -o -name '*.done' \) ! -ctime $max_modified"); + ++preg_match_all("!^\./(\w+)/((\w+)/(\w+)/(\w+)/(\d+)\.(\w+)\.(\w+)\.(\d+))_?(.+)(\.src\.rpm(?:\.info)?|\.youri|\.lock|\.done)$!m", $all_files, $matches, PREG_SET_ORDER); ++ + $pkgs = array(); + foreach ($matches as $val) { +- $key = $val[6]; ++ if ($_GET["user"] && ($_GET["user"] != $val[7])) { ++ continue; ++ } ++ $key = $val[6] . $val[7]; + if (!is_array($pkgs[$key])) { + $pkgs[$key] = array(); + $pkgs[$key]["status"] = array(); +@@ -35,8 +46,8 @@ + } + + $status = $val[1]; +- $pkgs[$key]["status"][$status] = 1; + $data = $val[10]; ++ $pkgs[$key]["status"][$status] = $data; + $ext = $val[11]; + if ($ext == ".src.rpm.info") { + preg_match("!^(?:@\d+:)?(.*)!", $data, $name); +@@ -46,8 +57,9 @@ + } else if ($ext == ".youri") { + $pkgs[$key]["status"]["youri"] = 1; + } else if ($ext == ".lock") { ++ preg_match("/(.*)\..*\.(.*)\.\d+\.\d+/", "(\1@\2)", $data); + // parse build bot from $data +- $pkgs[$key]["status"]["build"] = 1; ++ $pkgs[$key]["status"]["build"] = $data; + } + } + // sort by key in reverse order to have more recent pkgs first +@@ -58,27 +70,33 @@ + <head> + <title><? echo $title ?></title> + <style type="text/css"> +-td.todo { +- color: black; ++table { ++ border-spacing: 0; ++ font-family: Helvetica; font-size: 80%; ++ border: 1px solid #ccc; + } +-td.building { +- color: fuchsia; +-} +-td.partial { +- color: purple; +-} +-td.built { +- color: blue; +-} +-td.youri { +- color: olive +-} +-td.uploaded { +- color: green; +-} +-td.failure, td.failure a, td.rejected, td.rejected a { +- color: red; +-} ++table tr { padding: 0; margin: 0; } ++table th { padding: 0.2em 0.5em; margin: 0; border-bottom: 2px solid #ccc; border-right: 1px solid #ccc; } ++table td { padding: 0; margin: 0; padding: 0.2em 0.5em; border-bottom: 1px solid #ccc; } ++ ++tr { background: transparent; } ++tr.uploaded { background: #ddffdd; } ++tr.failure, tr.rejected { background: #ffdddd; } ++tr.todo { background: white; } ++tr.building { background: #ffffdd; } ++tr.partial { background: blue; } ++tr.built { background: #00CCFF; } ++tr.youri { background: olive; } ++ ++td.status-box { width: 1em; height: 1em; } ++tr.uploaded td.status-box { background: green; } ++tr.failure td.status-box, tr.rejected td.status-box { background: red; } ++tr.todo td.status-box { background: white; } ++tr.building td.status-box { background: yellow; } ++tr.partial td.status-box { background: blue; } ++tr.built td.status-box { background: #00CCFF; } ++tr.youri td.status-box { background: olive; } ++ + </style> + </head> + +@@ -107,26 +125,55 @@ + return "unknown"; + } + ++function plural($num) { ++ if ($num > 1) ++ return "s"; ++} ++ ++function key2date($key) { ++ global $tz; ++ $date = DateTime::createFromFormat("YmdHis", $key+0, $tz); ++ $diff = time() - $date->getTimestamp(); ++ if ($diff<60) ++ return $diff . " second" . plural($diff) . " ago"; ++ $diff = round($diff/60); ++ if ($diff<60) ++ return $diff . " minute" . plural($diff) . " ago"; ++ $diff = round($diff/60); ++ if ($diff<24) ++ return $diff . " hour" . plural($diff) . " ago"; ++ $diff = round($diff/24); ++ return $diff . " day" . plural($diff) . " ago"; ++} ++ ++# Temporary until initial mirror is ready ++echo "<a href=\"src.mga.txt\">$nb_rpm_mga src.rpm</a> rebuilt for Mageia out of <a href=\"src.txt\">$nb_rpm</a>. <a href=\"src.mdv.txt\">List of Mandriva packages still present</a>.<br/>\n"; ++######################################### ++ ++echo "<tr><th>Submitted</th><th>User</th><th>Package</th><th>Target</th><th>Media</th><th colspan=\"2\">Status</th></tr>\n"; + foreach ($pkgs as $key => $p) { + $p["type"] = pkg_gettype(&$p); +- echo "<tr>\n"; +- echo "<td>" . $p["user"] . "</td>\n"; ++ echo "<tr class=" . $p["type"] . ">\n"; ++ echo "<td>" . key2date($key) . "</td>\n"; ++ echo "<td><a href='?user=" . $p["user"] . "'>" . $p["user"] . "</a></td>\n"; + echo "<td>" . $p["package"] . "</td>\n"; + echo "<td>" . $p["version"] . "</td>\n"; + echo "<td>" . $p["media"] . "/" . $p["section"] . "</td>\n"; ++ echo "<td class='status-box' />\n"; + $typelink = ""; + if ($p["type"] == "failure") { + $typelink = "/uploads/" . $p["type"] . "/" . $p["path"]; + } else if ($p["type"] == "rejected") { + $typelink = "/uploads/" . $p["type"] . "/" . $p["path"] . ".youri"; + } +- echo "<td class='" . $p["type"] . "'>"; ++ echo "<td>"; + if ($typelink) + echo "<a href='$typelink'>"; + echo $p["type"]; + if ($typelink) + echo "</a>"; +- echo "</td>\n";; ++ } ++ echo "</td>\n"; + echo "</tr>\n"; + } + ?> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/872f6ea4/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/872f6ea4/attachment.html new file mode 100644 index 000000000..ad8f1dc2e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/872f6ea4/attachment.html @@ -0,0 +1,235 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[269] Import my changes + rda's style</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>269</dd> +<dt>Author</dt> <dd>pterjan</dd> +<dt>Date</dt> <dd>2011-01-12 12:44:21 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Import my changes + rda's style</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#build_systemwebindexphp">build_system/web/index.php</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemwebindexphp">Modified: build_system/web/index.php</a> +=================================================================== +--- build_system/web/index.php 2011-01-12 11:42:10 UTC (rev 268) ++++ build_system/web/index.php 2011-01-12 11:44:21 UTC (rev 269) +@@ -12,16 +12,27 @@ + + $upload_dir = "/home/schedbot/uploads"; + $max_modified = 2; +-$title = "Mageia build system"; ++$title = "Mageia build system status"; ++$tz = new DateTimeZone("UTC"); + ++# Temporary until initial mirror is ready ++$nb_rpm = shell_exec('rpm -qp --qf "%{SOURCERPM}\n" /distrib/bootstrap/distrib/cauldron/i586/media/core/release/*.rpm | sort -u | tee src.txt | wc -l'); ++$nb_rpm_mga = shell_exec('grep mga src.txt | tee src.mga.txt | wc -l'); ++shell_exec('grep -v mga src.txt > src.mdv.txt'); ++######################################### ++ + chdir($upload_dir); +-$all_files = shell_exec("find \( -name '*.rpm' -o -name '*.src.rpm.info' -o -name '*.youri' -o -name '*.lock' \) ! -ctime $max_modified"); + +-preg_match_all("!^\./(\w+)/((\w+)/(\w+)/(\w+)/(\d+)\.(\w+)\.(\w+)\.(\d+))_?(.+)(\.src\.rpm(?:\.info)?|\.youri|\.lock)$!m", $all_files, $matches, PREG_SET_ORDER); ++$all_files = shell_exec("find \( -name '*.rpm' -o -name '*.src.rpm.info' -o -name '*.youri' -o -name '*.lock' -o -name '*.done' \) ! -ctime $max_modified"); + ++preg_match_all("!^\./(\w+)/((\w+)/(\w+)/(\w+)/(\d+)\.(\w+)\.(\w+)\.(\d+))_?(.+)(\.src\.rpm(?:\.info)?|\.youri|\.lock|\.done)$!m", $all_files, $matches, PREG_SET_ORDER); ++ + $pkgs = array(); + foreach ($matches as $val) { +- $key = $val[6]; ++ if ($_GET["user"] && ($_GET["user"] != $val[7])) { ++ continue; ++ } ++ $key = $val[6] . $val[7]; + if (!is_array($pkgs[$key])) { + $pkgs[$key] = array(); + $pkgs[$key]["status"] = array(); +@@ -35,8 +46,8 @@ + } + + $status = $val[1]; +- $pkgs[$key]["status"][$status] = 1; + $data = $val[10]; ++ $pkgs[$key]["status"][$status] = $data; + $ext = $val[11]; + if ($ext == ".src.rpm.info") { + preg_match("!^(?:@\d+:)?(.*)!", $data, $name); +@@ -46,8 +57,9 @@ + } else if ($ext == ".youri") { + $pkgs[$key]["status"]["youri"] = 1; + } else if ($ext == ".lock") { ++ preg_match("/(.*)\..*\.(.*)\.\d+\.\d+/", "(\1@\2)", $data); + // parse build bot from $data +- $pkgs[$key]["status"]["build"] = 1; ++ $pkgs[$key]["status"]["build"] = $data; + } + } + // sort by key in reverse order to have more recent pkgs first +@@ -58,27 +70,33 @@ + <head> + <title><? echo $title ?></title> + <style type="text/css"> +-td.todo { +- color: black; ++table { ++ border-spacing: 0; ++ font-family: Helvetica; font-size: 80%; ++ border: 1px solid #ccc; + } +-td.building { +- color: fuchsia; +-} +-td.partial { +- color: purple; +-} +-td.built { +- color: blue; +-} +-td.youri { +- color: olive +-} +-td.uploaded { +- color: green; +-} +-td.failure, td.failure a, td.rejected, td.rejected a { +- color: red; +-} ++table tr { padding: 0; margin: 0; } ++table th { padding: 0.2em 0.5em; margin: 0; border-bottom: 2px solid #ccc; border-right: 1px solid #ccc; } ++table td { padding: 0; margin: 0; padding: 0.2em 0.5em; border-bottom: 1px solid #ccc; } ++ ++tr { background: transparent; } ++tr.uploaded { background: #ddffdd; } ++tr.failure, tr.rejected { background: #ffdddd; } ++tr.todo { background: white; } ++tr.building { background: #ffffdd; } ++tr.partial { background: blue; } ++tr.built { background: #00CCFF; } ++tr.youri { background: olive; } ++ ++td.status-box { width: 1em; height: 1em; } ++tr.uploaded td.status-box { background: green; } ++tr.failure td.status-box, tr.rejected td.status-box { background: red; } ++tr.todo td.status-box { background: white; } ++tr.building td.status-box { background: yellow; } ++tr.partial td.status-box { background: blue; } ++tr.built td.status-box { background: #00CCFF; } ++tr.youri td.status-box { background: olive; } ++ + </style> + </head> + +@@ -107,26 +125,55 @@ + return "unknown"; + } + ++function plural($num) { ++ if ($num > 1) ++ return "s"; ++} ++ ++function key2date($key) { ++ global $tz; ++ $date = DateTime::createFromFormat("YmdHis", $key+0, $tz); ++ $diff = time() - $date->getTimestamp(); ++ if ($diff<60) ++ return $diff . " second" . plural($diff) . " ago"; ++ $diff = round($diff/60); ++ if ($diff<60) ++ return $diff . " minute" . plural($diff) . " ago"; ++ $diff = round($diff/60); ++ if ($diff<24) ++ return $diff . " hour" . plural($diff) . " ago"; ++ $diff = round($diff/24); ++ return $diff . " day" . plural($diff) . " ago"; ++} ++ ++# Temporary until initial mirror is ready ++echo "<a href=\"src.mga.txt\">$nb_rpm_mga src.rpm</a> rebuilt for Mageia out of <a href=\"src.txt\">$nb_rpm</a>. <a href=\"src.mdv.txt\">List of Mandriva packages still present</a>.<br/>\n"; ++######################################### ++ ++echo "<tr><th>Submitted</th><th>User</th><th>Package</th><th>Target</th><th>Media</th><th colspan=\"2\">Status</th></tr>\n"; + foreach ($pkgs as $key => $p) { + $p["type"] = pkg_gettype(&$p); +- echo "<tr>\n"; +- echo "<td>" . $p["user"] . "</td>\n"; ++ echo "<tr class=" . $p["type"] . ">\n"; ++ echo "<td>" . key2date($key) . "</td>\n"; ++ echo "<td><a href='?user=" . $p["user"] . "'>" . $p["user"] . "</a></td>\n"; + echo "<td>" . $p["package"] . "</td>\n"; + echo "<td>" . $p["version"] . "</td>\n"; + echo "<td>" . $p["media"] . "/" . $p["section"] . "</td>\n"; ++ echo "<td class='status-box' />\n"; + $typelink = ""; + if ($p["type"] == "failure") { + $typelink = "/uploads/" . $p["type"] . "/" . $p["path"]; + } else if ($p["type"] == "rejected") { + $typelink = "/uploads/" . $p["type"] . "/" . $p["path"] . ".youri"; + } +- echo "<td class='" . $p["type"] . "'>"; ++ echo "<td>"; + if ($typelink) + echo "<a href='$typelink'>"; + echo $p["type"]; + if ($typelink) + echo "</a>"; +- echo "</td>\n";; ++ } ++ echo "</td>\n"; + echo "</tr>\n"; + } + ?> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/a5361475/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/a5361475/attachment-0001.html new file mode 100644 index 000000000..3b220e3d9 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/a5361475/attachment-0001.html @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[266] mgarepo version 1.9.5</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>266</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 01:21:41 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>mgarepo version 1.9.5</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#build_systemmgarepotrunkCHANGES">build_system/mgarepo/trunk/CHANGES</a></li> +<li><a href="#build_systemmgarepotrunkmgarepo">build_system/mgarepo/trunk/mgarepo</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemmgarepotrunkCHANGES">Modified: build_system/mgarepo/trunk/CHANGES</a> +=================================================================== +--- build_system/mgarepo/trunk/CHANGES 2011-01-11 00:35:59 UTC (rev 265) ++++ build_system/mgarepo/trunk/CHANGES 2011-01-12 00:21:41 UTC (rev 266) +@@ -1,3 +1,8 @@ ++* 1.9.5 ++- rename repsys files to mgarepo, RepSys directory to MgaRepo, and ++ update docs and examples for Mageia ++- fix svn syntax problems in case of paths containing '@' ++ + * 1.9.4 + - add more extentions for files belonging in binrepo + + +<a id="build_systemmgarepotrunkmgarepo">Modified: build_system/mgarepo/trunk/mgarepo</a> +=================================================================== +--- build_system/mgarepo/trunk/mgarepo 2011-01-11 00:35:59 UTC (rev 265) ++++ build_system/mgarepo/trunk/mgarepo 2011-01-12 00:21:41 UTC (rev 266) +@@ -4,7 +4,7 @@ + import getopt + import sys + +-VERSION="1.9.4" ++VERSION="1.9.5" + + HELP = """\ + Usage: mgarepo COMMAND [COMMAND ARGUMENTS] + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/a5361475/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/a5361475/attachment.html new file mode 100644 index 000000000..3b220e3d9 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/a5361475/attachment.html @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[266] mgarepo version 1.9.5</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>266</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 01:21:41 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>mgarepo version 1.9.5</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#build_systemmgarepotrunkCHANGES">build_system/mgarepo/trunk/CHANGES</a></li> +<li><a href="#build_systemmgarepotrunkmgarepo">build_system/mgarepo/trunk/mgarepo</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemmgarepotrunkCHANGES">Modified: build_system/mgarepo/trunk/CHANGES</a> +=================================================================== +--- build_system/mgarepo/trunk/CHANGES 2011-01-11 00:35:59 UTC (rev 265) ++++ build_system/mgarepo/trunk/CHANGES 2011-01-12 00:21:41 UTC (rev 266) +@@ -1,3 +1,8 @@ ++* 1.9.5 ++- rename repsys files to mgarepo, RepSys directory to MgaRepo, and ++ update docs and examples for Mageia ++- fix svn syntax problems in case of paths containing '@' ++ + * 1.9.4 + - add more extentions for files belonging in binrepo + + +<a id="build_systemmgarepotrunkmgarepo">Modified: build_system/mgarepo/trunk/mgarepo</a> +=================================================================== +--- build_system/mgarepo/trunk/mgarepo 2011-01-11 00:35:59 UTC (rev 265) ++++ build_system/mgarepo/trunk/mgarepo 2011-01-12 00:21:41 UTC (rev 266) +@@ -4,7 +4,7 @@ + import getopt + import sys + +-VERSION="1.9.4" ++VERSION="1.9.5" + + HELP = """\ + Usage: mgarepo COMMAND [COMMAND ARGUMENTS] + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/af5c4577/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/af5c4577/attachment-0001.html new file mode 100644 index 000000000..71ba51eb3 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/af5c4577/attachment-0001.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[272] Fix links</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>272</dd> +<dt>Author</dt> <dd>pterjan</dd> +<dt>Date</dt> <dd>2011-01-12 13:45:26 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Fix links</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#build_systemwebindexphp">build_system/web/index.php</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemwebindexphp">Modified: build_system/web/index.php</a> +=================================================================== +--- build_system/web/index.php 2011-01-12 12:40:54 UTC (rev 271) ++++ build_system/web/index.php 2011-01-12 12:45:26 UTC (rev 272) +@@ -147,7 +147,7 @@ + } + + # Temporary until initial mirror is ready +-echo "<a href=\"src.mga.txt\">$nb_rpm_mga src.rpm</a> rebuilt for Mageia out of <a href=\"src.txt\">$nb_rpm</a>. <a href=\"src.mdv.txt\">List of Mandriva packages still present</a>.<br/>\n"; ++echo "<a href=\"data/src.mga.txt\">$nb_rpm_mga src.rpm</a> rebuilt for Mageia out of <a href=\"data/src.txt\">$nb_rpm</a>. <a href=\"data/src.mdv.txt\">List of Mandriva packages still present</a>.<br/>\n"; + ######################################### + + echo "<tr><th>Submitted</th><th>User</th><th>Package</th><th>Target</th><th>Media</th><th colspan=\"2\">Status</th></tr>\n"; + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/af5c4577/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/af5c4577/attachment.html new file mode 100644 index 000000000..71ba51eb3 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/af5c4577/attachment.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[272] Fix links</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>272</dd> +<dt>Author</dt> <dd>pterjan</dd> +<dt>Date</dt> <dd>2011-01-12 13:45:26 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Fix links</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#build_systemwebindexphp">build_system/web/index.php</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemwebindexphp">Modified: build_system/web/index.php</a> +=================================================================== +--- build_system/web/index.php 2011-01-12 12:40:54 UTC (rev 271) ++++ build_system/web/index.php 2011-01-12 12:45:26 UTC (rev 272) +@@ -147,7 +147,7 @@ + } + + # Temporary until initial mirror is ready +-echo "<a href=\"src.mga.txt\">$nb_rpm_mga src.rpm</a> rebuilt for Mageia out of <a href=\"src.txt\">$nb_rpm</a>. <a href=\"src.mdv.txt\">List of Mandriva packages still present</a>.<br/>\n"; ++echo "<a href=\"data/src.mga.txt\">$nb_rpm_mga src.rpm</a> rebuilt for Mageia out of <a href=\"data/src.txt\">$nb_rpm</a>. <a href=\"data/src.mdv.txt\">List of Mandriva packages still present</a>.<br/>\n"; + ######################################### + + echo "<tr><th>Submitted</th><th>User</th><th>Package</th><th>Target</th><th>Media</th><th colspan=\"2\">Status</th></tr>\n"; + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/d99ad066/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/d99ad066/attachment-0001.html new file mode 100644 index 000000000..955ca2e07 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/d99ad066/attachment-0001.html @@ -0,0 +1,144 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[766] typo in filename</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>766</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 17:49:39 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>typo in filename</pre> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesbcdmanifestsinitpp">puppet/modules/bcd/manifests/init.pp</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulesbcdmanifestsinipp">puppet/modules/bcd/manifests/ini.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbcdmanifestsinipp">Deleted: puppet/modules/bcd/manifests/ini.pp</a> +=================================================================== +--- puppet/modules/bcd/manifests/ini.pp 2011-01-12 16:42:08 UTC (rev 765) ++++ puppet/modules/bcd/manifests/ini.pp 2011-01-12 16:49:39 UTC (rev 766) +@@ -1,32 +0,0 @@ +-class bcd { +- $bcd_login = 'bcd' +- $bcd_home = '/home/bcd' +- +- class base { +- include sudo +- +- buildsystem::sshuser { $bcd_login: +- homedir => $bcd_home, +- comment => "User for creating ISOs", +- } +- +- package { bcd: +- ensure => 'installed', +- } +- +- file { "/etc/sudoers.d/bcd": +- owner => root, +- group => root, +- mode => 440, +- content => template("bcd/sudoers.bcd") +- } +- } +- +- define ssh_access($type, $key) { +- ssh_authorized_key{$name: +- type => $type, +- key => $key, +- user => $bcd_login, +- } +- } +-} + +<a id="puppetmodulesbcdmanifestsinitppfromrev765puppetmodulesbcdmanifestsinipp">Copied: puppet/modules/bcd/manifests/init.pp (from rev 765, puppet/modules/bcd/manifests/ini.pp)</a> +=================================================================== +--- puppet/modules/bcd/manifests/init.pp (rev 0) ++++ puppet/modules/bcd/manifests/init.pp 2011-01-12 16:49:39 UTC (rev 766) +@@ -0,0 +1,32 @@ ++class bcd { ++ $bcd_login = 'bcd' ++ $bcd_home = '/home/bcd' ++ ++ class base { ++ include sudo ++ ++ buildsystem::sshuser { $bcd_login: ++ homedir => $bcd_home, ++ comment => "User for creating ISOs", ++ } ++ ++ package { bcd: ++ ensure => 'installed', ++ } ++ ++ file { "/etc/sudoers.d/bcd": ++ owner => root, ++ group => root, ++ mode => 440, ++ content => template("bcd/sudoers.bcd") ++ } ++ } ++ ++ define ssh_access($type, $key) { ++ ssh_authorized_key{$name: ++ type => $type, ++ key => $key, ++ user => $bcd_login, ++ } ++ } ++} + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/d99ad066/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/d99ad066/attachment.html new file mode 100644 index 000000000..955ca2e07 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/d99ad066/attachment.html @@ -0,0 +1,144 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[766] typo in filename</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>766</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 17:49:39 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>typo in filename</pre> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesbcdmanifestsinitpp">puppet/modules/bcd/manifests/init.pp</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulesbcdmanifestsinipp">puppet/modules/bcd/manifests/ini.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbcdmanifestsinipp">Deleted: puppet/modules/bcd/manifests/ini.pp</a> +=================================================================== +--- puppet/modules/bcd/manifests/ini.pp 2011-01-12 16:42:08 UTC (rev 765) ++++ puppet/modules/bcd/manifests/ini.pp 2011-01-12 16:49:39 UTC (rev 766) +@@ -1,32 +0,0 @@ +-class bcd { +- $bcd_login = 'bcd' +- $bcd_home = '/home/bcd' +- +- class base { +- include sudo +- +- buildsystem::sshuser { $bcd_login: +- homedir => $bcd_home, +- comment => "User for creating ISOs", +- } +- +- package { bcd: +- ensure => 'installed', +- } +- +- file { "/etc/sudoers.d/bcd": +- owner => root, +- group => root, +- mode => 440, +- content => template("bcd/sudoers.bcd") +- } +- } +- +- define ssh_access($type, $key) { +- ssh_authorized_key{$name: +- type => $type, +- key => $key, +- user => $bcd_login, +- } +- } +-} + +<a id="puppetmodulesbcdmanifestsinitppfromrev765puppetmodulesbcdmanifestsinipp">Copied: puppet/modules/bcd/manifests/init.pp (from rev 765, puppet/modules/bcd/manifests/ini.pp)</a> +=================================================================== +--- puppet/modules/bcd/manifests/init.pp (rev 0) ++++ puppet/modules/bcd/manifests/init.pp 2011-01-12 16:49:39 UTC (rev 766) +@@ -0,0 +1,32 @@ ++class bcd { ++ $bcd_login = 'bcd' ++ $bcd_home = '/home/bcd' ++ ++ class base { ++ include sudo ++ ++ buildsystem::sshuser { $bcd_login: ++ homedir => $bcd_home, ++ comment => "User for creating ISOs", ++ } ++ ++ package { bcd: ++ ensure => 'installed', ++ } ++ ++ file { "/etc/sudoers.d/bcd": ++ owner => root, ++ group => root, ++ mode => 440, ++ content => template("bcd/sudoers.bcd") ++ } ++ } ++ ++ define ssh_access($type, $key) { ++ ssh_authorized_key{$name: ++ type => $type, ++ key => $key, ++ user => $bcd_login, ++ } ++ } ++} + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/e1e58ce8/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/e1e58ce8/attachment-0001.html new file mode 100644 index 000000000..631fd1c7e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/e1e58ce8/attachment-0001.html @@ -0,0 +1,207 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[268] Import blino's web interface</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>268</dd> +<dt>Author</dt> <dd>pterjan</dd> +<dt>Date</dt> <dd>2011-01-12 12:42:10 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Import blino's web interface</pre> + +<h3>Added Paths</h3> +<ul> +<li>build_system/web/</li> +<li><a href="#build_systemwebindexphp">build_system/web/index.php</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemwebindexphp">Added: build_system/web/index.php</a> +=================================================================== +--- build_system/web/index.php (rev 0) ++++ build_system/web/index.php 2011-01-12 11:42:10 UTC (rev 268) +@@ -0,0 +1,137 @@ ++<?php ++ ++/* Copyright (C) 2011 Oliver Blin *\ ++/**************************************************************************\ ++* This program is free software; you can redistribute it and/or modify it * ++* under the terms of the GNU General Public License aspublished by the * ++* Free Software Foundation; either version 2 of the License, or (at your * ++* option) any later version. * ++\**************************************************************************/ ++ ++error_reporting(E_ALL); ++ ++$upload_dir = "/home/schedbot/uploads"; ++$max_modified = 2; ++$title = "Mageia build system"; ++ ++chdir($upload_dir); ++$all_files = shell_exec("find \( -name '*.rpm' -o -name '*.src.rpm.info' -o -name '*.youri' -o -name '*.lock' \) ! -ctime $max_modified"); ++ ++preg_match_all("!^\./(\w+)/((\w+)/(\w+)/(\w+)/(\d+)\.(\w+)\.(\w+)\.(\d+))_?(.+)(\.src\.rpm(?:\.info)?|\.youri|\.lock)$!m", $all_files, $matches, PREG_SET_ORDER); ++ ++$pkgs = array(); ++foreach ($matches as $val) { ++ $key = $val[6]; ++ if (!is_array($pkgs[$key])) { ++ $pkgs[$key] = array(); ++ $pkgs[$key]["status"] = array(); ++ $pkgs[$key]["path"] = $val[2]; ++ $pkgs[$key]["version"] = $val[3]; ++ $pkgs[$key]["media"] = $val[4]; ++ $pkgs[$key]["section"] = $val[5]; ++ $pkgs[$key]["user"] = $val[7]; ++ $pkgs[$key]["host"] = $val[8]; ++ $pkgs[$key]["job"] = $val[9]; ++ } ++ ++ $status = $val[1]; ++ $pkgs[$key]["status"][$status] = 1; ++ $data = $val[10]; ++ $ext = $val[11]; ++ if ($ext == ".src.rpm.info") { ++ preg_match("!^(?:@\d+:)?(.*)!", $data, $name); ++ $pkgs[$key]["package"] = $name[1]; ++ } else if ($ext == ".src") { ++ $pkgs[$key]["status"]["src"] = 1; ++ } else if ($ext == ".youri") { ++ $pkgs[$key]["status"]["youri"] = 1; ++ } else if ($ext == ".lock") { ++ // parse build bot from $data ++ $pkgs[$key]["status"]["build"] = 1; ++ } ++} ++// sort by key in reverse order to have more recent pkgs first ++krsort($pkgs); ++?> ++<html> ++ ++<head> ++<title><? echo $title ?></title> ++<style type="text/css"> ++td.todo { ++ color: black; ++} ++td.building { ++ color: fuchsia; ++} ++td.partial { ++ color: purple; ++} ++td.built { ++ color: blue; ++} ++td.youri { ++ color: olive ++} ++td.uploaded { ++ color: green; ++} ++td.failure, td.failure a, td.rejected, td.rejected a { ++ color: red; ++} ++</style> ++</head> ++ ++<body> ++<h1><? echo $title ?></h1> ++ ++<table> ++<? ++function pkg_gettype($pkg) { ++ if (array_key_exists("rejected", $pkg["status"])) ++ return "rejected"; ++ if (array_key_exists("youri", $pkg["status"])) { ++ if (array_key_exists("src", $pkg["status"])) ++ return "youri"; ++ else ++ return "uploaded"; ++ } ++ if (array_key_exists("failure", $pkg["status"])) ++ return "failure"; ++ if (array_key_exists("done", $pkg["status"])) ++ return "partial"; ++ if (array_key_exists("build", $pkg["status"])) ++ return "building"; ++ if (array_key_exists("todo", $pkg["status"])) ++ return "todo"; ++ return "unknown"; ++} ++ ++foreach ($pkgs as $key => $p) { ++ $p["type"] = pkg_gettype(&$p); ++ echo "<tr>\n"; ++ echo "<td>" . $p["user"] . "</td>\n"; ++ echo "<td>" . $p["package"] . "</td>\n"; ++ echo "<td>" . $p["version"] . "</td>\n"; ++ echo "<td>" . $p["media"] . "/" . $p["section"] . "</td>\n"; ++ $typelink = ""; ++ if ($p["type"] == "failure") { ++ $typelink = "/uploads/" . $p["type"] . "/" . $p["path"]; ++ } else if ($p["type"] == "rejected") { ++ $typelink = "/uploads/" . $p["type"] . "/" . $p["path"] . ".youri"; ++ } ++ echo "<td class='" . $p["type"] . "'>"; ++ if ($typelink) ++ echo "<a href='$typelink'>"; ++ echo $p["type"]; ++ if ($typelink) ++ echo "</a>"; ++ echo "</td>\n";; ++ echo "</tr>\n"; ++} ++?> ++</table> ++ ++</body> ++ ++</html> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/e1e58ce8/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/e1e58ce8/attachment.html new file mode 100644 index 000000000..631fd1c7e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/e1e58ce8/attachment.html @@ -0,0 +1,207 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[268] Import blino's web interface</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>268</dd> +<dt>Author</dt> <dd>pterjan</dd> +<dt>Date</dt> <dd>2011-01-12 12:42:10 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Import blino's web interface</pre> + +<h3>Added Paths</h3> +<ul> +<li>build_system/web/</li> +<li><a href="#build_systemwebindexphp">build_system/web/index.php</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemwebindexphp">Added: build_system/web/index.php</a> +=================================================================== +--- build_system/web/index.php (rev 0) ++++ build_system/web/index.php 2011-01-12 11:42:10 UTC (rev 268) +@@ -0,0 +1,137 @@ ++<?php ++ ++/* Copyright (C) 2011 Oliver Blin *\ ++/**************************************************************************\ ++* This program is free software; you can redistribute it and/or modify it * ++* under the terms of the GNU General Public License aspublished by the * ++* Free Software Foundation; either version 2 of the License, or (at your * ++* option) any later version. * ++\**************************************************************************/ ++ ++error_reporting(E_ALL); ++ ++$upload_dir = "/home/schedbot/uploads"; ++$max_modified = 2; ++$title = "Mageia build system"; ++ ++chdir($upload_dir); ++$all_files = shell_exec("find \( -name '*.rpm' -o -name '*.src.rpm.info' -o -name '*.youri' -o -name '*.lock' \) ! -ctime $max_modified"); ++ ++preg_match_all("!^\./(\w+)/((\w+)/(\w+)/(\w+)/(\d+)\.(\w+)\.(\w+)\.(\d+))_?(.+)(\.src\.rpm(?:\.info)?|\.youri|\.lock)$!m", $all_files, $matches, PREG_SET_ORDER); ++ ++$pkgs = array(); ++foreach ($matches as $val) { ++ $key = $val[6]; ++ if (!is_array($pkgs[$key])) { ++ $pkgs[$key] = array(); ++ $pkgs[$key]["status"] = array(); ++ $pkgs[$key]["path"] = $val[2]; ++ $pkgs[$key]["version"] = $val[3]; ++ $pkgs[$key]["media"] = $val[4]; ++ $pkgs[$key]["section"] = $val[5]; ++ $pkgs[$key]["user"] = $val[7]; ++ $pkgs[$key]["host"] = $val[8]; ++ $pkgs[$key]["job"] = $val[9]; ++ } ++ ++ $status = $val[1]; ++ $pkgs[$key]["status"][$status] = 1; ++ $data = $val[10]; ++ $ext = $val[11]; ++ if ($ext == ".src.rpm.info") { ++ preg_match("!^(?:@\d+:)?(.*)!", $data, $name); ++ $pkgs[$key]["package"] = $name[1]; ++ } else if ($ext == ".src") { ++ $pkgs[$key]["status"]["src"] = 1; ++ } else if ($ext == ".youri") { ++ $pkgs[$key]["status"]["youri"] = 1; ++ } else if ($ext == ".lock") { ++ // parse build bot from $data ++ $pkgs[$key]["status"]["build"] = 1; ++ } ++} ++// sort by key in reverse order to have more recent pkgs first ++krsort($pkgs); ++?> ++<html> ++ ++<head> ++<title><? echo $title ?></title> ++<style type="text/css"> ++td.todo { ++ color: black; ++} ++td.building { ++ color: fuchsia; ++} ++td.partial { ++ color: purple; ++} ++td.built { ++ color: blue; ++} ++td.youri { ++ color: olive ++} ++td.uploaded { ++ color: green; ++} ++td.failure, td.failure a, td.rejected, td.rejected a { ++ color: red; ++} ++</style> ++</head> ++ ++<body> ++<h1><? echo $title ?></h1> ++ ++<table> ++<? ++function pkg_gettype($pkg) { ++ if (array_key_exists("rejected", $pkg["status"])) ++ return "rejected"; ++ if (array_key_exists("youri", $pkg["status"])) { ++ if (array_key_exists("src", $pkg["status"])) ++ return "youri"; ++ else ++ return "uploaded"; ++ } ++ if (array_key_exists("failure", $pkg["status"])) ++ return "failure"; ++ if (array_key_exists("done", $pkg["status"])) ++ return "partial"; ++ if (array_key_exists("build", $pkg["status"])) ++ return "building"; ++ if (array_key_exists("todo", $pkg["status"])) ++ return "todo"; ++ return "unknown"; ++} ++ ++foreach ($pkgs as $key => $p) { ++ $p["type"] = pkg_gettype(&$p); ++ echo "<tr>\n"; ++ echo "<td>" . $p["user"] . "</td>\n"; ++ echo "<td>" . $p["package"] . "</td>\n"; ++ echo "<td>" . $p["version"] . "</td>\n"; ++ echo "<td>" . $p["media"] . "/" . $p["section"] . "</td>\n"; ++ $typelink = ""; ++ if ($p["type"] == "failure") { ++ $typelink = "/uploads/" . $p["type"] . "/" . $p["path"]; ++ } else if ($p["type"] == "rejected") { ++ $typelink = "/uploads/" . $p["type"] . "/" . $p["path"] . ".youri"; ++ } ++ echo "<td class='" . $p["type"] . "'>"; ++ if ($typelink) ++ echo "<a href='$typelink'>"; ++ echo $p["type"]; ++ if ($typelink) ++ echo "</a>"; ++ echo "</td>\n";; ++ echo "</tr>\n"; ++} ++?> ++</table> ++ ++</body> ++ ++</html> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/ec3a2b58/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/ec3a2b58/attachment-0001.html new file mode 100644 index 000000000..ec3feb70b --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/ec3a2b58/attachment-0001.html @@ -0,0 +1,83 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[767] add bcd module on rabbit, and add ssh key for ennael</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>767</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 17:51:20 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add bcd module on rabbit, and add ssh key for ennael</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2011-01-12 16:49:39 UTC (rev 766) ++++ puppet/manifests/nodes.pp 2011-01-12 16:51:20 UTC (rev 767) +@@ -139,8 +139,12 @@ + node rabbit { + # Location: Server offered by Dedibox (paris) + # +-# TODO: +-# - setup bcd + include default_mageia_server + timezone::timezone { "Europe/Paris": } ++ ++ include bcd::base ++ bcd::ssh_access { "ssh key for ennael": ++ type => 'ssh-rsa', ++ key => 'AAAAB3NzaC1yc2EAAAABIwAAAIEA6CZNPpCrAcVIm6DIC2PBLNIG6uobO7lN/X1MZdEIaTAeF21n8jm7bIyKj3+4faZfaZFwHFeoIcvAv8OcwZJOAAd0itqIZeA9wN8yOxhLNWX4CgUj1uZrWG6DxysIvb0jJ4E5avewkTOw0vOxvM/DJtLnIgRFpdyztUrZyXws7CU=', ++ } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/ec3a2b58/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/ec3a2b58/attachment.html new file mode 100644 index 000000000..ec3feb70b --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/ec3a2b58/attachment.html @@ -0,0 +1,83 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[767] add bcd module on rabbit, and add ssh key for ennael</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>767</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 17:51:20 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add bcd module on rabbit, and add ssh key for ennael</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2011-01-12 16:49:39 UTC (rev 766) ++++ puppet/manifests/nodes.pp 2011-01-12 16:51:20 UTC (rev 767) +@@ -139,8 +139,12 @@ + node rabbit { + # Location: Server offered by Dedibox (paris) + # +-# TODO: +-# - setup bcd + include default_mageia_server + timezone::timezone { "Europe/Paris": } ++ ++ include bcd::base ++ bcd::ssh_access { "ssh key for ennael": ++ type => 'ssh-rsa', ++ key => 'AAAAB3NzaC1yc2EAAAABIwAAAIEA6CZNPpCrAcVIm6DIC2PBLNIG6uobO7lN/X1MZdEIaTAeF21n8jm7bIyKj3+4faZfaZFwHFeoIcvAv8OcwZJOAAd0itqIZeA9wN8yOxhLNWX4CgUj1uZrWG6DxysIvb0jJ4E5avewkTOw0vOxvM/DJtLnIgRFpdyztUrZyXws7CU=', ++ } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/f650cda2/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/f650cda2/attachment-0001.html new file mode 100644 index 000000000..707829f8f --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/f650cda2/attachment-0001.html @@ -0,0 +1,79 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[771] disable bcd for now</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>771</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 19:34:44 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>disable bcd for now</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2011-01-12 17:37:42 UTC (rev 770) ++++ puppet/manifests/nodes.pp 2011-01-12 18:34:44 UTC (rev 771) +@@ -141,10 +141,4 @@ + # + include default_mageia_server + timezone::timezone { "Europe/Paris": } +- +- include bcd::base +- bcd::ssh_access { "ssh key for ennael": +- type => 'ssh-rsa', +- key => 'AAAAB3NzaC1yc2EAAAABIwAAAIEA6CZNPpCrAcVIm6DIC2PBLNIG6uobO7lN/X1MZdEIaTAeF21n8jm7bIyKj3+4faZfaZFwHFeoIcvAv8OcwZJOAAd0itqIZeA9wN8yOxhLNWX4CgUj1uZrWG6DxysIvb0jJ4E5avewkTOw0vOxvM/DJtLnIgRFpdyztUrZyXws7CU=', +- } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/f650cda2/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/f650cda2/attachment.html new file mode 100644 index 000000000..707829f8f --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/f650cda2/attachment.html @@ -0,0 +1,79 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[771] disable bcd for now</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>771</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 19:34:44 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>disable bcd for now</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2011-01-12 17:37:42 UTC (rev 770) ++++ puppet/manifests/nodes.pp 2011-01-12 18:34:44 UTC (rev 771) +@@ -141,10 +141,4 @@ + # + include default_mageia_server + timezone::timezone { "Europe/Paris": } +- +- include bcd::base +- bcd::ssh_access { "ssh key for ennael": +- type => 'ssh-rsa', +- key => 'AAAAB3NzaC1yc2EAAAABIwAAAIEA6CZNPpCrAcVIm6DIC2PBLNIG6uobO7lN/X1MZdEIaTAeF21n8jm7bIyKj3+4faZfaZFwHFeoIcvAv8OcwZJOAAd0itqIZeA9wN8yOxhLNWX4CgUj1uZrWG6DxysIvb0jJ4E5avewkTOw0vOxvM/DJtLnIgRFpdyztUrZyXws7CU=', +- } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/f7efd030/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110112/f7efd030/attachment-0001.html new file mode 100644 index 000000000..f9210d562 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/f7efd030/attachment-0001.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[772] add youri acl config to be able to blacklist some packages</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>772</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 23:58:33 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add youri acl config to be able to blacklist some packages</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbuildsystemmanifestsinitpp">puppet/modules/buildsystem/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesbuildsystemtemplatesyouri_aclconf">puppet/modules/buildsystem/templates/youri_acl.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbuildsystemmanifestsinitpp">Modified: puppet/modules/buildsystem/manifests/init.pp</a> +=================================================================== +--- puppet/modules/buildsystem/manifests/init.pp 2011-01-12 18:34:44 UTC (rev 771) ++++ puppet/modules/buildsystem/manifests/init.pp 2011-01-12 22:58:33 UTC (rev 772) +@@ -146,6 +146,13 @@ + require => File["/etc/youri"], + content => template("buildsystem/submit-upload.conf") + } ++ ++ file { "/etc/youri/acl.conf": ++ ensure => present, ++ mode => 644, ++ require => File["/etc/youri"], ++ content => template("buildsystem/youri_acl.conf") ++ } + } + + define sshuser($homedir, $comment) { + +<a id="puppetmodulesbuildsystemtemplatesyouri_aclconf">Added: puppet/modules/buildsystem/templates/youri_acl.conf</a> +=================================================================== +--- puppet/modules/buildsystem/templates/youri_acl.conf (rev 0) ++++ puppet/modules/buildsystem/templates/youri_acl.conf 2011-01-12 22:58:33 UTC (rev 772) +@@ -0,0 +1 @@ ++.* .* .* ^qt3$ ^blacklisted$ + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110112/f7efd030/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110112/f7efd030/attachment.html new file mode 100644 index 000000000..f9210d562 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110112/f7efd030/attachment.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[772] add youri acl config to be able to blacklist some packages</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>772</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2011-01-12 23:58:33 +0100 (Wed, 12 Jan 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add youri acl config to be able to blacklist some packages</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbuildsystemmanifestsinitpp">puppet/modules/buildsystem/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesbuildsystemtemplatesyouri_aclconf">puppet/modules/buildsystem/templates/youri_acl.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbuildsystemmanifestsinitpp">Modified: puppet/modules/buildsystem/manifests/init.pp</a> +=================================================================== +--- puppet/modules/buildsystem/manifests/init.pp 2011-01-12 18:34:44 UTC (rev 771) ++++ puppet/modules/buildsystem/manifests/init.pp 2011-01-12 22:58:33 UTC (rev 772) +@@ -146,6 +146,13 @@ + require => File["/etc/youri"], + content => template("buildsystem/submit-upload.conf") + } ++ ++ file { "/etc/youri/acl.conf": ++ ensure => present, ++ mode => 644, ++ require => File["/etc/youri"], ++ content => template("buildsystem/youri_acl.conf") ++ } + } + + define sshuser($homedir, $comment) { + +<a id="puppetmodulesbuildsystemtemplatesyouri_aclconf">Added: puppet/modules/buildsystem/templates/youri_acl.conf</a> +=================================================================== +--- puppet/modules/buildsystem/templates/youri_acl.conf (rev 0) ++++ puppet/modules/buildsystem/templates/youri_acl.conf 2011-01-12 22:58:33 UTC (rev 772) +@@ -0,0 +1 @@ ++.* .* .* ^qt3$ ^blacklisted$ + +</pre></div> + +</body> +</html>
\ No newline at end of file |
