~xnox/ubuntu-cdimage/generic-preinstalled

« back to all changes in this revision

Viewing changes to bin/archive-image

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2021-05-13 13:20:09 UTC
  • Revision ID: lukasz.zemczak@canonical.com-20210513132009-ev5apkbta819e3rr
Use the real directory paths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
[ "$1" == "-h" ] && usage "Helper tool for old image archival."
71
71
 
72
72
# Hard-coded directories, make sure those are up-to-date
73
 
CDIMAGE_FULL="/home/cdimage/cdimage/www/full"
74
 
CDIMAGE_SIMPLE="/home/cdimage/cdimage/www/simple"
75
 
OLD_IMAGES="/home/cdimage/cdimage/old-images"
76
 
OLD_RELEASES="/home/cdimage/cdimage/www/old-releases"
 
73
CDIMAGE_FULL="/srv/cdimage.ubuntu.com/www/full"
 
74
CDIMAGE_SIMPLE="/srv/cdimage.ubuntu.com/www/simple"
 
75
OLD_IMAGES="/srv/cdimage.ubuntu.com/old-images"
 
76
OLD_RELEASES="/srv/cdimage.ubuntu.com/www/old-releases"
77
77
 
78
78
images_arg=$(realpath -s $1)
79
79
# Remove .img or .iso suffix, in case it's given