~elementary-os/elementaryos/appstream-data-pantheon

« back to all changes in this revision

Viewing changes to grab.sh

  • Committer: Corentin Noël
  • Date: 2017-01-13 16:39:40 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: corentin@elementary.io-20170113163940-d2ikq4j07kwmtnpq
Use the right dep11 specification on elementary servers

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
mkdir -p "$TEMP/package/pantheon-data/$SECT/icons/64x64"
36
36
 
37
37
# Start download the data from elementary's mirrored repo
38
 
wget "$URL/dists/$DIST/$SECT/appstream/Components-amd64.yml.gz" -O "$TEMP/components.yml.gz"
39
 
wget "$URL/dists/$DIST/$SECT/appstream/icons-128x128.tar.gz" -O "$TEMP/icons-128.tar.gz"
40
 
wget "$URL/dists/$DIST/$SECT/appstream/icons-64x64.tar.gz" -O "$TEMP/icons-64.tar.gz"
 
38
wget "$URL/dists/$DIST/$SECT/dep11/Components-amd64.yml.gz" -O "$TEMP/components.yml.gz"
 
39
wget "$URL/dists/$DIST/$SECT/dep11/icons-128x128.tar.gz" -O "$TEMP/icons-128.tar.gz"
 
40
wget "$URL/dists/$DIST/$SECT/dep11/icons-64x64.tar.gz" -O "$TEMP/icons-64.tar.gz"
41
41
 
42
42
# Unpack all the data and put it where it needs to go
43
43
mv "$TEMP/components.yml.gz" "$TEMP/package/pantheon-data/$SECT/pantheon_$DIST-${SECT}_${ARCH}.yml.gz"