Parent Directory
|
Revision Log
|
Patch
| revision 1927 by lucas, Tue Feb 15 20:20:52 2011 UTC | revision 1928 by lucas, Sat Mar 26 07:47:55 2011 UTC | |
|---|---|---|
| # | Line 478 testing-migrations: | Line 478 testing-migrations: |
| 478 | upload-history: | upload-history: |
| 479 | type: upload-history | type: upload-history |
| 480 | path: /org/udd.debian.org/tmp/upload-history | path: /org/udd.debian.org/tmp/upload-history |
| 481 | update-command: if [ ! -e /org/udd.debian.org/tmp/upload-history/ ]; then mkdir /org/udd.debian.org/tmp/upload-history/; fi; lftp -c 'mirror -e -P http://master.debian.org/~lucas/ddc-parser/ /org/udd.debian.org/tmp/upload-history' | update-command: if [ ! -e /org/udd.debian.org/tmp/upload-history/ ]; then mkdir /org/udd.debian.org/tmp/upload-history/; fi; cd /org/udd.debian.org/tmp/upload-history ; lftp -c 'open http://master.debian.org/ ; mirror -e -P http://master.debian.org/~lucas/ddc-parser/' |
| 482 | schema: upload_history | schema: upload_history |
| 483 | table: upload_history | table: upload_history |
| 484 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |