Skip to content
Snippets Groups Projects
Commit 2d71efb6 authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
Browse files

Added a index.html to the Update Site. Otherwise users might wonder why the...

Added a index.html to the Update Site. Otherwise users might wonder why the directory returns a 404.
parent 87d040bd
No related branches found
No related tags found
No related merge requests found
Pipeline #279985 passed
......@@ -44,6 +44,10 @@ for release in releases:
if not os.path.exists(path):
os.makedirs(path)
f = open(path + "/index.html", "w")
f.write("""<html><head><title>Update Site of %s</title></head><body><h1>Remark</h1><p>This is an Eclipse Update Site and there is nothing so see here. Please add this URL to Eclipse as an Update Site.</p></body>""" % (release,))
f.close
try:
meta_url="https://gitlab.informatik.uni-bremen.de/api/v4/projects/30380/packages/maven/%s/de/evoal/languages/de.evoal.languages.releng.site/" % (release,)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment