1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
mrb (0.3+nmu1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Fri, 08 Jan 2021 13:47:17 +0100
mrb (0.3) unstable; urgency=medium
* Completely rewrite gitkeeper.
Since the version in 0.2 was never released, there is no attempt to remain
compatible with it. It was an interesting experiment but its shortcomings
were too serious to persist with that approach. This one is a much more
generic bidirectional mirroring helper, and is not only more powerful, but
easier to configure and use too. But the price of this is that it is now
written in perl instead of bash, and the configuration is structured JSON
instead of simple shell variables. As simple as possible, but no simpler
and all that. It is a better suited tool for this job.
* 10 year anniversary upload, to close the only bug reported since 0.1 was
released, that it didn't build with `dpkg-buildpackage -A`. That's been
fixed in git since 2008 though, so we just need to release it.
Closes: #831959
-- Ron Lee <ron@debian.org> Mon, 15 Aug 2016 20:18:16 +0930
mrb (0.2) unstable; urgency=low
* Added the gitkeeper script. Remote administration and local backups have
more in common than might be first expected.
* Tweak mrb to permit pulling files from remote sources too.
* Sanity check new module names, limiting them to alphanumeric characters
and underscore. GNU make is getting more picky about what is allowed in
variable names, and it makes sense for us to as well.
* Add (more) vim swapfile extensions to the list of example excludes.
-- Ron Lee <ron@debian.org> Fri, 4 Jul 2014 04:38:35 +0930
mrb (0.1) unstable; urgency=low
* Yes, the world is full of 'simple' backup systems already.
And the bts is simply full of old unfixed bugs that point
out the errors in their purported simplicity.
So here is yet another one, hopefully so simple that it
can't possibly ever have (m)any bugs of its own...
Hats off especially to Mike Rubel and jw for wanting the right
things and stirring this particular broth until my job was simple.
-- Ron Lee <ron@debian.org> Tue, 9 May 2006 14:10:19 +0930
|