-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IndexGenerator python script now generate html for Apache fancy directory #159
IndexGenerator python script now generate html for Apache fancy directory #159
Conversation
What's the easiest way to test this locally? |
I added the docker-compose file that I used to test this so first you need to generate debian,redhat,etc packages. or you could mock them just |
* root file uses base * fix spacing * fix product name * small tweaks
Thanks I used that for testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed a commit to fix the rendering I wasn't happy with, I've checked all the distributions,
only question is do we want the signing key block to be there on the windows and MSI pages? there's no information on how or if users should verify the signature, I assume windows handles it out of the box so its probably useless there, and not sure about the war one?
Just lack of time but I think it would be usefule to have instruction about verifying certificate, gpg k signature and sha256 if one is available like MSI |
Windows will automatically verify the signature of the MSI when installing. |
In the first attempt, the python script only generated a list of packages based on local packages which work for the testing environment but in the case where we already have plenty of packages on pkg.jenkins.io, in this case we would upload two files HEADER.html and FOOTER.html to the remote repository directory
If the apache configuration contains at least the following configuration, it inject some html code before (HEADER.html) and after (FOOTER.html) the directory listing
Documentation
Remark: Css work is just a proof of concept, but I leave it to another contribution
Debian screenshot