List of commits:
Subject Hash Author Date (UTC)
.spec updates 5fe0aca1b4a3bfd8c1c8db95409faf512ad09b43 Catalin(ux) M. BOIE 2020-06-04 22:03:57
Switch to Podman (because of Fedora 32) and fix the worker service in the spec file 05b3866cd09b0aa8367d3b5755f45ea7274658de Catalin(ux) M. BOIE 2020-06-04 15:50:41
Added sample configuration for workers df36ccd20e40987a4ca2355062ee1312aa2ee3a2 Catalin(ux) M. BOIE 2020-06-04 15:14:52
Avoid complains from install for systemd daemon-reload 683a92542cc0608293ceefc111a05e1eb328a2d8 Catalin(ux) M. BOIE 2020-06-04 15:09:57
Small stuff e64a838d032e54587ab3110ab8bb04a0cde78231 Catalin(ux) M. BOIE 2020-06-04 14:49:56
Lots of changes b8164d9e1e263eb4db75e32430f0753b63d0028e Catalin(ux) M. BOIE 2020-06-04 07:14:35
Lots of small fixes and functional tests ad2c8f4ce214896cb5984031dbd916467878ccfd Catalin(ux) M. BOIE 2020-05-16 09:30:47
Lots of things, mostly worker fixes 8768227306ef89ecc51d392cf986e75a7044dde4 Catalin(ux) M. BOIE 2020-04-10 15:27:11
Added functional test for HTTP 304 code 93205ec14d1073c434360abf7ea525a75407b1ab Catalin(ux) M. BOIE 2020-04-02 14:05:49
Lots of changes all over the place 3ddbd9e686f514eed1e715d7702a910ca3f8b22c Catalin(ux) M. BOIE 2020-04-01 07:17:57
More tests updates d5d45ace725f6ab336998a328136a2f7f9474df1 Catalin(ux) M. BOIE 2020-04-01 05:30:54
Lots of tests updates 183c4af52e56ae4e4fd74a35e2b17ac79952aec6 Catalin(ux) M. BOIE 2020-03-20 16:10:33
Improved a little bit the mail reporting for admin 576f96d554b1e273391ac54404bf5f885325e5e8 Catalin(ux) M. BOIE 2020-03-03 19:25:17
Worker and builder big changes 90f596e4fd8fa291b1da831bce609b486c7a5875 Catalin(ux) M. BOIE 2020-01-06 13:31:20
Samples update (switch to systemd services for builder and worker) 8bfde1fb79778d024350bf5d75f076fb5e178512 Catalin(ux) M. BOIE 2020-01-06 12:50:21
builder: show queue in the web page 6cab7820b0bd2622afb77391a9e9515e0e837eef Catalin(ux) M. BOIE 2020-01-06 12:49:26
totp: Allow also years for 'val' command d666df0cec948f938469b9eb12a1b981cb41cfa1 Catalin(ux) M. BOIE 2020-01-04 14:39:33
worker: change git clone parameters because we could not clone 8eb2727ac17e12e148f39c72e1f4bd1e31319b33 Catalin(ux) M. BOIE 2019-12-19 03:34:26
Added a TODO for worker 492fb4546829f53adacd74c4647c3634f7c37065 Catalin(ux) M. BOIE 2019-12-18 22:23:12
worker improvements 4387b00291b5848aa08c303f9d62a126a6806a35 Catalin(ux) M. BOIE 2019-12-18 22:17:23
Commit 5fe0aca1b4a3bfd8c1c8db95409faf512ad09b43 - .spec updates
Author: Catalin(ux) M. BOIE
Author date (UTC): 2020-06-04 22:03
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2020-06-04 22:03
Parent(s): 05b3866cd09b0aa8367d3b5755f45ea7274658de
Signing key:
Tree: dd1e66ae02404fe2e95fcf7b8cd93d41d72fe3b9
File Lines added Lines deleted
rocketgit.spec.in 12 6
File rocketgit.spec.in changed (mode: 100644) (index 2b9ecfd..df249b8)
... ... Requires: util-linux, qrencode
20 20 # SELinux stuff # SELinux stuff
21 21 # https://fedoraproject.org/wiki/SELinux_Policy_Modules_Packaging_Draft?rd=PackagingDrafts/SELinux/PolicyModules # https://fedoraproject.org/wiki/SELinux_Policy_Modules_Packaging_Draft?rd=PackagingDrafts/SELinux/PolicyModules
22 22 BuildRequires: checkpolicy, selinux-policy-devel, systemd, php-cli BuildRequires: checkpolicy, selinux-policy-devel, systemd, php-cli
23 BuildRequires: util-linux, tidy
23 BuildRequires: util-linux, tidy, systemd-rpm-macros
24 24 %if 0%{?fedora} < 31 %if 0%{?fedora} < 31
25 25 BuildRequires: hardlink BuildRequires: hardlink
26 26 %endif %endif
 
... ... done
53 53 /sbin/restorecon -R @VAR_LIB@/@PRJ@ || : /sbin/restorecon -R @VAR_LIB@/@PRJ@ || :
54 54
55 55 if [ $1 -ne 0 ]; then if [ $1 -ne 0 ]; then
56 /sbin/service xinetd reload &>/dev/null || :
56 [ -r /tmp/rgsdebug ] && echo "Reloading xinetd..."
57 /usr/bin/systemctl reload xinetd &>/dev/null || :
57 58 fi fi
59 [ -r /tmp/rgsdebug ] && echo "systemd_post fpm..."
58 60 %systemd_post @PRJ@-fpm.service %systemd_post @PRJ@-fpm.service
61 [ -r /tmp/rgsdebug ] && echo "systemd_post builder..."
59 62 %systemd_post @PRJ@-builder.service %systemd_post @PRJ@-builder.service
60 %systemd_post @PRJ@-worker@\*.service
63 [ -r /tmp/rgsdebug ] && echo "'post' done..."
61 64
62 65 %preun %preun
63 66 %systemd_preun @PRJ@-fpm.service %systemd_preun @PRJ@-fpm.service
 
... ... if [ $1 = 0 ]; then
72 75 done done
73 76 /sbin/fixfiles -R @PRJ@ restore || : /sbin/fixfiles -R @PRJ@ restore || :
74 77 fi fi
75 %systemd_postun @PRJ@-fpm.service
76 %systemd_postun @PRJ@-builder.service
77 %systemd_postun @PRJ@-worker@\*.service
78 %systemd_postun_with_restart @PRJ@-fpm.service
79 %systemd_postun_with_restart @PRJ@-builder.service
80 %systemd_postun_with_restart @PRJ@-worker@\*.service
78 81
79 82 %prep %prep
80 83 %setup -q %setup -q
 
... ... rm -rf ${RPM_BUILD_ROOT}
120 123 %{_unitdir}/*.service %{_unitdir}/*.service
121 124
122 125 %changelog %changelog
126 * Fri Jun 05 2020 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.72
127 Lots of changes.
128
123 129 * Sat Oct 26 2019 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.71 * Sat Oct 26 2019 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.71
124 130 Lots of changes. Lots of changes.
125 131
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main