Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
728e9229
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
728e9229
编写于
1月 08, 2010
作者:
M
Matthias Bolte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Replace old CVS references with GIT
上级
edcae5a7
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
15 addition
and
15 deletion
+15
-15
HACKING
HACKING
+3
-3
docs/FAQ.html.in
docs/FAQ.html.in
+1
-1
docs/bugs.html.in
docs/bugs.html.in
+3
-3
docs/contact.html.in
docs/contact.html.in
+2
-2
docs/deployment.html.in
docs/deployment.html.in
+2
-2
docs/hacking.html.in
docs/hacking.html.in
+3
-3
src/Makefile.am
src/Makefile.am
+1
-1
未找到文件。
HACKING
浏览文件 @
728e9229
...
...
@@ -15,14 +15,14 @@ should work:
or:
cvs diff -up
> libvirt-myfeature.patch
git diff
> libvirt-myfeature.patch
(3) Split large changes into a series of smaller patches, self-contained
if possible, with an explanation of each patch and an explanation of how
the sequence of patches fits together.
(4) Make sure your patches apply against libvirt
CVS
. Developers
only follow
CVS
and don't care much about released versions.
(4) Make sure your patches apply against libvirt
GIT
. Developers
only follow
GIT
and don't care much about released versions.
(5) Run the automated tests on your code before submitting any changes.
In particular, configure with compile warnings set to -Werror:
...
...
docs/FAQ.html.in
浏览文件 @
728e9229
...
...
@@ -119,7 +119,7 @@
packages as well as the public headers to compile against libxenstore.
</p>
</li>
<li>
<em>
I use the
CVS
version and there is no configure script
</em>
<em>
I use the
GIT
version and there is no configure script
</em>
<p>
The configure script (and other Makefiles) are generated. Use the
autogen.sh script to regenerate the configure script and Makefiles,
like:
</p>
...
...
docs/bugs.html.in
浏览文件 @
728e9229
...
...
@@ -16,7 +16,7 @@
<p>
If you are using official libvirt binaries from a Linux distribution
check below for distribution specific bug reporting policies first.
For general libvirt bug reports, from self-built releases,
CVS
snapshots
For general libvirt bug reports, from self-built releases,
GIT
snapshots
and any other non-distribution supported builds, enter tickets under
the
<code>
Virtualization Tools
</code>
product and the
<code>
libvirt
</code>
component.
...
...
@@ -64,8 +64,8 @@
</p>
<ul>
<li>
The version number of the libvirt build, or
date of the CVS
c
heckou
t
</li>
<li>
The version number of the libvirt build, or
SHA1 of the GIT
c
ommi
t
</li>
<li>
The hardware architecture being used
</li>
<li>
The name of the hypervisor (Xen, QEMU, KVM)
</li>
<li>
The XML config of the guest domain if relevant
</li>
...
...
docs/contact.html.in
浏览文件 @
728e9229
...
...
@@ -12,8 +12,8 @@
<a
href=
"https://www.redhat.com/mailman/listinfo/libvir-list"
>
associated Web
</a>
page and follow the instructions. Patches with explanations and provided as
attachments are really appreciated and will be discussed on the mailing list.
If possible generate the patches by using
<code>
cvs diff -up
</code>
in a CVS
c
heckout
.
If possible generate the patches by using
<code>
git diff
</code>
in a GIT
c
lone
.
</p>
<h2>
IRC discussion
</h2>
...
...
docs/deployment.html.in
浏览文件 @
728e9229
...
...
@@ -25,10 +25,10 @@
# make install
</pre>
<h2>
Built from
CVS /
GIT
</h2>
<h2>
Built from GIT
</h2>
<p>
When building from
CVS
it is necessary to generate the autotools
When building from
GIT
it is necessary to generate the autotools
support files. This requires having
<code>
autoconf
</code>
,
<code>
automake
</code>
,
<code>
libtool
</code>
and
<code>
intltool
</code>
installed. The process can be automated with the
<code>
autogen.sh
</code>
...
...
docs/hacking.html.in
浏览文件 @
728e9229
...
...
@@ -19,13 +19,13 @@
or:
</p>
<pre>
cvs diff -up
> libvirt-myfeature.patch
git diff
> libvirt-myfeature.patch
</pre></li>
<li>
Split large changes into a series of smaller patches, self-contained
if possible, with an explanation of each patch and an explanation of how
the sequence of patches fits together.
</li>
<li>
Make sure your patches apply against libvirt
CVS
. Developers
only follow
CVS
and don't care much about released versions.
</li>
<li>
Make sure your patches apply against libvirt
GIT
. Developers
only follow
GIT
and don't care much about released versions.
</li>
<li><p>
Run the automated tests on your code before submitting any changes.
In particular, configure with compile warnings set to -Werror:
</p>
<pre>
...
...
src/Makefile.am
浏览文件 @
728e9229
...
...
@@ -367,7 +367,7 @@ if HAVE_RPCGEN
# Maintainer-only target for re-generating the derived .c/.h source
# files, which are actually derived from the .x file.
#
# For committing protocol changes to
CVS
, the GLIBC rpcgen *must*
# For committing protocol changes to
GIT
, the GLIBC rpcgen *must*
# be used.
#
# Support for non-GLIB rpcgen is here as a convenience for
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录