Add python script for publishing image #8

Merged
mhfowler merged 7 commits from release into master 2021-03-16 13:40:30 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 83dc63602a - Show all commits

View File

@ -56,8 +56,6 @@ def publish_img(release_dir):
release_img_url = img_path.replace('/var/www/releases.peachcloud.org/html/', '/')
with open(manifest_path, 'r') as f:
manifest = json.loads(f.read())
for k, v in manifest.items():
print("{}: {}".format(k, v))
packages = manifest['packages']
render_template(
src="release_index.html",