From 3cd94ccc597ca4158ff98bb0a217da73025d9cd1 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Fri, 1 Jan 2016 16:55:57 +0900 Subject: [PATCH] snmsts-> roswell --- INSTALL.md | 8 ++++---- debian/control | 4 ++-- debian/copyright | 2 +- documents/ros.md | 2 +- scripts/homebrew.ros | 2 +- scripts/res/roswell.rb.emb | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 19c71c1..4e3a27f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,7 +8,7 @@ Instruction for the system-wide installation follows: - $ git clone -b release https://github.com/snmsts/roswell.git + $ git clone -b release https://github.com/roswell/roswell.git $ cd roswell $ sh bootstrap $ ./configure @@ -19,16 +19,16 @@ Instruction for the system-wide installation follows: This is useful when using roswell as a backend of CI services (e.g. travis): When you specify a directory accessible without root permission, then you can switch to the new [container-based infrastructure](http://docs.travis-ci.com/user/workers/container-based-infrastructure/) for faster startup (of the tests). -This option can be used to write an installation script for CI services, but [we already provide such a script for Travis, CircleCI and Coverall](https://github.com/snmsts/roswell/wiki/4.-Roswell-as-a-Testing-Environment-(Travis-CI-and-Coverall)))) using this feature. +This option can be used to write an installation script for CI services, but [we already provide such a script for Travis, CircleCI and Coverall](https://github.com/roswell/roswell/wiki/4.-Roswell-as-a-Testing-Environment-(Travis-CI-and-Coverall)))) using this feature. Example: - $ git clone -b release https://github.com/snmsts/roswell.git + $ git clone -b release https://github.com/roswell/roswell.git $ cd roswell $ sh bootstrap $ ./configure --prefix ~/.local/ $ make && make install ### in this case, no sudo is required! $ ~/.local/bin/ros -For the further information, see https://github.com/snmsts/roswell/wiki +For the further information, see https://github.com/roswell/roswell/wiki diff --git a/debian/control b/debian/control index 4c4f399..a5dc727 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Priority: optional Maintainer: Masatoshi SANO Build-Depends: debhelper (>= 9) Standards-Version: 3.9.5 -Homepage: https://github.com/snmsts/roswell -Vcs-Git: https://github.com/snmsts/roswell.git +Homepage: https://github.com/roswell/roswell +Vcs-Git: https://github.com/roswell/roswell.git Package: roswell Architecture: any diff --git a/debian/copyright b/debian/copyright index 2bc3c48..db82414 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: roswell -Source: https://github.com/snmsts/roswell +Source: https://github.com/roswell/roswell Files: * Copyright: 2014-2015 SANO Masatoshi diff --git a/documents/ros.md b/documents/ros.md index 8accc9e..efcb653 100644 --- a/documents/ros.md +++ b/documents/ros.md @@ -198,7 +198,7 @@ ROSWELL_HOME # Bugs -Check out issues list (https://github.com/snmsts/roswell/issues) +Check out issues list (https://github.com/roswell/roswell/issues) # SEE ALSO _sbcl_(1) _ros-dump_(1) _ros-init_(1) _ros-install_(1) _ros-list_(1) _ros-setup_(1) diff --git a/scripts/homebrew.ros b/scripts/homebrew.ros index b0371ca..0c2be69 100755 --- a/scripts/homebrew.ros +++ b/scripts/homebrew.ros @@ -34,7 +34,7 @@ exec ros -Q -L sbcl-bin -- $0 "$@" body))))) (defun main (&rest argv) - (let* ((url (get-newest-url "snmsts/roswell" :master (equal (first argv) "master"))) + (let* ((url (get-newest-url "roswell/roswell" :master (equal (first argv) "master"))) (sha256 (sha256-from-url url)) (version (if (first argv) "version \"9.9.9.9\"" ""))) (format t "url:~A~%sha256:~A~%" url sha256) diff --git a/scripts/res/roswell.rb.emb b/scripts/res/roswell.rb.emb index de44408..f43c67f 100644 --- a/scripts/res/roswell.rb.emb +++ b/scripts/res/roswell.rb.emb @@ -1,9 +1,9 @@ class Roswell < Formula - homepage "https://github.com/snmsts/roswell/" + homepage "https://github.com/roswell/roswell/" url "<% @var url %>" sha256 "<% @var sha256 %>" <% @var version %> - head "https://github.com/snmsts/roswell.git" + head "https://github.com/roswell/roswell.git" depends_on "autoconf" => :build depends_on "automake" => :build