= Week Report =
 * 2008-02-18
   * 升級 Kernel 至 2.6.18-6-k7, 重跑 vmware-config.pl 好恢復 vmware virtual machine 的正常運作.
   * subversion upload 教學
   * 修改 trac.ini 如下所示, 讓 RSS 可以顯示 ticket 的變化
{{{
#!diff
Index: gocca/conf/trac.ini
====
--- gocca/conf/trac.ini.org     2008-02-18 19:15:55.000000000 +0800
+++ gocca/conf/trac.ini 2008-02-18 19:16:49.000000000 +0800
@@ -53,7 +53,7 @@
 [header_logo]
 alt = "NCHC Grid Operation Center Certification Authority"
 height = -1
-link = http://free.nchc.org.tw/gocca
+link = http://trac.nchc.org.tw/gocca
 src = common/trac_banner.png
 width = -1
@@ -96,7 +96,7 @@
 footer = Power by Open Source Taskforce, NCHC, Taiwan
 icon = common/trac.ico
 name = GOC CA
-url = http://free.nchc.org.tw/gocca
+url = http://trac.nchc.org.tw/gocca
 [search]
 min_query_length = 3
@@ -113,7 +113,7 @@
 changeset_long_messages = false
 changeset_show_files = 0
 default_daysback = 30
-ticket_show_details = false
+ticket_show_details = true
}}}