~ubuntu-branches/ubuntu/raring/ubufox/raring-proposed

« back to all changes in this revision

Viewing changes to pfs/db/recreatedb.sh

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-11-12 13:27:26 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20121112132726-ssrixfmjgibo8f3s
Tags: 2.6-0ubuntu1
* New upstream release.
  - Translation updates, thanks to Adolfo Jayme Barrientos and David Planella

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
echo
40
40
echo
41
41
 
42
 
distributionIDs="10.04 10.10 11.04 11.10 12.04"
 
42
distributionIDs="10.04 11.04 11.10 12.04 12.10"
43
43
 
44
44
archs_10_04="amd64 i386"
45
45
archs_10_10="amd64 i386"
46
46
archs_11_04="amd64 i386"
47
47
archs_11_10="amd64 i386"
48
48
archs_12_04="amd64 i386"
 
49
archs_12_10="amd64 i386"
49
50
 
50
51
for distro in $distributionIDs; do
51
52