On 2014-12-29 23:41, Ido Rosen wrote:
On Mon, Dec 29, 2014 at 11:38 PM, Ido Rosen <ido@kernel.org> wrote:
Hi all,
TL;DR: https://github.com/ido/packages-archlinux/blob/master/bin/import-to-aur4.sh
This is how I invoke it: bin/import-to-aur4.sh https://github.com/ido/packages-archlinux aur
(replace ido/packages-archlinux and aur with what's appropriate for you, if you replace aur with . then it will work in the root of the git repo. It checks for existence of a PKGBUILD file, so it should do the right thing most of the time.)
I would have gone with `git branch --orphan` and `git cherry-pick`, but this looks like an interesting alternative I had not thought of. Thanks for the script! -- Hugo Osvaldo Barrera A: Because we read from top to bottom, left to right. Q: Why should I start my reply below the quoted text?