Update 'jobcomm.md'

This commit is contained in:
joborun linux 2022-04-06 12:03:15 +00:00
parent 1f235f7aab
commit eebd4241b3

View file

@ -17,8 +17,8 @@ The pacman.conf entry for this would be:
<pre>
[jobcomm]
Server = file:///var/cache/jobcomm/
#Server = https://osdn.net/projects/joborun/storage/jobextra/
#Server = file:///var/cache/jobcomm/
Server = https://osdn.net/projects/joborun/storage/jobextra/
</pre>
@ -38,5 +38,23 @@ I am thinking of jobcomm more like an AUR repository rather than a coordinated j
You can open an issue on this file and discuss this here or in reddit.com/r/joborun
Alternatively you can fork jobcomm into 2 repositories, your own local repository and the one from osdn indicating of an update.
<pre>
[jobcomm]
Server = https://osdn.net/projects/joborun/storage/jobextra/
[jobcomm0]
Server = file:///var/cache/jobcomm0/
</pre>
The first notifies you of an upgrade the second is your local fork where you install the one you built.
<pre>
% sudo pacman -S jobcomm0/palemoon
</pre>
for example, whose pkgver and pkgrel match the one of jobcomm and only when you see a difference on jobcomm will you know it is time to upgrade, otherwise you are all caught up.