[openshift-origin-cartridge-cron] Initial import (#1007595).

tdawson tdawson at fedoraproject.org
Thu Oct 17 14:34:05 UTC 2013


commit 9e08cef483c35e8b1d0ccde20eda3739e86b237b
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Oct 17 09:34:02 2013 -0500

    Initial import (#1007595).

 .gitignore                           |    1 +
 openshift-origin-cartridge-cron.spec |  179 ++++++++++++++++++++++++++++++++++
 sources                              |    1 +
 3 files changed, 181 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d8a15bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/openshift-origin-cartridge-cron-1.11.0.1.tar.gz
diff --git a/openshift-origin-cartridge-cron.spec b/openshift-origin-cartridge-cron.spec
new file mode 100644
index 0000000..4a7b2c7
--- /dev/null
+++ b/openshift-origin-cartridge-cron.spec
@@ -0,0 +1,179 @@
+%global cartridgedir %{_libexecdir}/openshift/cartridges/cron
+
+Summary:       Embedded cron support for OpenShift
+Name:          openshift-origin-cartridge-cron
+Version:       1.11.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-cron-1.4 <= 1.9.1
+Provides:      openshift-origin-cartridge-cron-1.4 = 1.10
+BuildArch:     noarch
+
+%description
+Cron 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
+rm -f %{buildroot}%{cartridgedir}/{COPYRIGHT,LICENSE,README.md}
+
+
+%files
+%doc COPYRIGHT LICENSE README.md
+%dir %{cartridgedir}
+%attr(0755,-,-) %{cartridgedir}/bin/
+%{cartridgedir}/configuration/
+%{cartridgedir}/metadata/
+
+%changelog
+* Fri Sep 13 2013 Troy Dawson <tdawson at redhat.com> 1.11.0.1-2
+- Spec file cleanup
+
+* Thu Aug 01 2013 Krishna Raman <kraman at gmail.com> 1.11.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> 1.10.4-1
+- Update cartridge versions for Sprint 31 (jhonce at redhat.com)
+
+* Wed Jul 31 2013 Adam Miller <admiller at redhat.com> 1.10.3-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> 1.10.2-1
+- Merge pull request #3197 from danmcp/master
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #2811 from BanzaiMan/dev/hasari/bz971586
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 982738 (dmcphers at redhat.com)
+- Mimic rhcsh logic more closely (asari.ruby at gmail.com)
+- Bug 971586 (asari.ruby at gmail.com)
+
+* Fri Jul 12 2013 Adam Miller <admiller at redhat.com> 1.10.1-1
+- bump_minor_versions for sprint 31 (admiller at redhat.com)
+
+* Wed Jul 10 2013 Adam Miller <admiller at redhat.com> 1.9.3-1
+- WIP Cartridge - bump cartridge versions (jhonce at redhat.com)
+
+* Tue Jul 02 2013 Adam Miller <admiller at redhat.com> 1.9.2-1
+- Bug 976921: Move cart installation to %%posttrans (ironcladlou at gmail.com)
+- Merge pull request #2958 from danmcp/master
+  (dmcphers+openshiftbot at redhat.com)
+- remove v2 folder from cart install (dmcphers at redhat.com)
+- Bug 977493 - Avoid leaking the lock file descriptor to child processes.
+  (rmillner at redhat.com)
+
+* Tue Jun 25 2013 Adam Miller <admiller at redhat.com> 1.9.1-1
+- bump_minor_versions for sprint 30 (admiller at redhat.com)
+
+* Fri Jun 21 2013 Adam Miller <admiller at redhat.com> 1.8.4-1
+- WIP Cartridge - Updated manifest.yml versions for compatibility
+  (jhonce at redhat.com)
+
+* Wed Jun 19 2013 Adam Miller <admiller at redhat.com> 1.8.3-1
+- Beef up cron cart README (asari.ruby at gmail.com)
+
+* Mon Jun 17 2013 Adam Miller <admiller at redhat.com> 1.8.2-1
+- First pass at removing v1 cartridges (dmcphers at redhat.com)
+
+* Thu May 30 2013 Adam Miller <admiller at redhat.com> 1.8.1-1
+- bump_minor_versions for sprint 29 (admiller at redhat.com)
+
+* Tue May 28 2013 Adam Miller <admiller at redhat.com> 1.7.6-1
+- Bug 967118 - Remove redundant entries from managed_files.yml
+  (jhonce at redhat.com)
+
+* Fri May 24 2013 Adam Miller <admiller at redhat.com> 1.7.5-1
+- remove install build required for non buildable carts (dmcphers at redhat.com)
+
+* Wed May 22 2013 Adam Miller <admiller at redhat.com> 1.7.4-1
+- Bug 962662 (dmcphers at redhat.com)
+
+* Mon May 20 2013 Dan McPherson <dmcphers at redhat.com> 1.7.3-1
+- spec file cleanup (tdawson at redhat.com)
+
+* Thu May 16 2013 Adam Miller <admiller at redhat.com> 1.7.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)
+- Make process label checks in cuke tests v1/v2 compatible
+  (ironcladlou at gmail.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> 1.7.1-1
+- bump_minor_versions for sprint 28 (admiller at redhat.com)
+
+* Fri May 03 2013 Adam Miller <admiller at redhat.com> 1.6.3-1
+- fix tests (dmcphers at redhat.com)
+- Special file processing (fotios at redhat.com)
+
+* Tue Apr 30 2013 Adam Miller <admiller at redhat.com> 1.6.2-1
+- Removed empty dirs from cron cartridge (calfonso at redhat.com)
+- Removed unused jobs from cron cart. This lives in the platform now
+  (calfonso at redhat.com)
+- Changed echo to client_result in cron cartridge (calfonso at redhat.com)
+- Modifying cron cartridge to point to correct limits and frequencies location
+  (calfonso at redhat.com)
+
+* Thu Apr 25 2013 Adam Miller <admiller at redhat.com> 1.6.1-1
+- Split v2 configure into configure/post-configure (ironcladlou at gmail.com)
+- more install/post-install scripts (dmcphers at redhat.com)
+- implementing install and post-install (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)
+- <v2 carts> remove abstract cartridge from v2 requires (lmeyer at redhat.com)
+- bump_minor_versions for sprint 2.0.26 (tdawson at redhat.com)
+
+* Sun Apr 14 2013 Krishna Raman <kraman at gmail.com> 1.5.6-1
+- WIP Cartridge Refactor - Scrub manifests (jhonce at redhat.com)
+
+* Fri Apr 12 2013 Adam Miller <admiller at redhat.com> 1.5.5-1
+- 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> 1.5.4-1
+- Fixing cron cart issue with the locked files (calfonso at redhat.com)
+- Merge pull request #1988 from ironcladlou/dev/v2carts/locked-files-refactor
+  (dmcphers at redhat.com)
+- Bug 950224: Remove unnecessary Endpoints (ironcladlou at gmail.com)
+- Anchor locked_files.txt entries at the cart directory (ironcladlou at gmail.com)
+- Merge pull request #1974 from brenton/v2_post2 (dmcphers 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> 1.5.3-1
+- Merge pull request #1942 from ironcladlou/dev/v2carts/vendor-changes
+  (dmcphers+openshiftbot at redhat.com)
+- Remove vendor name from installed V2 cartridge path (ironcladlou at gmail.com)
+
+* Mon Apr 08 2013 Adam Miller <admiller at redhat.com> 1.5.2-1
+- Moving root cron configuration out of cartridges and into node
+  (calfonso at redhat.com)
+- Refactor v2 cartridge SDK location and accessibility (ironcladlou at gmail.com)
+
+* Thu Mar 28 2013 Adam Miller <admiller at redhat.com> 1.5.1-1
+- bump_minor_versions for sprint 26 (admiller at redhat.com)
+
+* Fri Mar 22 2013 Dan McPherson <dmcphers at redhat.com> 1.4.2-1
+- new package built with tito
+
+* Fri Mar 22 2013 Chris Alfonso <calfonso at redhat.com> 1.4.1-1
+- new package built with tito
+
diff --git a/sources b/sources
index e69de29..7e98f03 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+809d1e3b66b742adba8cd3394589cb3a  openshift-origin-cartridge-cron-1.11.0.1.tar.gz


More information about the scm-commits mailing list