Commit Graph

330 Commits

Author SHA1 Message Date
lxnay 7bdc16f164 Entropy/ServerInterface:
- kill activatoruploaduris kill kill


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1677 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-10 15:50:50 +00:00
lxnay dcd704ace0 Entropy/ServerInterface:
- show what database is gonna be overwritten


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1676 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-10 15:46:37 +00:00
lxnay 26ddaa312b Entropy/ServerInterface:
- fix switch_default_repository()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1675 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-10 15:45:05 +00:00
lxnay d3ed55e0c7 whoops
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1674 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-10 15:43:05 +00:00
lxnay 7a02b0cbc3 Entropy/Reagent:
- add the ability to create an arbitrary empty repository 

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1673 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-10 15:41:23 +00:00
lxnay f32876a99a Entropy/ServerInterface:
- move server repositories configuration in server.conf (see example file)
- make multiple repositories possible at configuration level (handling not yet done)
FOR SERVER USERS, MOVE YOUR MIRROR DATA FROM activator.conf TO server.conf


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1670 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-10 15:03:15 +00:00
lxnay 19e6e2f118 Entropy/ServerInterface:
- if an exception occurs on package_injector() complete tasks before raising


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1669 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-10 13:11:44 +00:00
lxnay e2dd07d42a Entropy:
- improve resolveNeeded speed


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1663 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-10 11:42:30 +00:00
lxnay 295f535bfa Entropy:
- some updates for get_missing_rdepends

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1662 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-10 10:42:25 +00:00
lxnay 85f851cabb Entropy:
- some updates for get_missing_rdepends

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1661 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-10 10:36:37 +00:00
lxnay 852182d104 Entropy/EquoInterface/ServerInterface:
- get_missing_rdepends: use a deep dependency list instead


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1660 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-10 10:06:40 +00:00
lxnay c392749e41 Entropy/EquoInterface:
- add preliminary inverse dependencies solving


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1645 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 21:19:28 +00:00
lxnay 67d408e63d fix entropy.py
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1644 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 19:01:24 +00:00
lxnay edcd402a71 Entropy/EquoInterface:
- do not trash info cache when adding/removing packages cause we're fine with idpackages now

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1643 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 18:59:26 +00:00
lxnay 045bc12b2b beautify activator output, my god, that was really long
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1642 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 18:45:55 +00:00
lxnay 70dea027b9 whoops
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1640 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 17:53:27 +00:00
lxnay ec02a6c040 show database indexing while opening the server db
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1639 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 17:52:24 +00:00
lxnay 99b61d0e3e reorder some indexing code
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1638 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 17:49:35 +00:00
lxnay cbb544c5fa Entropy/Server:
- use indexes on the server database too but drop them before uploading


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1637 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 17:36:08 +00:00
lxnay 86c08b3d83 fix dependencies varable in insertDependencies
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1636 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 16:43:57 +00:00
lxnay ab5bb0c33f Entropy:
- moved missing RDEPEND scanner to EquoInterface

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1634 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 14:23:42 +00:00
lxnay f3f18641e7 Entropy/Server:
- added RDEPEND scanning to reagent for testing


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1633 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 13:56:59 +00:00
lxnay 0b1c3da758 Entropy/Server:
- test elfclass matching


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1632 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 12:57:24 +00:00
lxnay 28b1863245 Entropy/Database:
- alter needed table adding ELF class information, this shouldn't break anything outside

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1631 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 12:10:45 +00:00
lxnay 815a664be8 improve rdepends solving and test
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1629 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 10:39:12 +00:00
lxnay cbd2fc99a3 improve rdepends solving and test
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1628 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 10:34:17 +00:00
lxnay 23652e36c7 improve rdepends solving and test
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1627 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 10:27:50 +00:00
lxnay 083a455ba7 improve rdepends solving and test
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1626 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 10:20:36 +00:00
lxnay 472dedfe5c fixing some stuff from previous commit
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1625 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 10:15:21 +00:00
lxnay a9cbd5215f revert previous commit, add some testing stuff server-side
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1624 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 10:08:12 +00:00
lxnay f8278e74ef testing differential libraries check server-side
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1622 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-09 02:12:07 +00:00
lxnay c4936f3d98 beautify activator output
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1621 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 22:45:05 +00:00
lxnay bc02c53425 disable differential check on needed libraries
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1619 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 22:17:11 +00:00
lxnay 0aea993853 fix ZeroDivisionError when uploading small files in binary mode
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1615 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 20:06:08 +00:00
lxnay 44aa904101 fix database upload/download - sync functions
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1614 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 19:45:50 +00:00
lxnay c4d3d91694 fix get_remote_databases_status()
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1613 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 19:39:47 +00:00
lxnay 8a7d25b845 add some debugging output
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1612 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 19:26:24 +00:00
lxnay 881a94bbb5 enable FtpInterface verbosity
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1611 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 19:24:00 +00:00
lxnay 6ea15c96f4 run vacuum() only before upload
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1610 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 19:19:45 +00:00
lxnay 8f6cc4f8e3 make database revision bumping back working, hopefully
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1609 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 19:14:28 +00:00
lxnay cd25bc540e beautify activator output
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1608 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 19:01:12 +00:00
lxnay 7799cb99a4 beautify activator output
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1607 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 18:55:00 +00:00
lxnay 0568c2ad5d beautify activator output
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1606 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 18:52:16 +00:00
lxnay 5dceb015d1 beautify activator output
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1605 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 18:50:52 +00:00
lxnay ff51820a33 fix _sync_run_download_queue()
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1604 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 18:45:55 +00:00
lxnay 5fbccb993b beautify activator output
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1603 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 18:44:39 +00:00
lxnay e08ebe53b9 beautify activator output
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1602 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 18:42:55 +00:00
lxnay 0a0c679cb6 beautify activator output
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1601 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 18:37:46 +00:00
lxnay 3b2e52e867 beautify activator output
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1600 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 18:36:51 +00:00
lxnay 0809183cea fixes for FileTransceiver
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1599 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-08 18:24:54 +00:00