~xnox/debian-cd/unbreak-grub2-hybrid-iso

« back to all changes in this revision

Viewing changes to tools/scanpackages

  • Committer: Iain Lane
  • Date: 2020-06-29 11:23:31 UTC
  • mfrom: (2067.2.1 debian-cd)
  • Revision ID: iain.lane@canonical.com-20200629112331-hytdg6ccwzziefat
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
fi
130
130
 
131
131
# Generating Packages files
132
 
apt-ftparchive --no-contents generate $PREFIX.generate-binary
 
132
apt-ftparchive --no-contents --no-md5 --no-sha1 generate $PREFIX.generate-binary
133
133
if [ -n "$NONUS" ]; then
134
 
    apt-ftparchive --no-contents generate $PREFIX.generate-binary-non-US
 
134
    apt-ftparchive --no-contents --no-md5 --no-sha1 generate $PREFIX.generate-binary-non-US
135
135
fi
136
136
if [ -e "$MIRROR/dists/$DI_CODENAME/main/debian-installer" ]; then
137
 
    apt-ftparchive --no-contents generate $PREFIX.generate-binary-debian-installer
 
137
    apt-ftparchive --no-contents --no-sha1 generate $PREFIX.generate-binary-debian-installer
138
138
fi
139
139
 
140
140
if [ "$PROJECT" != ubuntu-moblin-remix ] && \