mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
update README
This commit is contained in:
parent
73b9f1bb1b
commit
8c8c0364f7
1 changed files with 16 additions and 1 deletions
17
README.rst
17
README.rst
|
@ -129,13 +129,27 @@ This is used when you run ``nvchecker`` on an Arch Linux system and the program
|
||||||
pacman
|
pacman
|
||||||
The package name to reference to.
|
The package name to reference to.
|
||||||
|
|
||||||
|
Check Arch Linux official packages
|
||||||
|
----------------------------------
|
||||||
|
This enables you to track the update of `Arch Linux official packages <https://www.archlinux.org/packages/>`_, without needing of pacman and an updated local Pacman databases.
|
||||||
|
|
||||||
|
archpkg
|
||||||
|
Name of the Arch Linux package.
|
||||||
|
|
||||||
Check Google Code (hg repository)
|
Check Google Code (hg repository)
|
||||||
---------------------------------
|
---------------------------------
|
||||||
Check a mecurial (hg) repository on `Google Code <https://code.google.com/>`_ for updates. The version returned is in date format ``%Y%m%d``, e.g. ``20130701``.
|
Check a mercurial (hg) repository on `Google Code <https://code.google.com/>`_ for updates. The version returned is in date format ``%Y%m%d``, e.g. ``20130701``.
|
||||||
|
|
||||||
gcode_hg
|
gcode_hg
|
||||||
The name used on Google Code, e.g. ``chromium-compact-language-detector``.
|
The name used on Google Code, e.g. ``chromium-compact-language-detector``.
|
||||||
|
|
||||||
|
Manually updating
|
||||||
|
-----------------
|
||||||
|
This enables you to manually specify the version (maybe because you want to approve each release before it gets to the script).
|
||||||
|
|
||||||
|
manual
|
||||||
|
The version string.
|
||||||
|
|
||||||
Other
|
Other
|
||||||
-----
|
-----
|
||||||
More to come. Send me a patch or pull request if you can't wait and have written one yourself :-)
|
More to come. Send me a patch or pull request if you can't wait and have written one yourself :-)
|
||||||
|
@ -147,6 +161,7 @@ Bugs
|
||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
* Support GitHub tags
|
* Support GitHub tags
|
||||||
|
* doc for ``archpkg`` and ``manual``
|
||||||
|
|
||||||
Footnotes
|
Footnotes
|
||||||
=========
|
=========
|
||||||
|
|
Loading…
Add table
Reference in a new issue