Repository: ignite
Updated Branches:
  refs/heads/master d821d0999 -> b582171c8


IGNITE-8577: Migration guide.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b582171c
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b582171c
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b582171c

Branch: refs/heads/master
Commit: b582171c8f99745f93c16b69d1aa0df4dee4b45b
Parents: d821d09
Author: devozerov <voze...@gridgain.com>
Authored: Wed May 23 16:58:48 2018 +0300
Committer: devozerov <voze...@gridgain.com>
Committed: Wed May 23 16:58:48 2018 +0300

----------------------------------------------------------------------
 MIGRATION_GUIDE.txt              | 2 ++
 assembly/release-base.xml        | 5 +++++
 packaging/rpm/apache-ignite.spec | 1 +
 3 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b582171c/MIGRATION_GUIDE.txt
----------------------------------------------------------------------
diff --git a/MIGRATION_GUIDE.txt b/MIGRATION_GUIDE.txt
new file mode 100644
index 0000000..5b0c36f
--- /dev/null
+++ b/MIGRATION_GUIDE.txt
@@ -0,0 +1,2 @@
+Apache Ignite Migration Guide
+===========================
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ignite/blob/b582171c/assembly/release-base.xml
----------------------------------------------------------------------
diff --git a/assembly/release-base.xml b/assembly/release-base.xml
index bc3d473..df8598f 100644
--- a/assembly/release-base.xml
+++ b/assembly/release-base.xml
@@ -33,6 +33,11 @@
         </file>
 
         <file>
+            <source>MIGRATION_GUIDE.txt</source>
+            <outputDirectory>/</outputDirectory>
+        </file>
+
+        <file>
             <source>config/ignite-log4j.xml</source>
             <outputDirectory>/config</outputDirectory>
         </file>

http://git-wip-us.apache.org/repos/asf/ignite/blob/b582171c/packaging/rpm/apache-ignite.spec
----------------------------------------------------------------------
diff --git a/packaging/rpm/apache-ignite.spec b/packaging/rpm/apache-ignite.spec
index c735a92..5929ea9 100644
--- a/packaging/rpm/apache-ignite.spec
+++ b/packaging/rpm/apache-ignite.spec
@@ -239,6 +239,7 @@ ln -sf %{_log}/%{name} 
%{buildroot}%{_sharedstatedir}/%{name}/log
 %doc README.txt
 %doc NOTICE
 %doc RELEASE_NOTES.txt
+%doc MIGRATION_GUIDE.txt
 %license LICENSE
 
 

Reply via email to