• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修訂9f10826aa8b21bd336070aa3a099f7b607b3caa8 (tree)
時間2012-07-19 03:58:58
作者Dave Brondsema <dbrondsema@geek...>
CommiterJenny Steele

Log Message

[#4539] quieter rebuild

Change Summary

差異

--- a/rebuild.bash
+++ b/rebuild.bash
@@ -1,7 +1,7 @@
11 for APP in Allura* *Forge* NoWarnings
22 do
3- echo "# installing $APP dependencies"
4- pushd $APP
5- python setup.py develop || exit
6- popd
3+ echo "# setting up $APP dependencies"
4+ pushd $APP > /dev/null
5+ python setup.py -q develop || exit
6+ popd > /dev/null
77 done