Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
fix some rules in the ruleset. #37
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleKarrot committed Jul 18, 2013
1 parent 1ff4eb0 commit 676c464
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions repositories.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,7 @@ repository math : common_branches
"boost/math/" : "include/boost/math/";
"boost/math_fwd.hpp" : "include/boost/math_fwd.hpp";
"libs/math/";
"libs/math_functions/"; // was renamed to "math" in revision 4007
}
branches
{
Expand Down Expand Up @@ -1508,6 +1509,7 @@ repository python : common_branches
[:] "/branches/python-voidptr/boost/" : "old-branches/python-voidptr";
[:] "/branches/boost/boost/" : "old-branches/oops";
[:] "/branches/python_v2_API_restructure/boost/" : "old-branches/python_v2_API_restructure";
[:] "/sandbox-branches/boost/" : "sandbox-branches/boost";
}
tags
{
Expand Down Expand Up @@ -2047,8 +2049,8 @@ repository type_traits : common_branches
"boost/detail/ob_type_traits.hpp" : "include/boost/detail/ob_type_traits.hpp";
"boost/type_traits.hpp" : "include/boost/type_traits.hpp";
"boost/type_traits/" : "include/boost/type_traits/";
"development/type_traits/boost/" : "include/boost/";
"development/type_traits/libs/type_traits/";
"development/type_traits/boost/" : "development/include/boost/";
"development/type_traits/libs/type_traits/" : "development";
"libs/type_traits/";
}
branches
Expand All @@ -2069,6 +2071,7 @@ repository units : common_branches
}
branches
{
[:] "/sandbox/units/" : "sandbox/units";
[:] "/sandbox-branches/steven_watanabe/" : "sandbox/steven_watanabe";
}
tags
Expand Down Expand Up @@ -2358,6 +2361,7 @@ repository build : tools_branches
}
branches
{
[:] "/branches/build-development/boost/" : "old-branches/build-development";
[:] "/branches/build-development-2/boost/" : "old-branches/build-development-2";
}
tags
Expand Down Expand Up @@ -2516,6 +2520,19 @@ repository website
}
}

repository website
{
content
{
"doc/" : "doc/";
"tools/" : "tools/";
}
branches
{
[:] "/sandbox/boost_docs/trunk/" : "sandbox/boost_docs";
}
}

repository boost : common_branches
{
content
Expand Down

0 comments on commit 676c464

Please sign in to comment.