Commit Graph

8274 Commits

Author SHA1 Message Date
Fabio Erculiani 0185ea0d30 [entropy.db] EntropyRepository.commit: use readonly() method instead of bool variable to avoid superfluous commits 2011-10-17 11:26:42 +02:00
Fabio Erculiani 9b1c2afbfe [eit.commands.remove] new command "eit remove" 2011-10-17 11:26:42 +02:00
Fabio Erculiani d57cc04c99 [eit.commands.inject] new command "eit inject" 2011-10-17 11:26:42 +02:00
Fabio Erculiani 4a02fab1c7 [eit.commands.log] new command "eit log" 2011-10-17 11:26:42 +02:00
Fabio Erculiani 6fa5925e12 [eit.commands.vacuum] new command "eit vacuum" 2011-10-17 11:26:42 +02:00
Fabio Erculiani ad62299cde [eit.commands.test] new command "eit test" (deps, libs, links) 2011-10-17 11:26:42 +02:00
Fabio Erculiani 14dc23816c [eit.commands.reset] drop TODO comment 2011-10-17 11:26:42 +02:00
Fabio Erculiani 18b99eead6 [eit.commands.reset] new command "eit reset" 2011-10-17 11:26:42 +02:00
Fabio Erculiani a78c03fd0f [eit.commands.push] add missing import, improve code robustness 2011-10-17 11:26:42 +02:00
Fabio Erculiani dc39a382cb [eit.commands.push] refine command line options 2011-10-17 11:26:42 +02:00
Fabio Erculiani 988c3fce48 [eit.commands.push] new command "eit push" 2011-10-17 11:26:42 +02:00
Fabio Erculiani 412fab0f9b [eit.commands.command] add missing import 2011-10-17 11:26:42 +02:00
Fabio Erculiani e10c8722ad [eit.commands.repo] new command "eit repo" 2011-10-17 11:26:42 +02:00
Fabio Erculiani f4cc0230b2 [eit.commit.init] new command "eit init" 2011-10-17 11:26:42 +02:00
Fabio Erculiani a3dd700237 [eit.commands.mv] new command "eit mv" 2011-10-17 11:26:42 +02:00
Fabio Erculiani 136c73ab7f [eit.commands.cp] new command "eit cp" 2011-10-17 11:26:41 +02:00
Fabio Erculiani 1aebc3f185 [eit.commands.cleanup] add "eit clean" alias 2011-10-17 11:26:41 +02:00
Fabio Erculiani 9a8d18b8ca [eit.commands.cleanup] add new command "eit cleanup" 2011-10-17 11:26:41 +02:00
Fabio Erculiani 4c246a9ebd [eit.commands.checkout] new command "eit checkout" 2011-10-17 11:26:41 +02:00
Fabio Erculiani b70222133f [eit.commands.*] drop unused imports 2011-10-17 11:26:41 +02:00
Fabio Erculiani f87bb75049 [entropy.server.interfaces.db] uncompress the right packages.db.meta on download 2011-10-17 11:26:41 +02:00
Fabio Erculiani bf9f16868f [eit.commands.*] make use of EitCommand._call_locked method 2011-10-17 11:26:41 +02:00
Fabio Erculiani ca965c03c0 [eit.commands.bump] new command "eit bump" 2011-10-17 11:26:41 +02:00
Fabio Erculiani 419e980538 [eit.commands.command] move general entropy resources locking method to EitCommand 2011-10-17 11:26:41 +02:00
Fabio Erculiani ef00dc6d94 [eit.commands] automatically import all the available submodules 2011-10-17 11:26:41 +02:00
Fabio Erculiani f2f17a27f9 [eit.main] fix catch-all class 2011-10-17 11:26:41 +02:00
Fabio Erculiani fb018e5dcf [eit.colorful] add some whacky classes to inject some colors into argparse output 2011-10-17 11:26:41 +02:00
Fabio Erculiani 8f319ca1c8 [eit.commands.repack] implement new command "eit repack" 2011-10-17 11:26:41 +02:00
Fabio Erculiani f4c29b8489 [eit.main] automatically build the list of available commands, add command aliases support 2011-10-17 11:26:41 +02:00
Fabio Erculiani 657437333c [eit.commands.add] implement "eit add" (and eit add --to, was eit addto) 2011-10-17 11:26:40 +02:00
Fabio Erculiani 897e66dd23 [eit.commands.status] trivial help update 2011-10-17 11:26:40 +02:00
Fabio Erculiani b41866f7db [eit.commands] avoid using print_info(), print_warning() and print_error() when possible 2011-10-17 11:26:40 +02:00
Fabio Erculiani 27eaacd1cb [eit.commands.commit] use TextInterface.output() instead of print_* functions 2011-10-17 11:26:40 +02:00
Fabio Erculiani 3a83175cb7 [po] update translations 2011-10-17 11:26:40 +02:00
Fabio Erculiani 70551c22d6 [eit] first chunk of code for the new server-side repository management toolkit (greatly inspired to git) 2011-10-17 11:26:40 +02:00
Fabio Erculiani 335c11db96 [entropy.server] drop warning when running as user, no need to have it in lib 2011-10-17 11:26:40 +02:00
Fabio Erculiani 6613beb457 [git] update .gitignore file, add #*# files 2011-10-17 11:26:40 +02:00
Fabio Erculiani ffc0343efb [sulfur.views] fix get_stars_rating caching, was causing rendering problems with installed packages icons 2011-10-09 10:17:49 +02:00
Fabio Erculiani f9947a372f [entropy.client.interfaces.package] export pkgpath metadatum only for package fetch (not sources fetch) 2011-10-07 21:39:14 +02:00
Fabio Erculiani dc8043f74e [entropy.db] EntropyRepository.readonly(): if uid == 0, override os.access() check 2011-10-06 19:27:35 +02:00
Fabio Erculiani 3044690fa5 [entropy.server] open_server_repository(): always check effective rw status when needed
Check if the repository is actually accessibile in write mode before
calling package_names_update()
2011-10-06 17:50:54 +02:00
Fabio Erculiani 2a3d3788e1 [entropy.db] EntropyRepositoryBase: update readonly() docstring 2011-10-06 17:49:43 +02:00
Fabio Erculiani f5f77bcebc [entropy.db] EntropyRepository: reimplement readonly(), if False, also check actual file permissions 2011-10-06 17:44:50 +02:00
Fabio Erculiani 39cc9e54ea [po] update translations 2011-10-06 08:38:37 +02:00
Fabio Erculiani e0e08d4489 [magneto] set notification applet title to "System Updates" 2011-10-06 08:26:37 +02:00
Fabio Erculiani 105023141e [todo] update TODO 2011-10-05 23:08:29 +02:00
Fabio Erculiani d8cf907287 [entropy.client.interfaces.dep] update get_install_queue() public API 2011-10-05 22:51:12 +02:00
Fabio Erculiani ddbec96b33 [todo] update TODO 2011-10-05 10:46:05 +02:00
Fabio Erculiani cd8d70728d [entropy] simplify entropy locks management code, drop non-atomic functions 2011-10-05 10:44:42 +02:00
Fabio Erculiani 1df7743540 [entropy.spm] PortagePlugin: add_installed_package, always bump mtime of pkg_dir if available 2011-10-04 23:33:26 +02:00