|
現: 2013-04-13 (土) 00:38:28 nao-pon  |
| | + | #navi |
| | + | RIGHT:&rsslink(../); |
| | + | #boxdate |
| | | | |
| | + | * [GitHub] @xoopscube/legacy/extras の lecat の抜き出しメモ [#h7a86638] |
| | + | RIGHT:&tag(XOOPS,XCL,メモ,GitHub); |
| | + | |
| | + | #code(sh){{ |
| | + | cd xoopsx_legacy |
| | + | git checkout xoopscube |
| | + | git pull |
| | + | |
| | + | cd ../ |
| | + | |
| | + | git clone xoopsx_legacy lecat_html |
| | + | cd lecat_html |
| | + | git filter-branch --subdirectory-filter extras/extra_modules/html/modules/lecat HEAD |
| | + | |
| | + | cd ../ |
| | + | |
| | + | git clone xoopsx_legacy lecat_trust |
| | + | cd lecat_trust |
| | + | git filter-branch --subdirectory-filter extras/extra_modules/xoops_trust_path/modules/lecat HEAD |
| | + | |
| | + | cd ../ |
| | + | |
| | + | git init lecat |
| | + | cd lecat |
| | + | |
| | + | mkdir html |
| | + | mkdir html/modules |
| | + | mkdir html/modules/lecat |
| | + | touch html/modules/lecat/.gitkeep |
| | + | mkdir xoops_trust_path |
| | + | mkdir xoops_trust_path/modules |
| | + | mkdir xoops_trust_path/modules/lecat |
| | + | touch xoops_trust_path/modules/lecat/.gitkeep |
| | + | |
| | + | git add -A |
| | + | git commit -a -m "create directory" |
| | + | |
| | + | git remote add lecat_html ../lecat_html |
| | + | git fetch lecat_html |
| | + | git merge -X subtree=html/modules/lecat lecat_html/xoopscube |
| | + | |
| | + | git remote add lecat_trust ../lecat_trust |
| | + | git fetch lecat_trust |
| | + | git merge -X subtree=xoops_trust_path/modules/lecat lecat_trust/xoopscube |
| | + | }} |
| | + | |
| | + | 更新分適用は次のような感じでいけるのかな?要チェック。 |
| | + | |
| | + | #code(sh){{ |
| | + | cd xoopsx_legacy |
| | + | git checkout xoopscube |
| | + | git pull |
| | + | |
| | + | cd ../ |
| | + | |
| | + | rm -rf lecat_html |
| | + | git clone xoopsx_legacy lecat_html |
| | + | cd lecat_html |
| | + | git filter-branch --subdirectory-filter extras/extra_modules/html/modules/lecat HEAD |
| | + | |
| | + | cd ../ |
| | + | |
| | + | rm -rf lecat_trust |
| | + | git clone xoopsx_legacy lecat_trust |
| | + | cd lecat_trust |
| | + | git filter-branch --subdirectory-filter extras/extra_modules/xoops_trust_path/modules/lecat HEAD |
| | + | |
| | + | cd ../ |
| | + | |
| | + | cd lecat |
| | + | |
| | + | git fetch lecat_html |
| | + | git merge -X subtree=html/modules/lecat lecat_html/xoopscube |
| | + | |
| | + | git fetch lecat_trust |
| | + | git merge -X subtree=xoops_trust_path/modules/lecat lecat_trust/xoopscube |
| | + | }} |
| | + | |
| | + | RIGHT:&font(90%){&page_comments;}; |
| | + | #navi |
- nao-pon/blog/2013-04-13 のバックアップ差分(No. All)
Counter: 409,
today: 1,
yesterday: 0