Files
entropy/docs/man
Fabio Erculiani f93a86208b entropy.server: implement branch flushback logic
Generally, when starting a new branch packages are not copied over
to avoid wasting disk space. So, old packages will be still pulled
in from old branch directories (under packages/). This commit adds
a function that automatically flush back old-branch packages into
the current one.
Let's say we have just bumped our repo from branch 1 to branch 2.
We have 3 packages into it that are still placed inside /packages/1.
Everything works until we decide to drop support from branch 1, in
this case, we would have to rebuild all these packages wasting a lot
of time. With "flushback" this is done automatically without touching
packages integrity.
2009-05-15 10:11:30 +02:00
..
2009-04-23 13:07:28 +02:00
2009-04-19 15:12:26 +02:00
2009-04-19 15:12:26 +02:00
2009-04-19 15:14:04 +02:00

Entropy man pages notes:

- to compile the man page use pod2man
- to learn about .pod files syntax, see 'man perlpod'
- any help is warmly appreciated (see 'man 1 equo' AUTHOR field contacts)
- to learn more about man pages:
  - http://www.linuxfocus.org/English/November2003/article309.shtml
  - http://www.schweikhardt.net/man_page_howto.html