My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 06, 2009
    Downloads (Moved to GitHub) Wiki page added by knipknap   -   Revision r270 Created wiki page through web user interface.
    Revision r270 Created wiki page through web user interface.
  • Dec 06, 2009
    Wiki (Move to GitHub) Wiki page added by knipknap   -   Revision r269 Created wiki page through web user interface.
    Revision r269 Created wiki page through web user interface.
  • Dec 06, 2009
    IssueTracker (Issue Tracking) Wiki page edited by knipknap   -   Revision r268 Edited wiki page through web user interface.
    Revision r268 Edited wiki page through web user interface.
  • Dec 06, 2009
    IssueTracker (Issue Tracking) Wiki page added by knipknap   -   Revision r267 Created wiki page through web user interface.
    Revision r267 Created wiki page through web user interface.
  • Dec 06, 2009
    Documentation (Exscript Documentation) Wiki page edited by knipknap   -   Revision r266 Edited wiki page through web user interface.
    Revision r266 Edited wiki page through web user interface.
  • Dec 05, 2009
    SourceCode (Accessing the Exscript source code.) Wiki page edited by knipknap   -   Revision r265 Edited wiki page through web user interface.
    Revision r265 Edited wiki page through web user interface.
  • Dec 05, 2009
    SourceCode (Accessing the Exscript source code.) Wiki page edited by knipknap   -   Revision r264 Edited wiki page through web user interface.
    Revision r264 Edited wiki page through web user interface.
  • Dec 05, 2009
    issue 20 (-p ssh does not work, have to use ssh://hostname) Status changed by knipknap   -   Sorry about that bug - it should be fixed in the "exscript2" branch of the Git repository. To test the current version out you can try the following commands: git clone git://github.com/knipknap/exscript.git cd exscript git checkout remotes/origin/exscript2 Please let me know if it still does not work.
    Status: Fixed
    Sorry about that bug - it should be fixed in the "exscript2" branch of the Git repository. To test the current version out you can try the following commands: git clone git://github.com/knipknap/exscript.git cd exscript git checkout remotes/origin/exscript2 Please let me know if it still does not work.
    Status: Fixed
  • Dec 05, 2009
    SourceCode (Accessing the Exscript source code.) Wiki page edited by knipknap   -   Revision r263 Edited wiki page through web user interface.
    Revision r263 Edited wiki page through web user interface.
  • Dec 05, 2009
    SourceCode (Accessing the Exscript source code.) Wiki page added by knipknap   -   Revision r262 Created wiki page through web user interface.
    Revision r262 Created wiki page through web user interface.

Earlier this year

  • Nov 19, 2009
    issue 20 (-p ssh does not work, have to use ssh://hostname) reported by pasnak   -   What steps will reproduce the problem? 1. Create simple test script 2. exscript -p ssh -i test.exscript hostname (fail) 3. exscript -i test.exscript ssh://hostname (win) What is the expected output? What do you see instead? Expect output of exscript -p ssh is that it attempts ssh connection. Instead, it attempts telnet What version of the product are you using? On what operating system? 0.9.16 Please provide any additional information below.
    What steps will reproduce the problem? 1. Create simple test script 2. exscript -p ssh -i test.exscript hostname (fail) 3. exscript -i test.exscript ssh://hostname (win) What is the expected output? What do you see instead? Expect output of exscript -p ssh is that it attempts ssh connection. Instead, it attempts telnet What version of the product are you using? On what operating system? 0.9.16 Please provide any additional information below.
  • Nov 04, 2009
    r261 (TODO updated.) committed by knipknap   -   TODO updated.
    TODO updated.
  • Nov 04, 2009
    r260 (Get rid of useless import, cleanup.) committed by knipknap   -   Get rid of useless import, cleanup.
    Get rid of useless import, cleanup.
  • Nov 04, 2009
    r259 (Fix: util.run().) committed by knipknap   -   Fix: util.run().
    Fix: util.run().
  • Nov 04, 2009
    r258 (Fix: Forgotten import statement caused util.run to fail.) committed by knipknap   -   Fix: Forgotten import statement caused util.run to fail.
    Fix: Forgotten import statement caused util.run to fail.
  • Nov 04, 2009
    r257 (Split util.py into seperate modules.) committed by knipknap   -   Split util.py into seperate modules.
    Split util.py into seperate modules.
  • Nov 04, 2009
    r256 (Add new Exscript.start() method that is supposed to replace ...) committed by knipknap   -   Add new Exscript.start() method that is supposed to replace run() at some point. Add unit tests.
    Add new Exscript.start() method that is supposed to replace run() at some point. Add unit tests.
  • Nov 04, 2009
    r255 (Ignore swap files.) committed by knipknap   -   Ignore swap files.
    Ignore swap files.
  • Nov 04, 2009
    r254 (Remove useless signal 'login_done'.) committed by knipknap   -   Remove useless signal 'login_done'.
    Remove useless signal 'login_done'.
  • Nov 04, 2009
    r253 (Clean the Connection class up, and add some docs.) committed by knipknap   -   Clean the Connection class up, and add some docs.
    Clean the Connection class up, and add some docs.
  • Nov 04, 2009
    r252 (Get rid of __exscript__ builtin variable.) committed by knipknap   -   Get rid of __exscript__ builtin variable.
    Get rid of __exscript__ builtin variable.
  • Nov 04, 2009
    r251 (Rework most of the account locking related code, hopefully f...) committed by knipknap   -   Rework most of the account locking related code, hopefully fixing some sync issues.
    Rework most of the account locking related code, hopefully fixing some sync issues.
  • Nov 04, 2009
    r250 (Fix: authenticate, authorize, and auto_authorize stdlib func...) committed by knipknap   -   Fix: authenticate, authorize, and auto_authorize stdlib functions.
    Fix: authenticate, authorize, and auto_authorize stdlib functions.
  • Nov 04, 2009
    r249 (Fix: Pass options to the Connection object.) committed by knipknap   -   Fix: Pass options to the Connection object.
    Fix: Pass options to the Connection object.
  • Nov 04, 2009
    r248 (No longer pass Exscript and Host args to functions invoked b...) committed by knipknap   -   No longer pass Exscript and Host args to functions invoked by the FuncJob, as these are now attached to connection objects.
    No longer pass Exscript and Host args to functions invoked by the FuncJob, as these are now attached to connection objects.
  • Nov 04, 2009
    r247 (Fix: The last commit broke badly.) committed by knipknap   -   Fix: The last commit broke badly.
    Fix: The last commit broke badly.
  • Nov 04, 2009
    r246 (Introduce an explicit connection object.) committed by knipknap   -   Introduce an explicit connection object.
    Introduce an explicit connection object.
  • Nov 04, 2009
    r245 (Add Host.set_name().) committed by knipknap   -   Add Host.set_name().
    Add Host.set_name().
  • Nov 04, 2009
    r244 (util.any_match, util.first_match: Allow for passing Transpor...) committed by knipknap   -   util.any_match, util.first_match: Allow for passing Transport objects instead of strings.
    util.any_match, util.first_match: Allow for passing Transport objects instead of strings.
  • Nov 04, 2009
    r243 (Fix: Hosts with domain names that contain more than one dot.) committed by knipknap   -   Fix: Hosts with domain names that contain more than one dot.
    Fix: Hosts with domain names that contain more than one dot.
  • Nov 04, 2009
    r242 (Force-close the connection when done.) committed by knipknap   -   Force-close the connection when done.
    Force-close the connection when done.
  • Nov 04, 2009
    r241 (No longer require useless True return value from Action obje...) committed by knipknap   -   No longer require useless True return value from Action objects.
    No longer require useless True return value from Action objects.
  • Nov 04, 2009
    r240 (Add --delete-logs command line option.) committed by knipknap   -   Add --delete-logs command line option.
    Add --delete-logs command line option.
  • Nov 04, 2009
    r239 (Fix: Properly define variables in util.run_template().) committed by knipknap   -   Fix: Properly define variables in util.run_template().
    Fix: Properly define variables in util.run_template().
  • Nov 04, 2009
    r238 (Fix: revert last commit.) committed by knipknap   -   Fix: revert last commit.
    Fix: revert last commit.
  • Nov 04, 2009
    r237 (Fix: builtin hostname variable should include domain.) committed by knipknap   -   Fix: builtin hostname variable should include domain.
    Fix: builtin hostname variable should include domain.
  • Nov 04, 2009
    r236 (Fix: Move code for defining variables from FunctionRunner to...) committed by knipknap   -   Fix: Move code for defining variables from FunctionRunner to TemplateRunner.
    Fix: Move code for defining variables from FunctionRunner to TemplateRunner.
  • Nov 04, 2009
    r235 (Change documentation path.) committed by knipknap   -   Change documentation path.
    Change documentation path.
  • Nov 04, 2009
    r234 (Minor cleanup.) committed by knipknap   -   Minor cleanup.
    Minor cleanup.
  • Nov 04, 2009
    r233 (Fix: Logfile handling in case of an error.) committed by knipknap   -   Fix: Logfile handling in case of an error.
    Fix: Logfile handling in case of an error.
  • Nov 04, 2009
    r232 (Get rid of FunctionRunner.add_hosts_from_*() methods.) committed by knipknap   -   Get rid of FunctionRunner.add_hosts_from_*() methods.
    Get rid of FunctionRunner.add_hosts_from_*() methods.
  • Nov 04, 2009
    r231 (Minor whitespace fix in README.) committed by knipknap   -   Minor whitespace fix in README.
    Minor whitespace fix in README.
  • Nov 04, 2009
    r230 (Convert README to wiki syntax.) committed by knipknap   -   Convert README to wiki syntax.
    Convert README to wiki syntax.
  • Nov 04, 2009
    r229 (Add publish-local documentation Makefile target.) committed by knipknap   -   Add publish-local documentation Makefile target.
    Add publish-local documentation Makefile target.
  • Nov 04, 2009
    r228 (Fix: Last account broke the cli script.) committed by knipknap   -   Fix: Last account broke the cli script.
    Fix: Last account broke the cli script.
  • Nov 04, 2009
    r227 (Get rid of AccountManager.create_*() methods.) committed by knipknap   -   Get rid of AccountManager.create_*() methods.
    Get rid of AccountManager.create_*() methods.
  • Nov 04, 2009
    r226 (Fix util.get_accounts_from_file(), and use base64 encrypted ...) committed by knipknap   -   Fix util.get_accounts_from_file(), and use base64 encrypted passwords.
    Fix util.get_accounts_from_file(), and use base64 encrypted passwords.
  • Nov 04, 2009
    r225 (Add util.get_accounts_from_file().) committed by knipknap   -   Add util.get_accounts_from_file().
    Add util.get_accounts_from_file().
  • Nov 04, 2009
    r224 (Allow for passing a list of accounts to AccountManager.add_a...) committed by knipknap   -   Allow for passing a list of accounts to AccountManager.add_account().
    Allow for passing a list of accounts to AccountManager.add_account().
  • Aug 24, 2009
    Documentation (Exscript Documentation) Wiki page edited by knipknap   -   Revision r223 Edited wiki page through web user interface.
    Revision r223 Edited wiki page through web user interface.
 
Hosted by Google Code