myrepos 1.20180726 source package in Ubuntu

Changelog

myrepos (1.20180726) unstable; urgency=medium

  [ Andrew Bradford ]
  * Suggest perl-doc (Closes: #813738)

  [ Mark Haber ]
  * Fix hours_since for git fake bare repos (Closes: #828827)

  [ Tom Hoover ]
  * Fix 'no defined update command error' in example config

  [ Pavel Nakonechnyi ]
  * More meaningful names for temporary files

  [ Paul Wise ]
  * Mitigate vulns caused by git code execution (Closes: #840014, CVE-2018-7032)
  * Migrate from ack-grep to ack (Closes: #849600)
  * More reliable output supervision
  * Allow prepending commands to existing commands
  * Allow for fallback to default commands
  * Add support for caching command output
  * Add graph, remote, upgrade extensions
  * Improve the status output for CVS
  * Improve the git-cvs extension
  * Add shell extension to maintain a repo status cache
  * git registration improvements
  * webcheckout: prefer https transport
  * Suggest more tools that are used
  * Various packaging cleanups

 -- Paul Wise <email address hidden>  Thu, 26 Jul 2018 14:14:21 +0800

Upload details

Uploaded by:
Richard Hartmann
Uploaded to:
Sid
Original maintainer:
Richard Hartmann
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
myrepos_1.20180726.dsc 1.6 KiB 6ec574242cd45cbda0b60f82a75f7aa9550142a975a3ed019f13c923ee2a643e
myrepos_1.20180726.tar.xz 59.0 KiB 9e9e4c114aae22e0aac51ecbc8d84ae617a5e5dfa979fab0d3bc42945f603f1e

Available diffs

No changes file available.

Binary packages built by this source

myrepos: 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 repository. 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.
  .
  This package also includes the webcheckout command.