Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-05 | Add logCtrl for scripts that might fail from a thp | Tomás Touceda | |
2011-11-01 | Make transactions not Thp specific | Tomás Touceda | |
2011-11-01 | Remove unused bit of code in getChecker | Tomás Touceda | |
2011-11-01 | Fix minor bug in the ThpCheck: broken status wont mark it as not installed | Tomás Touceda | |
2011-10-20 | Paths inside a Thp cfg will use / from now on | Tomás Touceda | |
2011-10-20 | Fix possible race condition with os.path.exists | Tomás Touceda | |
2011-10-20 | Documents the ThpPackages code | Tomás Touceda | |
Also fixes a typo in a still unused method. | |||
2011-10-20 | Use the tmp dir just for the metadata | Tomás Touceda | |
2011-10-20 | Handle Thp package creation in a separate CLI from Signer | Tomás Touceda | |
2011-10-20 | Fix file permissions | Tomás Touceda | |
2011-09-07 | Adds README, RELEASE-NOTES and ACKS files for lockfile | Tomás Touceda | |
2011-09-07 | Add the LICENSE file for the lockfile library | Tomás Touceda | |
2011-09-03 | Add a WAIT-FOR logCtrl message | Tomás Touceda | |
2011-09-03 | Try to install only if isReady | Tomás Touceda | |
Also, it removes a bunch of code for non-thp packages. | |||
2011-09-03 | Improve handling of updates to thp bundles | Tomás Touceda | |
It only installs thp packages that aren't already installed as they should be. It also outputs READY for bundles that have at least one package in them that's installable under this restrictions. | |||
2011-09-03 | Improve re-install behavior | Tomás Touceda | |
Also add more controller oriented output | |||
2011-09-02 | Fix behavior for bundles with more than one thp and add thp | Tomás Touceda | |
2011-09-02 | Run transactions only if --install is given, and create pkg-status if it ↵ | Tomás Touceda | |
doesn't exist | |||
2011-09-01 | Log with loggin instead of print, and add thp files to download when needed | Tomás Touceda | |
2011-07-26 | Update lockfile to work on OSX | Tomás Touceda | |
This changes the file modes, it seems OSX needs it this way. | |||
2011-06-27 | Execute postinst script and serialize script execution | Tomas Touceda | |
2011-06-26 | Start scripts part | Tomas Touceda | |
2011-06-25 | Adds installation with subdirs and upgrade based on the spec | Tomas Touceda | |
2011-06-25 | Adds basic installation | Tomas Touceda | |
Right now it's a bit more than just copying files, nothing else. | |||
2011-06-24 | Adds the ThpTransaction class and its basic structure | Tomas Touceda | |
2011-06-24 | Correct some silly errors | Tomas Touceda | |
2011-06-23 | Adds the code to introduce Thp Transactions | Tomas Touceda | |
Recognizes bundles that have all thp packages and arranges them in a separated dict from the installableDict. This bundles will be handled by the ThpInstaller as a whole, so it can order installations by dependencies. | |||
2011-06-23 | Validate files in a thp and add LockFile bundle dep | Tomas Touceda | |
2011-06-22 | Improve ThpDB, implement ThpPackage | Tomas Touceda | |
ThpDB's insert, delete and exists seems to work as expected by now. | |||
2011-06-22 | Add really simple checker, installer and thpdb | Tomas Touceda | |
But it's still not finished. | |||
2011-06-22 | Creates basic structure to start the thp checker | Tomas Touceda | |
2011-06-22 | Make optional keys actually optional | Tomas Touceda | |
2011-06-22 | Creates the thp file | Tomas Touceda | |
Adds two parameters to makethppackage: thpPath and scriptsDir. thpPath: where to save the finished thp file. scriptsDir: where the scripts specified in the configuration file are. | |||
2011-06-21 | First part of makethppackage | Tomas Touceda | |
Creates its metadata based on a config file. This still needs a sanity check. | |||
2011-06-21 | Fix typo in RPMChecker | Tomas Touceda | |
2010-08-26 | note that the Thandy TODO has migrated to trac | Nick Mathewson | |
2010-07-25 | More unit tests and documentation for the Thandy code | Nick Mathewson | |
2010-07-25 | Fix the interface of RSAKey.sign() to work as documented. | Nick Mathewson | |
Also, remove the (unused) thandy.formats.Key | |||
2009-08-25 | NONE? We are python; we have no NONE. Only none. | Nick Mathewson | |
2009-08-25 | Add the ability to download files via BitTorrent | Sebastian Hahn | |
The Client has learned a new option, --download-method, too specify whether we're downloading directly or via BitTorrent. This implementation has a few remaining issues, the biggest one is that seeding isn't implemented at all (when the download stops, Thandy stops sharing). Failure to download due to no available peers also doesn't work. | |||
2009-08-25 | Add ability to create .torrent metadata when making a package | Sebastian Hahn | |
Also update the spec with the information where the .torrent metadata file will be stored. | |||
2009-08-25 | Install with BitTorrent support if the library is available | Sebastian Hahn | |
Based on patch by coderman | |||
2009-08-25 | Allow tracking all bundles in the repository with thandy-client | Sebastian Hahn | |
thandy-client now allows passing ** instead of a path for bundles. This is treated as a special case, other wild card or regular expression matching is not included. | |||
2009-08-25 | If we have more than we want, we have too much, not the other way. | Sebastian Hahn | |
2009-08-25 | Remove section describing a legacy way to install files | Sebastian Hahn | |
2009-08-25 | All current versions of Thandy have length fields | Sebastian Hahn | |
2009-08-25 | Remove Glider cleanup notice | Sebastian Hahn | |
Nothing still refers to Glider in the entire repository, except the paragraph above the removed sentence. | |||
2009-08-25 | Spelling fixes and import cleanup | Sebastian Hahn | |
2009-06-01 | remove svn keywords | Sebastian Hahn | |
2009-06-01 | fix "make test" | Sebastian Hahn | |