correct html

This commit is contained in:
joborun linux 2023-07-29 10:54:08 +00:00
parent 15c41c1639
commit 1f17768afb

View file

@ -39,9 +39,9 @@ and it should be placed right below the jobextra entry and above ArchLinux [test
Unfortunately you will have to flip between local and osdn repository every now and then to check for additions/upgrades. BUT!! Your main installation can have the osdn repository address and your buildbot [jobbot] chroot can have the local repository. So when your daily runner system sees and upgrade from osdn, you go to your jobbot, build the package, place it in /var/cache/jobcomm/ and then link the package to /var/cache/pacman/pkg/ so your installation can find it and install it.
But here there is a glitch, I can make the osdn database from the packages built on my machine, and the checksums of the database will reject yours, so either just use
But here there is a glitch, I can make the osdn database from the packages built on my machine, and the checksums of the database will reject yours, so either just use:
<pre> sudo pacman -U /var/cache/jobcomm/pkgname-pkver-*pkg.tar.lz <pre>
<pre> sudo pacman -U /var/cache/jobcomm/pkgname-pkver-*pkg.tar.lz </pre>
or you have to be flipping /etc/pacman.conf from local to remote repository.