224
224
logging.debug('Adding static tarball %s', static_tar)
225
225
shutil.move(static_tar, os.path.join(base_pkg, 'data', 'static.tar'))
231
227
# sanity check: we just created -base, so the update package should not
233
229
if os.path.isdir(update_pkg):