Skip to content

Commit

Permalink
remove some mentions of github and rubim
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Apr 14, 2011
1 parent 4ddb002 commit ed4a736
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Copyright (c) 2006-2009 Sylvain Joyeux <sylvain.joyeux@m4x.org>
Copyright (c) 2006-2011 Sylvain Joyeux <sylvain.joyeux@m4x.org> and contributors

* http://doudou.github.com/autobuild
* http://github.com/doudou/autobuild
* http://doudou.github.com/autoproj
* http://rock-robotics.org

This work is licensed under the GPLv2 license. See License.txt for details

Expand Down
4 changes: 2 additions & 2 deletions lib/autobuild/import/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def initialize(repository, branch = nil, options = {})
if branch
STDERR.puts "WARN: the git importer now expects you to provide the branch as a named option"
STDERR.puts "WARN: this form is deprecated:"
STDERR.puts "WARN: Autobuild.git 'git://github.com/doudou/autobuild.git', 'master'"
STDERR.puts "WARN: Autobuild.git 'git://gitorious.org/rock/buildconf.git', 'master'"
STDERR.puts "WARN: and should be replaced by"
STDERR.puts "WARN: Autobuild.git 'git://github.com/doudou/autobuild.git', :branch => 'master'"
STDERR.puts "WARN: Autobuild.git 'git://gitorious.org/rock/buildconf.git', :branch => 'master'"
end

gitopts, common = Kernel.filter_options options, :push_to => nil, :branch => nil, :tag => nil, :commit => nil
Expand Down
2 changes: 1 addition & 1 deletion lib/autobuild/packages/orogen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def method_missing(*args)

# This class represents packages generated by orogen. oroGen is a
# specification and code generation tool for the Orocos/RTT integration
# framework. See http://doudou.github.com/orogen for more information.
# framework. See http://rock-robotics.org for more information.
#
# This class extends the CMake package class to handle the code generation
# step. Moreover, it will load the orogen specification and automatically
Expand Down

0 comments on commit ed4a736

Please sign in to comment.