Skip to content

Conversation

@lkocman
Copy link
Contributor

@lkocman lkocman commented Jun 10, 2024

publishing of doc-o-o index page needs to be reworked since the community.i.o.o one was decomissioned. And legacy workflow was moved to community2.i.o.o

See https://progress.opensuse.org/issues/162020

The doc.o.o index is now living in community2:/srv/www/vhosts-legacy/doc-htdocs

For 15.6 I've updated it manually with scp && root manually via extraction of a locally build _site

echo "Syncing documentation."; \
rsync -lr -v "_site/" -e "ssh -p $$port" $${userdoc}@$${server}:doc.opensuse.org/htdocs/ ; \
# rsync -lr -v "_site/" -e "ssh -p $$port" $${userdoc}@$${server}:doc.opensuse.org/htdocs/ ; \
rsync -lr -v "_site/" -e "ssh -p $$port" $${userdoc}@$${server}:/srv/www/vhosts-legacy/doc-htdocs/ ; \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will not work as lxbuch is not on the system ... I suppose heroes would prefer a new style of publishing via jekyll.i.o.o over this.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I replied in the issue you linked in the description. I don't know how jekyll.i.o.o works so I need some help understanding it before we can change it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lkocman @KucharczykL

Does this still block the merge of this PR?
If yes, please state it here and maybe turn this PR into a draft.
If not, then please merge it. Later changes can be done with next PR.

Thanks

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have been unable to use/access the publishing process for a long time now and I am not familiar anymore with how it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants