[jboss-as/f17] Added README.md to make clear what the repos is used for

Marek Goldmann goldmann at fedoraproject.org
Thu Aug 23 12:40:11 UTC 2012


commit f976bfcdd2f8c08b9c69e7ade9908e7be60a87bc
Author: Marek Goldmann <mgoldman at redhat.com>
Date:   Thu Aug 23 14:32:05 2012 +0200

    Added README.md to make clear what the repos is used for

 README.md |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b0c7846
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# Hi!
+
+This is the [JBoss Application Server](http://www.jboss.org/jbossas/) RPM spec repository used to create RPM in [Fedora](https://fedoraproject.org).
+
+## Repositories
+
+There are two places where the JBoss AS spec file (and other files required to build the package) is stored:
+
+1. [Fedora's Git repository](http://pkgs.fedoraproject.org/cgit/jboss-as.git/)
+2. [GitHub](https://github.com/fedora-jboss-as/jboss-as-rpm)
+
+## Workflow
+
+The [GitHub repostitory](https://github.com/fedora-jboss-as/jboss-as-rpm) is a **mirror** created for the convenience of the packagers. The actual work is done on that mirror, then the commits are merged with the Fedora repository.
+
+Please note that only `master` branch from Fedora Git repo is mirrored. This branch represents the current state of the **next** (unreleased) Fedora version. Other branches representing released Fedora versions (f16, f17...) are skipped. The `master` branch from Fedora is represented as `fedora_master` on GitHub. There may be some other branches, but these are temporary.
+
+### How to genererate patches?
+
+JBoss AS needs some patches to work in Fedora. Some of them are related to still missing dependencies some of them are bug fixes.
+
+The **customized** source code used to compile JBoss AS is located in the [jboss-as repository on GitHub](https://github.com/fedora-jboss-as/jboss-as) repository. To generate patches from it, please use following command:
+
+    git format-patch --no-numbered --no-signature 7.1.1.Final..HEAD
+
+


More information about the scm-commits mailing list