~fginther/ppa-dev-tools/ppa_sync-fix-source-package-search

« back to all changes in this revision

Viewing changes to ppa-put

  • Committer: Bryce Harrington
  • Date: 2012-01-20 19:00:05 UTC
  • Revision ID: bryce@canonical.com-20120120190005-moah2lts7i3c5s7t
Provide some helpful output on completion

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# something like:
7
7
#   xf86-input-wacom_0.11.0-0ubuntu2~lp787781~1_source.changes
8
8
 
 
9
# TODO:  If no *.changes given, but there is a debian/changelog
 
10
#        with an appropriate version number, then run debuild -S
 
11
 
9
12
changes=$1
10
13
lpusername=bryce
11
14
 
47
50
 
48
51
echo dput ${options} ${ppa} ${changes}
49
52
dput ${options} ${ppa} ${changes}
 
53
 
 
54
echo
 
55
echo "To watch build progress run:"
 
56
echo "ppa-wait ${ppa}"
 
 
b'\\ No newline at end of file'