junxiawang
c0b54790cb
modify packages testcase
2015-09-23 09:46:03 -04:00
junxiawang
3898e93a4a
modify makeconservercf and add addtional packages testcase
2015-09-21 05:58:20 -04:00
Xiaopeng Wang
8f0cb07b44
Merge pull request #116 from SStar1314/master
...
xCAT provision Sles11.2 will hang-on when excuting remoteshell script
2015-09-02 18:35:53 +08:00
Xiaopeng Wang
c0e16c9fcf
Merge pull request #145 from hu-weihua/cmdlog
...
fix bug#140 offline trouble shooting time stamp wrong
2015-09-02 18:21:34 +08:00
Xiaopeng Wang
869618db53
Merge pull request #143 from samveen/fix_postscripts
...
[xCAT-server] Add changes missed in 0dba62260c995c824bb26bad9f8686ee7…
2015-09-02 18:07:45 +08:00
Victor Hu
2dfa6b6737
Merge pull request #139 from samveen/modify_readme
...
Add links to the developers guide in the README
2015-09-02 04:52:41 -04:00
wangxiaopeng
eba708e40f
fix the internal link target issue
2015-09-02 04:07:00 -04:00
Xiaopeng Wang
95ef537e56
Merge pull request #144 from daniceexi/edittips
...
Add a guideline for how to edit Doc
2015-09-02 13:06:29 +08:00
wangxiaopeng
eed9d8b1ff
remove a .swp file
2015-09-02 01:27:57 -04:00
wangxiaopeng
8a5c522292
Add example to show how to edit doc:
...
Section format
List format
Link/Reference
Footnotes
Comments
Table
Literal block/word
2015-09-02 01:26:33 -04:00
huweihua
fc53bb3b3c
fix bug#140 offline trouble shooting time stamp wrong
2015-09-01 22:38:56 -04:00
SStar1314
745cf10422
Add comments to the remoteshell ecdsa key generate produrce.
2015-09-02 09:20:28 +08:00
wangxiaopeng
38f7c13f88
Update doc Guidelines base on comments
2015-09-01 12:22:53 -04:00
wangxiaopeng
71318e9b69
Add a Doc edit tips page
...
How to add links
How to add OS specific branches
2015-09-01 09:10:51 -04:00
Xiaopeng Wang
f62925567d
Merge pull request #137 from bybai/master
...
fix issue xcatd restart failed using latest build during loading dock…
2015-09-01 14:16:27 +08:00
bybai
e4145b4ca9
fix issue xcatd restart failed using latest build during loading docker.pm ( #132 )
2015-08-31 05:29:30 -04:00
Samveen Gulati
5393389544
[xCAT-server] Add changes missed in 0dba62260c
2015-08-30 10:27:58 +00:00
Samveen Gulati
2a8556c88c
Fix bad formatting of previous commit
2015-08-30 07:43:15 +00:00
Samveen Gulati
5cbad1ac2e
Add links to the developers guide in the README
2015-08-30 07:37:19 +00:00
Xiaopeng Wang
43ee273074
Merge pull request #134 from samveen/postscripts_prep
...
Correct code format for def* cmds
2015-08-30 15:02:35 +08:00
Samveen Gulati
189c4cfc42
[perl-xCAT] DBobjUtils.pm Formatting - Consistent placing of {
2015-08-28 23:21:49 +00:00
Samveen Gulati
c52154d62a
[perl-xCAT] Fix indentation in DBobjUtils.pm
2015-08-28 22:40:37 +00:00
Samveen Gulati
8ea19fd193
[perl-xCAT] Remove extraneous space in DBobjUtils.pm
2015-08-28 22:16:17 +00:00
Samveen Gulati
572b0cfb96
[perl-xCAT] Fix tabs and indentation in DBobjUtils
2015-08-28 22:08:17 +00:00
Xiaopeng Wang
57e1c944cb
Merge pull request #124 from whowutwut/git_tutorial
...
Added Github documentation reference for forking/branch/pull request
2015-08-28 18:39:22 +08:00
Xiaopeng Wang
d117851a30
Merge pull request #128 from immarvin/master
...
use pigz to improve the performance of genimage/packimage/liteimg
2015-08-28 18:28:17 +08:00
Xiaopeng Wang
d02ef003ba
Merge pull request #129 from hu-weihua/cmdlog
...
Make command log process support restartxcatd
2015-08-28 18:24:06 +08:00
Xiaopeng Wang
3571b34710
Merge pull request #131 from samveen/master
...
[xCAT-server] Minor code format fixes to plugins/DBobjectdefs.pm
2015-08-28 18:19:22 +08:00
Weihua Hu
d6650a5a17
Merge pull request #118 from junxiawang/master
...
modify autotest download xcat-dep code
2015-08-28 16:24:38 +08:00
huweihua
e7c5580a10
change fork ot xfork for command log process
2015-08-28 04:12:14 -04:00
immarvin
4114a4f6a9
fix some codeing style problems
2015-08-28 03:29:09 -04:00
immarvin
8dea21b6c1
remove some code commented out
2015-08-28 03:00:19 -04:00
immarvin
81409e1899
use pigz instead of gzip in liteimg
2015-08-28 02:56:26 -04:00
huweihua
6414da0d34
modify indent
2015-08-28 02:55:49 -04:00
huweihua
efa45a81d9
command log process support restartxcatd and fix some response parsing error
2015-08-28 02:20:08 -04:00
immarvin
5e03ebc498
use pigz to improve the performance of genimage/packimage
2015-08-28 00:09:05 -04:00
Xiaopeng Wang
a65e28ebc4
Merge pull request #125 from whowutwut/cla
...
Create pdf files of the agreements for the contributor license agreem…
2015-08-28 08:18:17 +08:00
Victor Hu
24a080fd3e
Create pdf files of the agreements for the contributor license agreements.
...
To be consistent with the maintainer agreement, provide downloadble pdf
files for contributors to print and sign. This makes the form that is
returned to us more consistent as well.
2015-08-27 11:27:52 -04:00
Victor Hu
828b807c5b
Initial commit for GitHub reference documentation for forking/branching/pullrequest
2015-08-27 10:19:04 -04:00
Samveen
338b22c301
[xCAT-server]: Fix messed up tab based indentation in DBobjectdefs.pm
2015-08-27 14:11:43 +00:00
Samveen
d8306c6316
[xCAT-server]: Make string assignmets consistent in DBobjectdefs.pm (missed in previous commit)
2015-08-27 14:07:11 +00:00
Samveen
d23ac40a5b
[xCAT-server]: Make string assignmets consistent in DBobjectdefs.pm
2015-08-27 14:04:53 +00:00
Samveen
dd5dadd8ce
[xCAT-server]: Remove an unnecessary string comparison from DBobjectdefs.pm
2015-08-27 13:57:01 +00:00
Samveen
2f88aff982
[xCAT-server]: Fix extraneous whitespace and bad indentation in DBobjectdefs.pm
2015-08-27 13:54:21 +00:00
junxiawang
dff634afdf
modify code according to weihua's comments
2015-08-27 09:40:23 -04:00
Xiaopeng Wang
6ab2162131
Merge pull request #122 from whowutwut/cla_rtd
...
The CLAs should stay in the xCAT documentation on RTD
2015-08-27 15:41:56 +08:00
Victor Hu
78ae3adbe7
The CLAs should stay in the xCAT documentation instead of being put in the wiki
...
pages on the xcat-core project. Removing those files and cleaning up the
agreements under the docs directory
2015-08-26 15:53:05 -04:00
Victor Hu
362c29a467
Merge pull request #120 from arif-ali/patch-1
...
Update README.md
2015-08-26 02:02:17 -04:00
Arif Ali
720395a835
Update README.md
...
To make it correct with markdown
2015-08-25 22:46:55 +01:00
SStar1314
229ee3966c
Update remoteshell
2015-08-25 22:25:24 +08:00