[ ] Friday, 24 January 2014 [ ]

Gitolite

Finally set up a gitolite server for my dev stuff.

git

git push
worked when I had set
git config remote.origin.url
to be _git@git rather than user@git.

pkg_add tests

pkg_add tests: the pkg* tools have gone through a large change so upgrading from 5.4 to 5.5:

pkg_info -mq > list
-m
only show packages tagged as manual installations
-q
be 'quiet', just dump raw info.
pkg_delete *
Then update to 5.5 and then install new packages:
pkg_add -z -l list
-l file
install from raw output of pkg_info(1)
-z
fuzzy package addition: pkg_add will do its best to match package names.


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $