Index ¦ Archives ¦ RSS

using git request-pull

Estimated read time: 1 minutes

it's a nice simple script to generate a message body for you when you have no write access to a repo and you want to request the m8r to pull from you. here is how to use it:

$ git request-pull origin/master \
vmiklos@vmiklos.dev.frugalware.org:git/pacman-g2/
The following changes since commit 52a29e40a52bb09e0db7f167712a9be3ad8d0d3c:
  Priyank (1):
        Merge branch 'master' of \
git.frugalware.org:/home/ftp/pub/other/pacman-g2/pacman-g2

are available in the git repository at:

vmiklos@vmiklos.dev.frugalware.org:git/pacman-g2/ master

VMiklos (4): new NOARCH trans flag for _pacman_pkg_load() _pacman_pkg_load(): indentation fix parseargs(): new --noarch option tests/upgrade071.py: new test for --noarch

lib/libpacman/package.c | 36 +----------------- lib/libpacman/pacman.h | 1 + pactest/tests/upgrade071.py | 10 + src/pacman-g2/pacman-g2.c | 3 4 files changed, 33 insertions(+), 17 deletions(-) create mode 100644 pactest/tests/upgrade071.py

of course in real life, you want to use http:// or git:// since probably the m8r won't be be able to login to your own machine via ssh :)

© Miklos Vajna. Built using Pelican. Theme by Giulio Fidente on github.