public
Description: An simple installer for linux end users.Its' a branch of lazybuntu.
Homepage:
Clone URL: git://github.com/hychen/lazyscript.git
name age message
file Makefile Wed Apr 08 22:15:12 -0700 2009 * accept a patch from jesse. From: Wen-chi... [Hsin Yi Chen (hychen)]
file README Thu Apr 09 02:29:26 -0700 2009 Add Project home [billy3321]
directory bin/ Sun May 10 17:24:42 -0700 2009 modify text for install python-git and fix zeni... [Yuren Ju]
directory conf/ Thu Apr 23 22:30:26 -0700 2009 update scripts.list [Yuren Ju]
directory devtools/ Sat Jun 27 22:07:42 -0700 2009 self-extract programe now can use for any tag/b... [Hsin Yi Chen]
directory doc/ Fri Apr 24 01:52:57 -0700 2009 Add quickstart_for_scripts_developer.txt [billy3321]
directory lazyscripts/ Tue Jun 09 08:38:37 -0700 2009 now can set defulat repostiry. [Hsin Yi Chen]
directory locale/ Mon May 11 06:42:20 -0700 2009 update to new translation string [Yuren Ju]
directory po/ Mon May 11 06:42:20 -0700 2009 update to new translation string [Yuren Ju]
directory scriptspoll/ Fri Feb 13 19:51:28 -0800 2009 * fix clonning test scriptspoll in the wrong pa... [Hsin Yi Chen (hychen)]
directory t/ Tue Jun 09 08:38:37 -0700 2009 now can set defulat repostiry. [Hsin Yi Chen]
directory ui/ Sat May 09 09:46:50 -0700 2009 remove tab [Yuren Ju]
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