[openshift-origin-cartridge-diy] Initial import (#1007594).

tdawson tdawson at fedoraproject.org
Thu Oct 17 14:32:51 UTC 2013


commit 5c29aacc45e2c390672dacb890d48ade5941454f
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Oct 17 09:32:50 2013 -0500

    Initial import (#1007594).

 .gitignore                          |    1 +
 openshift-origin-cartridge-diy.spec |  215 +++++++++++++++++++++++++++++++++++
 sources                             |    1 +
 3 files changed, 217 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4242d57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/openshift-origin-cartridge-diy-0.8.0.1.tar.gz
diff --git a/openshift-origin-cartridge-diy.spec b/openshift-origin-cartridge-diy.spec
new file mode 100644
index 0000000..f4c98ea
--- /dev/null
+++ b/openshift-origin-cartridge-diy.spec
@@ -0,0 +1,215 @@
+%global cartridgedir %{_libexecdir}/openshift/cartridges/diy
+
+Summary:       DIY OpenShift cartridge
+Name:          openshift-origin-cartridge-diy
+Version:       0.8.0.1
+Release:       2%{?dist}
+Group:         Development/Languages
+License:       ASL 2.0
+URL:           https://www.openshift.com
+Source0:       http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{name}-%{version}.tar.gz
+Requires:      rubygem(openshift-origin-node)
+Requires:      openshift-origin-node-util
+Obsoletes:     openshift-origin-cartridge-diy-0.1 <= 1.9.1
+Provides:      openshift-origin-cartridge-diy-0.1 = 1.10
+BuildArch:     noarch
+
+%description
+DIY cartridge for openshift. (Cartridge Format V2)
+
+%prep
+%setup -q
+
+%build
+rm -f %{name}.spec
+
+%install
+mkdir -p %{buildroot}%{cartridgedir}
+cp -p -r * %{buildroot}%{cartridgedir}
+
+# Cleanup
+find %{buildroot}%{cartridgedir} -name .gitignore -delete
+find %{buildroot}%{cartridgedir} -name .gitkeep -delete
+rm -f %{buildroot}%{cartridgedir}/{COPYRIGHT,LICENSE,README.md}
+
+%files
+%doc COPYRIGHT LICENSE README.md
+%dir %{cartridgedir}
+%attr(0755,-,-) %{cartridgedir}/bin/
+%attr(0755,-,-) %{cartridgedir}/hooks/
+%{cartridgedir}/configuration/
+%{cartridgedir}/env/
+%{cartridgedir}/metadata/
+%{cartridgedir}/usr/
+
+%changelog
+* Fri Sep 13 2013 Troy Dawson <tdawson at redhat.com> 0.8.0.1-2
+- Spec file cleanup
+
+* Thu Aug 01 2013 Krishna Raman <kraman at gmail.com> 0.8.0.1-1
+- Bumping version #s for origin release 2 (kraman at gmail.com)
+- bump_minor_versions for sprint 32 (admiller at redhat.com)
+
+* Wed Jul 31 2013 Adam Miller <admiller at redhat.com> 0.7.5-1
+- Update cartridge versions for Sprint 31 (jhonce at redhat.com)
+
+* Wed Jul 31 2013 Adam Miller <admiller at redhat.com> 0.7.4-1
+- Pulled cartridge READMEs into Cartridge Guide (hripps at redhat.com)
+- Bug 985514 - Update CartridgeRepository when mcollectived restarted
+  (jhonce at redhat.com)
+
+* Mon Jul 29 2013 Adam Miller <admiller at redhat.com> 0.7.3-1
+- Bug 982738 (dmcphers at redhat.com)
+
+* Wed Jul 24 2013 Adam Miller <admiller at redhat.com> 0.7.2-1
+- <application.rb> Add feature to carts to handle wildcard ENV variable
+  subscriptions (jolamb at redhat.com)
+
+* Fri Jul 12 2013 Adam Miller <admiller at redhat.com> 0.7.1-1
+- bump_minor_versions for sprint 31 (admiller at redhat.com)
+
+* Wed Jul 10 2013 Adam Miller <admiller at redhat.com> 0.6.3-1
+- WIP Cartridge - bump cartridge versions (jhonce at redhat.com)
+
+* Tue Jul 02 2013 Adam Miller <admiller at redhat.com> 0.6.2-1
+- Bug 976921: Move cart installation to %%posttrans (ironcladlou at gmail.com)
+- remove v2 folder from cart install (dmcphers at redhat.com)
+- Merge pull request #2924 from wang0x7a/dev/zhewang/bug/976758
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 976758 & 969948 - Update the name of internal IP env var to match v2
+  carts https://bugzilla.redhat.com/show_bug.cgi?id=976758
+  https://bugzilla.redhat.com/show_bug.cgi?id=969948 Changed the
+  OPENSHIFT_INTERNAL_IP env var in index.html and start hook to
+  OPENSHIFT_DIY_IP (zhewang at redhat.com)
+
+* Tue Jun 25 2013 Adam Miller <admiller at redhat.com> 0.6.1-1
+- bump_minor_versions for sprint 30 (admiller at redhat.com)
+
+* Mon Jun 17 2013 Adam Miller <admiller at redhat.com> 0.5.2-1
+- First pass at removing v1 cartridges (dmcphers at redhat.com)
+- Make Install-Build-Required default to false (ironcladlou at gmail.com)
+
+* Thu May 30 2013 Adam Miller <admiller at redhat.com> 0.5.1-1
+- bump_minor_versions for sprint 29 (admiller at redhat.com)
+
+* Wed May 29 2013 Adam Miller <admiller at redhat.com> 0.4.7-1
+- Bug 968071 - Restore message (jhonce at redhat.com)
+
+* Tue May 28 2013 Adam Miller <admiller at redhat.com> 0.4.6-1
+- Bug 967118 - Remove redundant entries from managed_files.yml
+  (jhonce at redhat.com)
+
+* Thu May 23 2013 Adam Miller <admiller at redhat.com> 0.4.5-1
+- Bug 966255: Remove OPENSHIFT_INTERNAL_* references from v2 carts
+  (ironcladlou at gmail.com)
+
+* Wed May 22 2013 Adam Miller <admiller at redhat.com> 0.4.4-1
+- Bug 962662 (dmcphers at redhat.com)
+- Fix bug 964348 (pmorie at gmail.com)
+
+* Mon May 20 2013 Dan McPherson <dmcphers at redhat.com> 0.4.3-1
+- spec file cleanup (tdawson at redhat.com)
+- Merge pull request #2522 from mrunalp/dev/haproxy_hook
+  (dmcphers+openshiftbot at redhat.com)
+- Remove unused hooks. (mrunalp at gmail.com)
+
+* Thu May 16 2013 Adam Miller <admiller at redhat.com> 0.4.2-1
+- locking fixes and adjustments (dmcphers at redhat.com)
+- Add erb processing to managed_files.yml Also fixed and added some test cases
+  (fotios at redhat.com)
+- WIP Cartridge Refactor -- Cleanup spec files (jhonce at redhat.com)
+- cron cleanup (dmcphers at redhat.com)
+
+* Wed May 08 2013 Adam Miller <admiller at redhat.com> 0.4.1-1
+- bump_minor_versions for sprint 28 (admiller at redhat.com)
+- removing version logic from diy (dmcphers at redhat.com)
+
+* Mon May 06 2013 Adam Miller <admiller at redhat.com> 0.3.6-1
+- moving templates to usr (dmcphers at redhat.com)
+
+* Fri May 03 2013 Adam Miller <admiller at redhat.com> 0.3.5-1
+- Special file processing (fotios at redhat.com)
+
+* Wed May 01 2013 Adam Miller <admiller at redhat.com> 0.3.4-1
+- Merge pull request #2297 from ironcladlou/bz/955482
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 955482: Remove unnecessary symlink from RPM spec (ironcladlou at gmail.com)
+
+* Tue Apr 30 2013 Adam Miller <admiller at redhat.com> 0.3.3-1
+- Env var WIP. (mrunalp at gmail.com)
+
+* Mon Apr 29 2013 Adam Miller <admiller at redhat.com> 0.3.2-1
+- Add health urls to each v2 cartridge. (rmillner at redhat.com)
+
+* Thu Apr 25 2013 Adam Miller <admiller at redhat.com> 0.3.1-1
+- Split v2 configure into configure/post-configure (ironcladlou at gmail.com)
+- more install/post-install scripts (dmcphers at redhat.com)
+- Update outdated links in 'cartridges' directory. (asari.ruby at gmail.com)
+- WIP Cartridge Refactor - Change environment variable files to contain just
+  value (jhonce at redhat.com)
+- Adding V2 Format to all v2 cartridges (calfonso at redhat.com)
+- Bug 928675 (asari.ruby at gmail.com)
+- Merge pull request #2145 from sosiouxme/fixdeps
+  (dmcphers+openshiftbot at redhat.com)
+- <v2 carts> remove abstract cartridge from v2 requires (lmeyer at redhat.com)
+- Bug 947010: Exclude grep when checking for existing process
+  (ironcladlou at gmail.com)
+- V2 documentation refactoring (ironcladlou at gmail.com)
+- V2 cartridge documentation updates (ironcladlou at gmail.com)
+- bump_minor_versions for sprint 2.0.26 (tdawson at redhat.com)
+
+* Tue Apr 16 2013 Troy Dawson <tdawson at redhat.com> 0.2.7-1
+- Setting mongodb connection hooks to use the generic nosqldb name
+  (calfonso at redhat.com)
+
+* Mon Apr 15 2013 Adam Miller <admiller at redhat.com> 0.2.6-1
+- Bug 952041 - Add support for tidy to DIY and PHP cartridges
+  (jhonce at redhat.com)
+- V2 action hook cleanup (ironcladlou at gmail.com)
+
+* Sun Apr 14 2013 Krishna Raman <kraman at gmail.com> 0.2.5-1
+- WIP Cartridge Refactor - Move PATH to /etc/openshift/env (jhonce at redhat.com)
+- Merge pull request #2065 from jwhonce/wip/manifest_scrub
+  (dmcphers+openshiftbot at redhat.com)
+- WIP Cartridge Refactor - Scrub manifests (jhonce at redhat.com)
+- Adding connection hook for mongodb There are three leading params we don't
+  care about, so the hooks are using shift to discard. (calfonso at redhat.com)
+
+* Fri Apr 12 2013 Adam Miller <admiller at redhat.com> 0.2.4-1
+- Fixing stop and restart when diy is already stopped (calfonso at redhat.com)
+- SELinux, ApplicationContainer and UnixUser model changes to support oo-admin-
+  ctl-gears operating on v1 and v2 cartridges. (rmillner at redhat.com)
+
+* Wed Apr 10 2013 Adam Miller <admiller at redhat.com> 0.2.3-1
+- Anchor locked_files.txt entries at the cart directory (ironcladlou at gmail.com)
+- Merge pull request #1976 from calfonso/master (dmcphers at redhat.com)
+- Merge pull request #1974 from brenton/v2_post2 (dmcphers at redhat.com)
+- Bug fixes for DIY v2 cart -947010 (calfonso at redhat.com)
+- Registering/installing the cartridges in the rpm %%post (bleanhar at redhat.com)
+
+* Tue Apr 09 2013 Adam Miller <admiller at redhat.com> 0.2.2-1
+- Remove vendor name from installed V2 cartridge path (ironcladlou at gmail.com)
+
+* Thu Mar 28 2013 Adam Miller <admiller at redhat.com> 0.2.1-1
+- bump_minor_versions for sprint 26 (admiller at redhat.com)
+
+* Mon Mar 25 2013 Adam Miller <admiller at redhat.com> 0.1.6-1
+- Cron and DIY v2 cartridge fixes (calfonso at redhat.com)
+- Cron cartridge 2.0 (calfonso at redhat.com)
+- DIY Cartridge conformity to vendor-name (calfonso at redhat.com)
+
+* Thu Mar 21 2013 Adam Miller <admiller at redhat.com> 0.1.5-1
+- Change V2 manifest Version elements to strings (pmorie at gmail.com)
+
+* Mon Mar 18 2013 Adam Miller <admiller at redhat.com> 0.1.4-1
+- Fixing DIY cart git repo creation (chris@@hoflabs.com)
+
+* Fri Mar 15 2013 Dan McPherson <dmcphers at redhat.com> 0.1.3-1
+- new package built with tito
+
+* Fri Mar 15 2013 Troy Dawson <tdawson at redhat.com> 0.1.2-1
+- new package built with tito
+
+* Thu Mar 14 2013 Chris Alfonso <calfonso at redhat.com> 0.1.1-1
+- new package built with tito
+
diff --git a/sources b/sources
index e69de29..f927df2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3952a598a2aa6c60d705b3278fa55fe5  openshift-origin-cartridge-diy-0.8.0.1.tar.gz


More information about the scm-commits mailing list