gitweb: Imported uncommitted changes, removed contrib tests
This commit is contained in:
parent
49731a18f9
commit
0adcd8d008
@ -19,7 +19,7 @@ use File::Basename qw(basename);
|
||||
binmode STDOUT, ':utf8';
|
||||
|
||||
our $cgi = new CGI;
|
||||
our $version = "1.4.4.4";
|
||||
our $version = "1.4.4.2";
|
||||
our $my_url = $cgi->url();
|
||||
our $my_uri = $cgi->url(-absolute => 1);
|
||||
|
||||
@ -76,7 +76,7 @@ our $strict_export = "";
|
||||
|
||||
# list of git base URLs used for URL to where fetch project from,
|
||||
# i.e. full URL is "$git_base_url/$project"
|
||||
our @git_base_url_list = grep { $_ ne '' } ("");
|
||||
our @git_base_url_list = ("git://crux.nu", "ssh://crux.nu/home/crux/scm");
|
||||
|
||||
# default blob_plain mimetype and default charset for text/plain blob
|
||||
our $default_blob_plain_mimetype = 'text/plain';
|
||||
@ -179,15 +179,14 @@ our %feature = (
|
||||
|
||||
# CRUX: allow custom default HEAD for each project
|
||||
our %default_heads = (
|
||||
"ports/core.git" => "2.2",
|
||||
"ports/opt.git" => "2.2",
|
||||
"ports/contrib.git" => "2.2",
|
||||
"ports/contrib-old.git" => "2.2",
|
||||
"ports/xfce.git" => "2.2",
|
||||
"ports/xorg.git" => "2.2",
|
||||
"ports/sip.git" => "2.2",
|
||||
"ports/core.git" => "2.4",
|
||||
"ports/opt.git" => "2.4",
|
||||
"ports/contrib.git" => "2.4",
|
||||
"ports/xfce.git" => "2.4",
|
||||
"ports/xorg.git" => "2.4",
|
||||
"ports/sip.git" => "2.4",
|
||||
"ports/kde.git" => "2.2",
|
||||
"system/iso.git" => "2.2",
|
||||
"system/iso.git" => "2.4",
|
||||
);
|
||||
|
||||
sub gitweb_get_default_head {
|
||||
|
@ -1,12 +1,12 @@
|
||||
/* CRUX custom */
|
||||
.cruxheader {
|
||||
text-align: center;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:.9em;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size:12px;
|
||||
background-color: #FFF;
|
||||
background-image: url("cruxlogo.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: top;
|
||||
background-position: top;
|
||||
padding: 70px 0px 10px 10px;
|
||||
border: 1px solid #DDDDDD;
|
||||
}
|
||||
@ -20,7 +20,8 @@ body {
|
||||
background-color: #EEEEDF;
|
||||
color: #000;
|
||||
margin: 20px;
|
||||
font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
|
||||
font-size: 13px;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -4,7 +4,7 @@
|
||||
<a href="/Main/Download">Download</a> ::
|
||||
<a href="/Main/Development">Development</a> ::
|
||||
<a href="/Main/Community">Community</a> ::
|
||||
<a href="/Public/HomePage">Public</a> ::
|
||||
<a href="/Wiki/HomePage">Wiki</a> ::
|
||||
<a href="/portdb">Ports</a> ::
|
||||
<a href="/Main/Bugs" title="">Bugs</a> ::
|
||||
<a href="/Main/Links" title="">Links</a> ::
|
||||
|
@ -4,16 +4,21 @@ misc%2Fudev-rules.git Matt+Housh
|
||||
ports%2Fattic.git CRUX+Team
|
||||
ports%2Fkde.git Alan+Mizrahi
|
||||
ports%2Fcontrib.git CRUX+Contributors
|
||||
ports%2Fcontrib-old.git CRUX+Contributors
|
||||
ports%2Fcore.git CRUX+System+Team
|
||||
ports%2Fcore-x86_64.git CRUX+System+Team
|
||||
ports%2Fopt.git CRUX+Ports+Team
|
||||
ports%2Fopt-x86_64.git CRUX+Ports+Team
|
||||
ports%2Fsip.git Simone+Rota
|
||||
ports%2Fxfce.git Juergen+Daubert
|
||||
ports%2Fxorg.git Tilman+Sauerbeck
|
||||
ports%2Fxorg-x86_64.git Tilman+Sauerbeck
|
||||
system%2Fiso.git CRUX+System+Team
|
||||
tools%2Fhttpup.git Johannes+Winkelmann
|
||||
tools%2Fpkg-get.git Simone+Rota
|
||||
tools%2Fpkgsync.git CRUX+Team
|
||||
tools%2Fpkgutils.git Johannes+Winkelmann
|
||||
tools%2Fpkgutils.git CRUX+Team
|
||||
tools%2Fports.git CRUX+Team
|
||||
tools%2Fprt-get.git Johannes+Winkelmann
|
||||
tools%2Fprt-utils.git Simone+Rota
|
||||
tools%2Fwebtools.git Simone+Rota
|
||||
ports%2Ftilman.git Tilman+Sauerbeck
|
||||
|
@ -1,9 +1,3 @@
|
||||
To clone one of these trees using <a href="http://git.or.cz/index.html">Git</a>:<br/>
|
||||
<code>git clone git://crux.nu/</code> + project path.<br/>
|
||||
<br/>
|
||||
For more information about GIT, see an
|
||||
<a href="http://git.or.cz/">overview</a>, the
|
||||
<a href="http://www.kernel.org/pub/software/scm/git/docs/tutorial.html">tutorial</a>
|
||||
|
||||
or the
|
||||
<a href="http://www.kernel.org/pub/software/scm/git/docs">man pages</a>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user