I adopted this package,
I simplified the PKGBUILD quite a bit, using the latest arch packaging standards.
I have not used mr before, so if there are any issues please let me know.
Search Criteria
Package Details: mr-git 1.20150503.r1.gbe583fd-1
Package Actions
| Package Base: | mr-git |
|---|---|
| Description: | The mr command can checkout, update, or perform other actions on a set of repositories as if they were one combined respository. |
| Upstream URL: | https://myrepos.branchable.com/ |
| Category: | devel |
| Licenses: | |
| Submitter: | jtang |
| Maintainer: | tjaart |
| Last Packager: | tjaart |
| Votes: | 2 |
| First Submitted: | 2010-02-14 15:16 |
| Last Updated: | 2015-05-30 02:44 |
Dependencies (11)
- perl
- perl-html-parser
- perl-libwww
- perl-uri
- git (make)
- bzr (optional) – support for bzr repositories
- cvs (optional) – support for cvs repositories
- darcs (optional) – support for darcs repositories
- git (optional) – support for git repositories
- mercurial (optional) – support for mercurial repositories
- svn (optional) – support for subversion repositories
Required by (0)
Sources
Latest Comments
Comment by tjaart
Comment by jtang
ido, I haven't used archlinux in a while. So I'm going to orphan this package. Care to take it on and update this?
Comment by ido
Seems like there's a new URL for this project:
http://joeyh.name/code/mr/
Please change the current URL, as git.kitenet.net doesn't seem to work anymore.
Comment by jtang
yea, the mr-git package needs a bit of love, it will be a week or two before I can fix this problem unfortunately.
Comment by altercation
This package doesn't seem to install the mr helper scripts into /usr/share/mr (the non git variant "mr" in AUR does install them, for reference).
Comment by Dieter_be
weird. yes, i use vcsh, but the building of the package should really be separate from any configs i have in $HOME ..
anyway, instead of building with clyde, i fetched the PKGBUILD, makepkg'd it myself, and that seems to work just fine. very weird.
Comment by jtang
i just tried rebuilding the package on my eeepc, it seems fine (at least for me), I noticed that you have /mr/config.d in the error message, are you using vcsh? I wonder if the config is just getting polluted or the chroot in the build isn't as clean as it should be? care to try temporarily disabling the vcsh config in your mr setup and try again?
Comment by Dieter_be
got some errors during building (the resulting package works fine though)
==> Starting make...
Cloning into '/tmp/clyde-dieter/mr-git/mr-git/src/mr-build'...
done.
pod2man -c mr mr > mr.1
pod2man -c webcheckout webcheckout > webcheckout.1
(echo "[.]"; echo "checkout=") > mrconfig.tmp
./mr --trust-all -c mrconfig.tmp ed | grep -q "horse"
cat: /mr/config.d/*: No such file or directory
mr: include command exited nonzero (256)
rm -f mrconfig.tmp
==> Starting check()...
(echo "[.]"; echo "checkout=") > mrconfig.tmp
./mr --trust-all -c mrconfig.tmp ed | grep -q "horse"
cat: /mr/config.d/*: No such file or directory
mr: include command exited nonzero (256)
rm -f mrconfig.tmp
==> Tidying install...
Comment by jtang
i removed the missing dependancy for now, you might still need it install the missing perl module from CPAN, *sigh* perl is just unpleasant.
Comment by td123
perl-lwp-simple seems to be missing from the repos and aur...
Comment by jtang
@peti, cheers for that, I've updated the package with the appropriate dependancies. Please confirm it behaves better now, thanks.
Anonymous comment
The dependencies are incomplete. You might be able to use <http://pastebin.com/RT9aMtxX> for reference to complete the set.
Comment by jtang
@bjornfor the package builds itself from the git repo so its never out of date you just need to reinstall/update the package from the aur and you will get the latest version