mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-12 16:37:07 +00:00
parent
2d2f7149aa
commit
933df7da4c
10
README.rst
10
README.rst
@ -35,6 +35,7 @@ Contents
|
||||
* `Check Arch Linux official packages <#check-arch-linux-official-packages>`_
|
||||
* `Check Debian Linux official packages <#check-debian-linux-official-packages>`_
|
||||
* `Check Ubuntu Linux official packages <#check-ubuntu-linux-official-packages>`_
|
||||
* `Check Anitya (release-monitoring.org) <#check-anitya>`_
|
||||
* `Manually updating <#manually-updating>`_
|
||||
* `Version Control System (VCS) (git, hg, svn, bzr) <#version-control-system-vcs-git-hg-svn-bzr>`_
|
||||
* `Other <#other>`_
|
||||
@ -341,7 +342,7 @@ strip-release
|
||||
Strip the release part.
|
||||
|
||||
Check Ubuntu Linux official packages
|
||||
----------------------------------
|
||||
------------------------------------
|
||||
This enables you to track the update of `Ubuntu Linux official packages <https://packages.ubuntu.com/>`_, without needing of apt and an updated local APT database.
|
||||
|
||||
ubuntupkg
|
||||
@ -353,6 +354,13 @@ suite
|
||||
strip-release
|
||||
Strip the release part.
|
||||
|
||||
Check Anitya
|
||||
------------
|
||||
This enables you to track updates from `Anitya <https://release-monitoring.org/>`_ (release-monitoring.org).
|
||||
|
||||
anitya
|
||||
``distro/package``, where ``distro`` can be a lot of things like "fedora", "arch linux", "gentoo", etc. ``package`` is the package name of the chosen distribution.
|
||||
|
||||
Manually updating
|
||||
-----------------
|
||||
This enables you to manually specify the version (maybe because you want to approve each release before it gets to the script).
|
||||
|
@ -1,4 +1,4 @@
|
||||
# MIT licensed
|
||||
# Copyright (c) 2013-2017 lilydjwg <lilydjwg@gmail.com>, et al.
|
||||
|
||||
__version__ = '0.5'
|
||||
__version__ = '0.5.1dev'
|
||||
|
Loading…
Reference in New Issue
Block a user