Hello Andrew
We have a prototype of Apache SIS source files migrated to Hugo system
[1]. Before to create a task on INFRA, I would like to verify if I'm
understanding the steps correctly:
* We would create a new Git repository on [2] named "sis-site". Is
that right?
* That repository would contain the following branches, is that right?
o master or main or trunk: the markdown source files.
o asf-staging: HTML files generated by Hugo from the sources, to
be published in preview domain.
o asf-site: files published in production domain. I presume this
branch is updated by marging asf-staging into asf-site.
o javadoc: static HTML files generated by javadoc.
Above cited branches would be published in following domains, is that right?
* asf-staging: http://sis.staging.apache.org/
* asf-site: http://sis.apache.org/
* javadoc: http://sis.apache.org/apidocs/index.html
What happen to the following repositories?
* https://svn.apache.org/repos/asf/sis/site/trunk/
* https://svn.apache.org/repos/infra/websites/staging/sis/trunk/content/
* https://svn.apache.org/repos/infra/websites/production/sis/content/
We do not plan to use Jenkins at this time. Hugo would be executed
manually on the developer machine for medium terms.
Is there anything above which is incorrect?
Thanks,
Martin
[1] https://github.com/kinow/sis-site-draft
[2] https://gitbox.apache.org/setup/newrepo.html