null+****@clear*****
null+****@clear*****
2010年 8月 21日 (土) 12:56:02 JST
Kouhei Sutou 2010-08-21 03:56:02 +0000 (Sat, 21 Aug 2010) New Revision: 46086dee339899b060ce1ae89454bdc1b4eaa122 Log: don't delete existence files. Modified files: apt/Makefile.am Modified: apt/Makefile.am (+4 -5) =================================================================== --- apt/Makefile.am 2010-08-21 01:28:42 +0000 (664c5c8) +++ apt/Makefile.am 2010-08-21 03:56:02 +0000 (1107d5e) @@ -26,11 +26,10 @@ ensure-rsync-path: fi upload: ensure-rsync-path - for distribution in $(DISTRIBUTIONS); do \ - (cd $${distribution}; \ - rsync -avz --exclude .svn --delete \ - dists pool $(RSYNC_PATH)/$${distribution}; \ - ); \ + for distribution in $(DISTRIBUTIONS); do \ + (cd $${distribution}; \ + rsync -avz dists pool $(RSYNC_PATH)/$${distribution}; \ + ); \ done rsync: