Changeset 1395 for cpc/trunk/project/bin
- Timestamp:
- Sep 20, 2010, 3:25:12 AM (11 years ago)
- Location:
- cpc/trunk/project/bin
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/bin/updateDB3.sh
r1393 r1395 129 129 130 130 php symfony top:Deputes 131 for month in 06 07 08 09 10 11 12; do 132 php symfony top:Deputes 2007-$month-01 133 done 134 for year in 2008 2009; do 135 for month in 01 02 03 04 05 06 07 08 09 10 11 12; do 136 php symfony top:Deputes $year-$month-01 137 done 138 done 139 for month in 01 02 03 04 05 06 07 08 09; do 140 php symfony top:Deputes 2010-$month-01 141 done 142 131 bash bin/update_tops 143 132 144 133 #bash bin/update_hardcache_all
Note: See TracChangeset
for help on using the changeset viewer.