Commit Graph

8592 Commits

Author SHA1 Message Date
Fabio Erculiani
a77c4e832a [eit.commands.pkgmove] sort entries by unix time 2011-10-29 14:22:39 +02:00
Fabio Erculiani
de4cb690a2 Tagging Entropy version 1.0_rc70 1.0_rc70 2011-10-29 13:21:20 +02:00
Fabio Erculiani
b65a27bd59 Release Entropy 1.0_rc70 2011-10-29 13:21:07 +02:00
Fabio Erculiani
a03c992653 [todo] update TODO 2011-10-29 13:16:58 +02:00
Fabio Erculiani
622bda034d [eit.commands.pkgmove] keep date information across pkgmove data handling
Throwing date information away on every pkgmove edit will cause
data duplication in the db, due to the nature of entropy.server
cross-repo data sync logic.
2011-10-29 13:16:05 +02:00
Fabio Erculiani
8e24e0388d [eit.commands.push] catch OnlineMirrorError exception 2011-10-29 13:06:10 +02:00
Fabio Erculiani
deb8292547 [entropy.db] EntropyRepository: do not use * in SQL statement 2011-10-29 13:06:09 +02:00
Fabio Erculiani
f0e033cb61 [entropy.client] fix typo in _clear_package_mask() 2011-10-29 11:28:26 +02:00
Fabio Erculiani
9b0333f757 [eit.commands.lock] implement bash completion 2011-10-29 11:28:11 +02:00
Fabio Erculiani
bf8c2b8d7d [todo] update TODO 2011-10-28 22:53:10 +02:00
Fabio Erculiani
0a89667eb2 [eit.*] complete basic bashcomp support 2011-10-28 22:52:12 +02:00
Fabio Erculiani
1e080cf223 [entropy.server] try to not raise any exception during Server() initialization 2011-10-28 22:24:35 +02:00
Fabio Erculiani
7e24c6878f [eit.commands.bump] bashcomp: avoid printing more than one repo 2011-10-28 22:24:10 +02:00
Fabio Erculiani
19aa227f9e [eit.commands.bump] filter out last argument from outcome to avoid looping 2011-10-28 21:40:01 +02:00
Fabio Erculiani
aa698b4a6d [eit.commands.bump] add bash-completion support 2011-10-28 20:40:32 +02:00
Fabio Erculiani
127c32ceca [entropy.server] setup fake repository (__builtin__) if none is provided in server.conf 2011-10-28 20:33:19 +02:00
Fabio Erculiani
25323d4a07 [eit] implement initial bash-completion support 2011-10-28 19:47:19 +02:00
Fabio Erculiani
b80846a057 [entropy.const] drop other 4 constants from etpConst, woot 2011-10-28 14:37:03 +02:00
Fabio Erculiani
44194b07bf [entropy.const] drop another global variable, etpConst['packagestmpdir'] 2011-10-28 11:37:00 +02:00
Fabio Erculiani
ba1539337d [entropy.const] add const_setup_directory() 2011-10-28 11:36:41 +02:00
Fabio Erculiani
99135b3324 [entropy.fetchers] UrlFetcher: also print current timeout to debug 2011-10-28 10:21:30 +02:00
Fabio Erculiani
57941d5e2c [entropy.client] reorder_mirrors: try at most once (slow connections will benefit) 2011-10-28 10:16:27 +02:00
Fabio Erculiani
f4d2a65704 [entropy.const] drop yet another global variable, this time: etpConst['smartpackagesdir'] 2011-10-27 22:41:48 +02:00
Fabio Erculiani
2384fc13b0 [entropy.*] drop smartapps, goodbye crappy crap 2011-10-27 22:32:25 +02:00
Fabio Erculiani
faaa3d5b2c [entropy.const] drop etpConst['triggersdir'] global variable 2011-10-27 22:05:27 +02:00
Fabio Erculiani
9eb47eaeaa [entropy.const] drop etpConst['cmdline'] global variable 2011-10-27 21:43:47 +02:00
Fabio Erculiani
b7c02afb0c [conf] migrate repository configurations to repositories.conf.d/ 2011-10-27 20:52:19 +02:00
Fabio Erculiani
d1438c3e66 [equo] force superuser mode for "equo source" 2011-10-27 16:17:07 +02:00
Fabio Erculiani
2ea7e6f088 [entropy.core] also exclude files ending with ".example" from .d/* dirs 2011-10-27 16:08:21 +02:00
Fabio Erculiani
c6b7f1cc76 Tagging Entropy version 1.0_rc69 1.0_rc69 2011-10-27 15:01:52 +02:00
Fabio Erculiani
f8a1dd8e20 Release Entropy 1.0_rc69 2011-10-27 15:01:51 +02:00
Fabio Erculiani
c67e371377 Revert "[entropy.client.interfaces.db] fix typo in with statement"
This reverts commit b0e69bc2f6.
2011-10-27 15:01:42 +02:00
Fabio Erculiani
8ccd0de2d2 [entropy.client] code style update 2011-10-27 14:56:27 +02:00
Fabio Erculiani
7ae6b1befb Tagging Entropy version 1.0_rc68 1.0_rc68 2011-10-27 14:48:13 +02:00
Fabio Erculiani
1f7d40bc5f Release Entropy 1.0_rc68 2011-10-27 14:48:13 +02:00
Fabio Erculiani
5600a3a8a9 [entropy.core] fix regression with SystemSettings metadata replacing CachingList() with list() 2011-10-27 14:47:30 +02:00
Fabio Erculiani
e256c8ab10 [entropy.core] SystemSettings: really exclude "README" and ".keep" files from *.d/ dirs 2011-10-27 14:39:47 +02:00
Fabio Erculiani
6c16f902fd [entropy.client] use rename_keep_permissions() when moving temp file to destination 2011-10-27 14:26:48 +02:00
Fabio Erculiani
52c271512b [entropy.client] use codecs.open() for opening config files 2011-10-27 14:26:28 +02:00
Fabio Erculiani
88321c8484 [eit.commands.commit] beautify "Scanning..." string 2011-10-27 14:07:23 +02:00
Fabio Erculiani
e8b4974476 [eit.commands.commit] fix "Scanning..." string 2011-10-27 14:06:35 +02:00
Fabio Erculiani
ce414e6505 Tagging Entropy version 1.0_rc67 1.0_rc67 2011-10-27 11:50:07 +02:00
Fabio Erculiani
296771826a Release Entropy 1.0_rc67 2011-10-27 11:50:05 +02:00
Fabio Erculiani
b0e69bc2f6 [entropy.client.interfaces.db] fix typo in with statement 2011-10-27 11:49:44 +02:00
Fabio Erculiani
1421341d8a [po] update translations 2011-10-27 11:46:31 +02:00
Fabio Erculiani
3856c5cb6e [po] update Italian translation, fix typo, thanks to micia 2011-10-27 11:45:38 +02:00
Fabio Erculiani
147c654fae Tagging Entropy version 1.0_rc66 1.0_rc66 2011-10-27 00:43:28 +02:00
Fabio Erculiani
1206ed762f Release Entropy 1.0_rc66 2011-10-27 00:43:24 +02:00
Fabio Erculiani
ba235b0648 [Makefile] install repositories.conf.d/ directory 2011-10-27 00:43:04 +02:00
Fabio Erculiani
3dfabcfa87 Tagging Entropy version 1.0_rc65 1.0_rc65 2011-10-27 00:39:25 +02:00