~ubuntu-branches/ubuntu/vivid/simplestreams/vivid-updates

« back to all changes in this revision

Viewing changes to tools/hook-check-downloads

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2013-06-28 16:23:11 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130628162311-zit9qzwvhsexcarl
Tags: 0.1.0~bzr266-0ubuntu1
* New upstream snapshot.
  * include sstream-query, improved sstream-sync
  * supports python3

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
   Example:
47
47
    * check the 'path' of all image-download items described by
48
48
      simple stream at
49
 
      http://cloud-images.ubuntu.com/eightprotons/v1/streams/index.js
 
49
      http://cloud-images.ubuntu.com/releases/v1/streams/index.json
50
50
 
51
 
      ${0##*/} http://cloud-images.ubuntu.com/eightprotons/
 
51
      ${0##*/} http://cloud-images.ubuntu.com/releases/
52
52
EOF
53
53
}
54
54