ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/ubuntu/upload
Revision: 107
Committed: 2009-09-01T02:49:36-07:00 (15 years, 9 months ago) by douglas
Content type: text/x-sh
File size: 267 byte(s)
Log Message:
Merge fix upload.

File Contents

# 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 -LPv $package/*.@(deb|diff.gz|dsc|orig.tar.gz) "$server:$path/pool/$dist/"

Properties

Name Value
svn:executable *
svn:keywords Id
svn:mime-type text/x-sh