Actions
action #132053
openpublish docu
Description
doc.opensuse.org
https://en.opensuse.org/SDB:Official_documentation
Ping Frank Sundermeyer or Lukas Kucharczyk about it
Updated by lkocman 8 months ago · Edited
Instructions from last release https://progress.opensuse.org/issues/114325
# make sure that you're on heroes vpn
#https://progress.opensuse.org/projects/opensuse-admin-wiki/wiki/VPN#OpenVPN-config
# ssh config
lkocman@localhost:/etc/openvpn> cat ~/.ssh/config
Host pontifex
Hostname pontifex.infra.opensuse.org
User lkocman
Host community
Hostname community.infra.opensuse.org
User lkocman
Host pinot
Hostname pinot.infra.opensuse.org
User relsync
Host alp
Hostname 192.168.122.194
User root
Host mirror
Hostname mirror.luboskocman.com
User root
Host openqa.opensuse.org
HostName gate.opensuse.org
Port 2213
User lkocman
lkocman@localhost:/etc/openvpn>
# make sure to update these with the new release
relsync@pinot:~> cd etc
relsync@pinot:~/etc> ls
releasenotes update_release_notes.conf
followed by
relsync@pinot:~> bin/update_release_notes
# this will make bits available on doc.o.o and will unblock installer issues
relsync@pinot:~> rsync -a --delete-after /home/relsync/release-notes/ /srv/www/vhosts/doc.opensuse.org/release-notes/
Updated by lkocman 8 months ago · Edited
- Status changed from New to In Progress
related pr https://github.com/openSUSE/doc-o-o/pull/31
Updated by lkocman 7 months ago
See my ticket tracker https://progress.opensuse.org/issues/162020 and https://github.com/openSUSE/doc-o-o/pull/32 for the doc-o-o publishing
Startup guide, GNOME user guide ... https://bugzilla.suse.com/show_bug.cgi?id=1226146
Updated by lkocman 7 months ago
I did receive archive with 15.6 docs from Frank and manually uploaded them into \
sh-4.4# ls -la /srv/www/vhosts-legacy/doc-htdocs/documentation/leap
total 0
drwxr-xr-x 3 root root 139 Jun 11 21:22 .
drwxr-xr-x 5 root root 54 Feb 28 19:19 ..
drwxr-xr-x 12 root root 126 Jun 11 21:18 archive
lrwxrwxrwx 1 root root 21 Jun 11 21:21 autoyast -> archive/15.6/autoyast
lrwxrwxrwx 1 root root 23 Jun 11 21:22 gnome-user -> archive/15.6/gnome-user
lrwxrwxrwx 1 root root 22 Jun 11 21:22 reference -> archive/15.6/reference
lrwxrwxrwx 1 root root 21 Jun 11 21:22 security -> archive/15.6/security
lrwxrwxrwx 1 root root 20 Jun 11 21:22 startup -> archive/15.6/startup
lrwxrwxrwx 1 root root 19 Jun 11 21:22 tuning -> archive/15.6/tuning
lrwxrwxrwx 1 root root 27 Feb 28 19:19 virtualization -> archive/15.5/virtualization
sh-4.4# ln -sf archive/15.6/autoyast/
book-autoyast_en.epub book-autoyast_en.pdf html/ single-html/
sh-4.4# ln -sf archive/15.6/autoyast/
book-autoyast_en.epub book-autoyast_en.pdf html/ single-html/
sh-4.4# ln -sf archive/15.6/autoyast autoyast
sh-4.4# ls -la
total 0
drwxr-xr-x 3 root root 139 Jun 11 21:21 .
drwxr-xr-x 5 root root 54 Feb 28 19:19 ..
drwxr-xr-x 12 root root 126 Jun 11 21:18 archive
lrwxrwxrwx 1 root root 21 Jun 11 21:21 autoyast -> archive/15.6/autoyast
lrwxrwxrwx 1 root root 23 Feb 28 19:19 gnome-user -> archive/15.5/gnome-user
lrwxrwxrwx 1 root root 22 Feb 28 19:19 reference -> archive/15.5/reference
lrwxrwxrwx 1 root root 21 Feb 28 19:19 security -> archive/15.5/security
lrwxrwxrwx 1 root root 20 Feb 28 19:19 startup -> archive/15.5/startup
lrwxrwxrwx 1 root root 19 Feb 28 19:19 tuning -> archive/15.5/tuning
lrwxrwxrwx 1 root root 27 Feb 28 19:19 virtualization -> archive/15.5/virtualization
sh-4.4# rm gnome-user
sh-4.4# ln -sf archive/15.6/gnome-user gnome-user
sh-4.4# rm reference
sh-4.4# ln -sf archive/15.6/reference reference
sh-4.4# rm security
sh-4.4# ln -sf archive/15.6/security security
sh-4.4# rm startup
sh-4.4# ln -sf archive/15.6/startup startup
sh-4.4# rm tuning
sh-4.4# ln -sf archive/15.6/tuning tuning
sh-4.4# pwd
/srv/www/vhosts-legacy/doc-htdocs/documentation/leap
sh-4.4# ls -la
total 0
drwxr-xr-x 3 root root 139 Jun 11 21:22 .
drwxr-xr-x 5 root root 54 Feb 28 19:19 ..
drwxr-xr-x 12 root root 126 Jun 11 21:18 archive
lrwxrwxrwx 1 root root 21 Jun 11 21:21 autoyast -> archive/15.6/autoyast
lrwxrwxrwx 1 root root 23 Jun 11 21:22 gnome-user -> archive/15.6/gnome-user
lrwxrwxrwx 1 root root 22 Jun 11 21:22 reference -> archive/15.6/reference
lrwxrwxrwx 1 root root 21 Jun 11 21:22 security -> archive/15.6/security
lrwxrwxrwx 1 root root 20 Jun 11 21:22 startup -> archive/15.6/startup
lrwxrwxrwx 1 root root 19 Jun 11 21:22 tuning -> archive/15.6/tuning
lrwxrwxrwx 1 root root 27 Feb 28 19:19 virtualization -> archive/15.5/virtualization
Actions