forked from ananos/xen2mx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.devel
25 lines (20 loc) · 956 Bytes
/
README.devel
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
How-to release a tarball
========================
If not done yet, update the ChangeLog and the version in configure.ac.
Before committing the update, make sure, you run autogen.sh so that
version updates in other files are also committed.
Apply all changes to the source dir, even if you cannot commit them.
Then, run the configure script, either inside the source directory
or outside.
If building the tarball from a machine without kernel headers installed,
you may pass --disable-driver-build to configure so that it does not fail
when detecting kernel features. This option will not change the behavior
of the generated tarball.
Enter the build directory and run:
make dist
It will generate open-mx-$(VERSION).tar.gz where VERSION is specified
in AC_INIT() in configure.ac.
To change the tarball name, use the VERSION variable:
make dist VERSION=2.0.0-alpha5
It will update the version in configure.ac and generate
open-mx-2.0.0-alpha5.tar.gz.