My favorites | Sign in
Project Home Downloads Wiki Issues Source
Details: Show all Hide all

Older

  • Nov 04, 2010
    r83 (Relicensed from "GPL V2" to "GPL V2 or (at your option) any ...) committed by borggreve   -   Relicensed from "GPL V2" to "GPL V2 or (at your option) any later version" to be compatible with "GPL V2 or greater".
    Relicensed from "GPL V2" to "GPL V2 or (at your option) any later version" to be compatible with "GPL V2 or greater".
  • Dec 26, 2008
    r82 ( Adding parameters to the VM ) committed by googlegr...@opperschaap.net   -   Adding parameters to the VM
    Adding parameters to the VM
  • Dec 25, 2008
    r81 (Fixed ask_oke/ask_no_oke (partly). ) committed by borggreve   -   Fixed ask_oke/ask_no_oke (partly).
    Fixed ask_oke/ask_no_oke (partly).
  • Dec 24, 2008
    MainPage Wiki page edited by borggreve
  • Dec 24, 2008
    r79 (Added zip and tar.gz support. Removed old usage() function ...) committed by borggreve   -   Added zip and tar.gz support. Removed old usage() function as it is not being used. Support for friendly vm names with spaces.
    Added zip and tar.gz support. Removed old usage() function as it is not being used. Support for friendly vm names with spaces.
  • Dec 24, 2008
    r78 (Polished command line parameters, shuffled some code ) committed by borggreve   -   Polished command line parameters, shuffled some code
    Polished command line parameters, shuffled some code
  • Dec 24, 2008
    r77 (- createvm.py now listens to command line parameters. Cleane...) committed by borggreve   -   - createvm.py now listens to command line parameters. Cleaned up some variable names, changed some code layout. create_conf and print_conf are now seperated. config is created when guest os is accepted, create_conf also fills the summary.
    - createvm.py now listens to command line parameters. Cleaned up some variable names, changed some code layout. create_conf and print_conf are now seperated. config is created when guest os is accepted, create_conf also fills the summary.
  • Dec 24, 2008
    r76 ( CreateVM libary and test script x.py ) committed by googlegr...@opperschaap.net   -   CreateVM libary and test script x.py
    CreateVM libary and test script x.py
  • Dec 24, 2008
    r75 ( Python version of createvm, modular setup ) committed by googlegr...@opperschaap.net   -   Python version of createvm, modular setup
    Python version of createvm, modular setup
  • Dec 24, 2008
    r74 (createvm.py - a port of createvm.sh in Python. Not much fan...) committed by borggreve   -   createvm.py - a port of createvm.sh in Python. Not much fancy stuff yet, just the bash script and code-flow converted to Python. The script can create VM's at this point, but you cannot influence any of its parameters with command line options.
    createvm.py - a port of createvm.sh in Python. Not much fancy stuff yet, just the bash script and code-flow converted to Python. The script can create VM's at this point, but you cannot influence any of its parameters with command line options.
  • Dec 19, 2008
    r73 ( Going to change some stuff, created correct directory struc...) committed by googlegr...@opperschaap.net   -   Going to change some stuff, created correct directory structure for man pages libs and bin dirs
    Going to change some stuff, created correct directory structure for man pages libs and bin dirs
  • Dec 19, 2008
    r72 (Creating a personal branch of createvm's trunk) committed by googlegr...@opperschaap.net   -   Creating a personal branch of createvm's trunk
    Creating a personal branch of createvm's trunk
  • Dec 19, 2008
  • Dec 19, 2008
  • Dec 18, 2008
    r69 (Added VNC support for the VM.) committed by borggreve   -   Added VNC support for the VM.
    Added VNC support for the VM.
  • Dec 18, 2008
    r68 (trunk is now version 0.6) committed by borggreve   -   trunk is now version 0.6
    trunk is now version 0.6
  • Dec 18, 2008
    r67 (Tagging the 0.5 release.) committed by borggreve   -   Tagging the 0.5 release.
    Tagging the 0.5 release.
  • Dec 18, 2008
    r66 (Added man-page. View with: nroff -man createvm.1 | less ) committed by borggreve   -   Added man-page. View with: nroff -man createvm.1 | less
    Added man-page. View with: nroff -man createvm.1 | less
  • Dec 18, 2008
    r65 (small changes, var. names, output redir...) committed by borggreve   -   small changes, var. names, output redir...
    small changes, var. names, output redir...
  • Dec 17, 2008
    r64 (Start VM with parameter, vmplayer and vmware. Changed -x par...) committed by borggreve   -   Start VM with parameter, vmplayer and vmware. Changed -x param to do this. Removed -X option .
    Start VM with parameter, vmplayer and vmware. Changed -x param to do this. Removed -X option .
  • Dec 17, 2008
    r63 (added yes/no fix :) ) committed by borggreve   -   added yes/no fix :)
    added yes/no fix :)
  • Dec 17, 2008
    r62 (script now succesfully deletes files with spaces too... ;) ) committed by borggreve   -   script now succesfully deletes files with spaces too... ;)
    script now succesfully deletes files with spaces too... ;)
  • Dec 17, 2008
    r61 ( yes/no no only accepts y/n/yes/no ) committed by googlegr...@opperschaap.net   -   yes/no no only accepts y/n/yes/no
    yes/no no only accepts y/n/yes/no
  • Dec 17, 2008
    r60 (Remove output-file options, it is now changed by setting the...) committed by borggreve   -   Remove output-file options, it is now changed by setting the -n parameter. VM name and output file can have spaces.
    Remove output-file options, it is now changed by setting the -n parameter. VM name and output file can have spaces.
  • Dec 17, 2008
    r59 ( ask_no_ok and and ask_ok are "merged" 2 log functions rena...) committed by googlegr...@opperschaap.net   -   ask_no_ok and and ask_ok are "merged" 2 log functions renamed/added
    ask_no_ok and and ask_ok are "merged" 2 log functions renamed/added
  • Dec 17, 2008
    r58 (Added named color codes. Made color output options, -M ) committed by borggreve   -   Added named color codes. Made color output options, -M
    Added named color codes. Made color output options, -M
  • Dec 17, 2008
    r57 ( Renamed functions (log functions, help, version and others)...) committed by googlegr...@opperschaap.net   -   Renamed functions (log functions, help, version and others) We are using bash, so backticks are not needed $( ) syntax works fine :) GPL v2 mentioned explicitly
    Renamed functions (log functions, help, version and others) We are using bash, so backticks are not needed $( ) syntax works fine :) GPL v2 mentioned explicitly
  • Dec 17, 2008
    r56 (Made Binary check optional. Put if + then on one line ) committed by borggreve   -   Made Binary check optional. Put if + then on one line
    Made Binary check optional. Put if + then on one line
  • Dec 17, 2008
    r55 (changed functions names from WhoopsCase to slacker_case some...) committed by borggreve   -   changed functions names from WhoopsCase to slacker_case some other small optical changes
    changed functions names from WhoopsCase to slacker_case some other small optical changes
  • Dec 17, 2008
    r54 (regression (I think?) from after r42) committed by borggreve   -   regression (I think?) from after r42
    regression (I think?) from after r42
  • Dec 17, 2008
    r53 (dependent binaries are now in an array) committed by borggreve   -   dependent binaries are now in an array
    dependent binaries are now in an array
  • Dec 17, 2008
    r52 (minor: made CreateConf little more consistent) committed by borggreve   -   minor: made CreateConf little more consistent
    minor: made CreateConf little more consistent
  • Dec 17, 2008
    r51 (vmware-vdiskmanager now logs output to file to hide its mess...) committed by borggreve   -   vmware-vdiskmanager now logs output to file to hide its messages
    vmware-vdiskmanager now logs output to file to hide its messages
  • Dec 17, 2008
    r50 ( Value "'FALSE'" for variable "floppy0.present" is not a val...) committed by googlegr...@opperschaap.net   -   Value "'FALSE'" for variable "floppy0.present" is not a valid boolean value. Using value "FALSE". Fixed this bug in add_config_param
    Value "'FALSE'" for variable "floppy0.present" is not a valid boolean value. Using value "FALSE". Fixed this bug in add_config_param
  • Dec 17, 2008
    r49 (removed uncommented shebang line to vmware changed some Inf...) committed by borggreve   -   removed uncommented shebang line to vmware changed some Info messages
    removed uncommented shebang line to vmware changed some Info messages
  • Dec 17, 2008
    r48 ( add_config_param is now actually a setter for config items...) committed by googlegr...@opperschaap.net   -   add_config_param is now actually a setter for config items
    add_config_param is now actually a setter for config items
  • Dec 17, 2008
    r47 (Made output of binary check nicer with printf, change copyri...) committed by borggreve   -   Made output of binary check nicer with printf, change copyright line, changed some tabs to spaces.
    Made output of binary check nicer with printf, change copyright line, changed some tabs to spaces.
  • Dec 17, 2008
    r46 (fixed confict info (mine/r44)) committed by borggreve   -   fixed confict info (mine/r44)
    fixed confict info (mine/r44)
  • Dec 17, 2008
    r45 (Main: Added tar.gz support. Output can be zip and tar.gz at ...) committed by borggreve   -   Main: Added tar.gz support. Output can be zip and tar.gz at the same time.
    Main: Added tar.gz support. Output can be zip and tar.gz at the same time.
  • Dec 17, 2008
    r44 ( Fixed indenting ) committed by googlegr...@opperschaap.net   -   Fixed indenting
    Fixed indenting
  • Dec 17, 2008
    r43 ( Made some code nicer to look at. Help changed to use defaul...) committed by googlegr...@opperschaap.net   -   Made some code nicer to look at. Help changed to use default values which are set in the script, so the help will change if the defaults are changed
    Made some code nicer to look at. Help changed to use default values which are set in the script, so the help will change if the defaults are changed
  • Dec 17, 2008
    r42 (minor change in OS list, the list is even nicer :)) committed by borggreve   -   minor change in OS list, the list is even nicer :)
    minor change in OS list, the list is even nicer :)
  • Dec 17, 2008
    r41 ( Small changes Disk IDE type now also has impact on the dis...) committed by googlegr...@opperschaap.net   -   Small changes Disk IDE type now also has impact on the disk creation
    Small changes Disk IDE type now also has impact on the disk creation
  • Dec 17, 2008
    r40 ( Changed the way we add config parameters, one time write to...) committed by googlegr...@opperschaap.net   -   Changed the way we add config parameters, one time write to file Also moved up the config creation a bit, just before creating the disk
    Changed the way we add config parameters, one time write to file Also moved up the config creation a bit, just before creating the disk
  • Dec 16, 2008
    r39 (You can create virtual machines now with directories which c...) committed by googlegr...@opperschaap.net   -   You can create virtual machines now with directories which contain spaces
    You can create virtual machines now with directories which contain spaces
  • Dec 16, 2008
    r38 (Removed some debugging stuff and local PATH stuff which I ad...) committed by googlegr...@opperschaap.net   -   Removed some debugging stuff and local PATH stuff which I added incidently.
    Removed some debugging stuff and local PATH stuff which I added incidently.
  • Dec 16, 2008
    r37 (Changed the list OS option, reduces the amount of lines prin...) committed by googlegr...@opperschaap.net   -   Changed the list OS option, reduces the amount of lines printed
    Changed the list OS option, reduces the amount of lines printed
 
Powered by Google Project Hosting