2012-10-10から1日間の記事一覧

git-submodule updateで(no branch)になるのか

Git

$ git submodule add git://path name $ git ci -m "add submodule" $ git pushsubmodule追加して別のどこかで $ git pull $ git submodule init $ git submodule updateした時に $ cd name $ git br * (no branch) masterそのためgit-submodule foreachなど…

checkinstallの入れ方忘れるので書いた

# cd /usr/local/src # wget http://asic-linux.com.mx/~izto/checkinstall/files/source/checkinstall-1.6.2.tar.gz # tar zxvf checkinstall-1.6.2.tar.gz # cd checkinstall-1.6.2 # make # make install ## 自身をRPMにする # checkinstall # rpm -ivh /…