Revision: | 61 |
Committed: | 2008-11-29T05:05:57-08:00 (16 years, 6 months ago) by douglas |
Content type: | text/x-sh |
File size: | 249 byte(s) |
Log Message: | Scripts! |
# | Content |
---|---|
1 | #!/usr/bin/env bash |
2 | # Ubuntu Upload |
3 | # |
4 | # Douglas Thrift |
5 | # |
6 | # $Id$ |
7 | |
8 | source "`dirname $0`/common" |
9 | |
10 | server='slowhand.douglasthrift.net' |
11 | path='DouglasThrift.net/WWW/data/apt' |
12 | dist='universe' |
13 | |
14 | rsync -Pv $package/*.@(deb|dsc|gz) "$server:$path/pool/$dist/" |
Name | Value |
---|---|
svn:executable | * |
svn:keywords | Id |
svn:mime-type | text/x-sh |