Commit Graph

46 Commits

Author SHA1 Message Date
Fabio Erculiani
af8baaff28 [reagent] add "reagent status" tool, print repositories status 2010-02-11 23:49:27 +01:00
Fabio Erculiani
df211456ec [equo] fix "equo query revisions", only search installed packages repo 2010-01-28 20:10:28 +01:00
Fabio Erculiani
a8014a53e0 [equo] fix --help, "equo query revisions" was missing 2010-01-28 20:06:12 +01:00
Fabio Erculiani
da34b397c9 [entropy.client/equo] add build_deps argument to deps calculation functions
Also add --bdeps switch to "equo install" to make possible to install
build-time dependencies.
2010-01-28 19:09:21 +01:00
Fabio Erculiani
5630947ae0 [equo] add "equo query revisions" tool 2010-01-28 09:41:31 +01:00
Fabio Erculiani
a0245b84ca [entropy.server] add support for multiple packages directories (to host nonfree pkgs) 2010-01-27 18:37:01 +01:00
Fabio Erculiani
ca25e03936 [equo] add new repo tool "equo repo", making possible to enable/disable repositories via cmdline 2010-01-24 19:01:08 +01:00
Fabio Erculiani
28b86c5c5d [reagent/equo] implement full repository dependency editor 2010-01-23 02:07:30 +01:00
Fabio Erculiani
d0dff15b12 [reagent] add support for "query match" tool 2010-01-20 12:16:05 +01:00
Fabio Erculiani
44daf62842 [equo] add "equo mask" and "equo unmask" commands support 2010-01-11 09:50:47 +01:00
Fabio Erculiani
37466a6834 [man] update man pages 2010-01-02 17:11:56 +01:00
Fabio Erculiani
1eab5b086f [entropy.security/entropy.server] add GPG keys import/export feature 2009-12-29 21:55:07 +01:00
Fabio Erculiani
8c378ecf4a [equo] do not advertise "equo cache generate", it will be removed 2009-12-29 19:32:50 +01:00
Fabio Erculiani
9acbdd4e96 [man] update equo man page 2009-12-26 15:35:29 +01:00
Fabio Erculiani
fb9f180f8c [equo] some more code cleanup and polishing 2009-12-23 21:51:47 +01:00
Fabio Erculiani
c9e3f0183e [man] update equo man pages 2009-12-22 20:29:25 +01:00
Fabio Erculiani
1aedb9fafb [entropy*] several code cleanup, tweakings and small API changes/polishing 2009-12-22 17:02:50 +01:00
Fabio Erculiani
32230aee42 [entropy] add support for build dependencies, entropy will now store them in repos (future task: make possible to install build deps too) 2009-12-20 22:32:28 +01:00
Fabio Erculiani
3a972cdf39 [reagent] add graphing commands (reagent query graph, reagent query revgraph) 2009-12-15 21:35:14 +01:00
Fabio Erculiani
c41a088666 [man] update equo man page 2009-12-12 17:00:55 +01:00
Fabio Erculiani
cd9a14336b [man] update man pages 2009-11-11 19:48:00 +01:00
Fabio Erculiani
98dbbc4a7e [man] update man pages 2009-10-30 13:38:26 +01:00
Fabio Erculiani
97114317b3 [man] update man pages 2009-10-30 13:24:39 +01:00
Fabio Erculiani
dee75d808a [docs] make script Python 3.x compatible 2009-10-04 18:29:55 +02:00
Fabio Erculiani
71825e9c76 [entropy] migrate codebase to Python 2.6 only syntax 2009-09-30 19:53:47 +02:00
Fabio Erculiani
eab2e33796 [man] update man pages 2009-09-19 20:17:24 +02:00
Fabio Erculiani
0367348e94 [equo] remove python-updater tool, not needed anymore 2009-09-19 20:16:48 +02:00
Fabio Erculiani
4ed7371e9a [entropy.server] add the ability to selectively add or remove packages when syncing with Spm 2009-09-16 19:13:25 +02:00
Fabio Erculiani
6beef5017a [docs] update equo man page 2009-09-03 21:51:40 +02:00
Fabio Erculiani
47eb7b4324 [docs] update man pages 2009-09-03 20:55:47 +02:00
Fabio Erculiani
edaa63705b [entropy.server/equo.community] Remove md5check tool, add pkgtest (which does the same plus QA tests) 2009-07-28 14:45:41 +02:00
Fabio Erculiani
78d9a6fc39 add library paths table regenerator tool to reagent 2009-05-30 21:10:30 +02:00
Fabio Erculiani
df14576b56 equo: add "equo upgrade" option (alias for equo world) 2009-05-16 20:40:34 +02:00
Fabio Erculiani
d412435c2a entropy.tools + smart: rename compressTarBz2 to compress_tar_bz2 and update smart app tools 2009-05-15 19:33:57 +02:00
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
Fabio Erculiani
983f81368b remove equo option data from gen_manopts.py 2009-04-23 13:18:12 +02:00
Fabio Erculiani
b3e98e1d54 complete reagent and activator man pages 2009-04-23 13:17:51 +02:00
Fabio Erculiani
4357eaaf13 equo initial man page complete 2009-04-23 13:07:28 +02:00
Fabio Erculiani
bbc7239baf add useful script for man pages (.pod format) generation 2009-04-23 13:06:55 +02:00
Fabio Erculiani
51cbb4fe1d update activator man page 2009-04-19 20:10:45 +02:00
Fabio Erculiani
caea041c8f man pages updates
complete ENVIRONMENT paragraph in equo man page and compile new
man pages.
2009-04-19 18:29:22 +02:00
Fabio Erculiani
773995459b man pages: substitute empty placeholder with 'work in progress' 2009-04-19 18:26:18 +02:00
Fabio Erculiani
a97743be8e update man pages
add activator and reagent empty man pages. update equo one.
2009-04-19 15:42:24 +02:00
Fabio Erculiani
770870172b equo: update man page 2009-04-19 15:30:10 +02:00
Fabio Erculiani
292ae98678 add man pages TODO 2009-04-19 15:14:04 +02:00
Fabio Erculiani
b32d57a12e equo: add incomplete man page 2009-04-19 15:12:26 +02:00