Пакет mr: Информация

    Исходный пакет: mr
    Версия: 1.20180726-alt1
    Собран:  28 июля 2018 г. 13:55 в задании #210863
    Сообщить об ошибке в пакете
    Домашняя страница: https://myrepos.branchable.com/

    Лицензия: GPLv2+
    О пакете: A tool to manage all your version control repos
    Описание: 
    The mr(1) command can checkout, update, or perform other actions on
    a set of repositories as if they were one combined respository. It
    supports any combination of git, svn, mercurial, bzr, darcs, cvs, vcsh,
    fossil, and veracity repositories, and support for other version control
    systems can easily be added. (There are extensions adding support for unison
    and git-svn, among others.)
    
    It is extremely configurable via simple shell scripting. Some examples
    of things it can do include:
     * Update a repository no more frequently than once every twelve hours.
     * Run an arbitrary command before committing to a repository.
     * When updating a git repository, pull from two different upstreams
       and merge the two together.
     * Run several repository updates in parallel, greatly speeding up
       the update process.
     * Remember actions that failed due to a laptop being offline, so they
       can be retried when it comes back online.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    mr (noarch)
    mr-webcheckout (noarch)

    Сопровождающий: Pavel Nakonechnyi

    Список участников:
    Pavel Nakonechnyi
    Evgenii Terechkov

      1. perl-libwww
      2. perl-podlators

    Последнее изменение


    28 июля 2018 г. Pavel Nakonechnyi 1.20180726-alt1
    - updated to 1.20180726 from git://myrepos.branchable.com/
    5 июня 2017 г. Pavel Nakonechnyi 1.20170129-alt1
    - updated to 1.20170129
    1 ноября 2016 г. Pavel Nakonechnyi 1.20160123-alt1
    - updated to 1.20160123
    - mr: create temporary file with '.mrconfig' suffix
    - mr: fix config parsing when '-c' and '-d' options are used
    - enabled webcheckout subpackage (thx Alexey Borisenkov)
    - spec cleanup and update