diff --git a/bin/indexGenerator.py b/bin/indexGenerator.py index e0b17006..11cffb9b 100755 --- a/bin/indexGenerator.py +++ b/bin/indexGenerator.py @@ -213,7 +213,4 @@ def generate_repository_index(self): headerGenerator = IndexGenerator(sys.argv[1:]) headerGenerator.show_information() headerGenerator.generate_repository_header() - headerGenerator.generate_footer() headerGenerator.generate_repository_index() - headerGenerator.generate_root_header() - headerGenerator.generate_root_footer() diff --git a/templates/base.html b/templates/base.html index 38602401..30854719 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,6 +6,7 @@
+ {% block head %}- This is the Debian package repository of {{product_name}} to automate installation and upgrade. + - To use this repository, first add the key to your system: +
+ + + -
-
- curl -fsSL {{web_url}}/{{organization}}-2023.key | sudo tee \
- /usr/share/keyrings/jenkins-keyring.asc > /dev/null
-
-
- Then add a Jenkins apt repository entry:
-
-
-
- echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \
- {{ web_url }} binary/ | sudo tee \
- /etc/apt/sources.list.d/jenkins.list > /dev/null
-
-
-
--Update your local package index, then finally install {{product_name}}: - -
-
- sudo apt-get update
- sudo apt-get install fontconfig openjdk-17-jre
- sudo apt-get install {{artifactName}}
-
-
-
-
--The apt packages were signed using this key: -
- -{{ pub_key_info|trim }}-{% endblock %} - -{% block individual_package_instruction %} - -
- If you need *.deb for a specific version, use these. -
- -{% endblock %} +- This is the MSI package repository of {{product_name}} for installation. -
-{% endblock %} +
+ + + -{% block individual_package_instruction %}{% endblock %} -{% block java_instructions %}{% endblock %} +- - sudo zypper addrepo -f {{web_url}}/ {{artifactName}} - -- -
-With that set up, the {{ product_name }} package can be installed with: - -
- - zypper install dejavu-fonts fontconfig java-17-openjdk - zypper install {{ artifactName }} - -- -{% endblock %} - -{% block individual_package_instruction %} -If you need *.rpm for a specific version, use these. -{% endblock %} +
- To use this repository, run the following command: +
+ + + -- - sudo wget -O /etc/yum.repos.d/{{artifactName}}.repo {{ web_url }}/{{artifactName}}.repo - sudo rpm --import {{ web_url }}/{{organization}}-2023.key -- -
- If you've previously imported the key from Jenkins, the rpm --import
will fail because
- you already have a key. Please ignore that and move on.
-
-
- - yum install fontconfig java-17-openjdk - yum install {{artifactName}} -- -
- The rpm packages were signed using this key: -
- -{{ pub_key_info|trim }}- - -{% endblock %} - -{% block individual_package_instruction %} - If you need *.rpm for a specific version, use these. -{% endblock %} +
- This is the WAR package repository of {{ product_name }} for installation. -
-{% endblock %} +
+ + + -{% block java_instructions %} -- You will need to explicitly install a supported Java runtime environment (JRE), - e.g. Eclipse Temurin. -
- -- Supported Java versions for the weekly release line are: -
- -- Supported Java versions for the LTS release line are: -
- -- If you need *.war for a specific version, use these. -
- -{% endblock %} +