forked from billy3321/lazyscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
61 lines (37 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# @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/