Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Update the documentation
Marin Atanasov Nikolov committed 14 years ago
commit 4fa0ee1eae2fd4e244d07ff6a1ccb7fd610a18ca
parent 328e54c
2 files changed +8 -5
modified FAQ.md
@@ -58,7 +58,7 @@ Yes, `pkgA` will automatically notice the change.

The documented (README) way to create a new repository creates all packages in one directory. 

-
This is different from earlier repository format (separate directories). Will pkgng adapt the old format?
+
This is different from earlier repository format, which creates it in separate directories.

Pkgng doesn not depend on a hierarchy, it recursively finds the packages from the provided directory entry.

@@ -72,4 +72,4 @@ The default hierarchy has lots of symlinks which should just be ignored and thus

Hee is how to do that:

-
    sh -c 'find . -name "*.txz" -exec pkg query -f {} %o \;' | uniq -d
+
    sh -c 'find . -name "*.txz" -exec pkg query -f {} %o \;' | sort | uniq -d
modified README.md
@@ -427,21 +427,24 @@ Now you can share your repo with other people by letting them know of your repos

* The Git repository of [pkgng is hosted on Github][1]

-
* The [pkgng Wiki page][2] (still needs some work there)
+
* The [pkgng Wiki page][2] 

-
* [Doxygen documentation for libpkg][3] is available as well and is updated every 30 minutes.
+
* [Doxygen documentation for libpkg][3] 

* [Buildbot for pkgng][4]

* [LLVM scanbuild][6]

+
* [Jenkins CI instance for pkgng][7]
+

In order to get in contact with us, you can find us in the #pkgng@FreeNode IRC channel.

If you hit a bug when using pkgng, you can always submit an issue in the [pkgng issue tracker][5].

[1]: https://github.com/pkgng/pkgng
[2]: http://wiki.freebsd.org/pkgng
-
[3]: http://pkgng.unix-heaven.org/
+
[3]: http://jenkins.unix-heaven.org/jenkins/job/pkgng-doxygen/
[4]: http://buildbot.etoilebsd.net/
[5]: https://github.com/pkgng/pkgng/issues
[6]: http://scanbuild.etoilebsd.net
+
[7]: http://jenkins.unix-heaven.org/jenkins/