This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Hsin Yi Chen (author)
Sat Jun 27 21:47:10 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
Makefile | Wed Apr 08 22:15:12 -0700 2009 | |
| |
README | Thu Apr 09 02:29:26 -0700 2009 | |
| |
bin/ | Sun May 10 17:24:42 -0700 2009 | |
| |
conf/ | Thu Apr 23 22:30:26 -0700 2009 | |
| |
devtools/ | Sat Jun 27 22:07:42 -0700 2009 | |
| |
doc/ | Fri Apr 24 01:52:57 -0700 2009 | |
| |
lazyscripts/ | Tue Jun 09 08:38:37 -0700 2009 | |
| |
locale/ | Mon May 11 06:42:20 -0700 2009 | |
| |
po/ | Mon May 11 06:42:20 -0700 2009 | |
| |
scriptspoll/ | Fri Feb 13 19:51:28 -0800 2009 | |
| |
t/ | Tue Jun 09 08:38:37 -0700 2009 | |
| |
ui/ | Sat May 09 09:46:50 -0700 2009 |
README
# @author Hsin Yi Chen 陳信屹 (hychen) <ossug.hychen at gmail.com> # @author 朱昱任 (Yuren Ju) <yurenju at gmail.com> LZS - Lazy Scripts Distribution Tool. ===================== a stupid scripts distribution system. Requirements ============ * git. * git-svn. * GitPython. * Python Nose Framwork. * make Quick Start for User ========================= Start the Lazyscripts GUI: $ ./slzs gui Quick Start for Developer ========================= initialize for develope environment, wich makes a lot of the test datas. $ make init_devenv run test cases in directories t/ without output capture. $ make devtest How to build a scripts list file ================================ just type this command, and this means that creating a new scripts list file for remote git repositry. $ ./lzs list build git://github.com/billy3321/lazyscripts_pool_debian_ubuntu.git Source ====== Lazyscripts's git repo is available on GitHub, which can be browsed at: http://github.com/hychen/lazyscript/tree and clone form git://github.com/hychen/lazyscript.git Lazyscripts Project http://code.google.com/p/lazyscripts/ otherwise, the Lazybuntu source can clone from http://svn.openfoundry.org/lazybuntu/ Debian Users ============ Lazyscripts need sudo to execute some command, please install sudo and add your account to /etc/sudoers. Please follow below steps: $ su - (please type root password) # visudo then find line "root ALL=(ALL) ALL", and add line below it: <your account> ALL=(ALL) ALL so your /etc/sudoers looks like: root ALL=(ALL) ALL john ALL=(ALL) ALL







