List of commits:
Subject Hash Author Date (UTC)
Fixed spec file a4c1a8218cfc9cc5b822c587fa3fc709e5d2bf6b Catalin(ux) M. BOIE 2021-10-27 19:37:23
Get rid of xinetd ebc765c9a21a9803b67484795625f7eb46642ae9 Catalin(ux) M. BOIE 2021-10-27 14:18:45
Added /etc/ssh/sshd_config.d in .spec file (again) f225de7ddc3d78d4ec3699c63df6fd754500a9e3 Catalin(ux) M. BOIE 2021-10-26 07:05:26
Compare updated to add .rpm info 0d0a890fe98689b7b70987824e98d34ca5204d45 Catalin(ux) M. BOIE 2021-10-26 06:32:39
Fix rg_str_replace regarding ints; .spec small changes 7242f96f08983a70345e2665cfeb1ea592e3f3f7 Catalin(ux) M. BOIE 2021-10-26 06:17:39
builder: fixed immediate exit 27d21c9ef6bb10beaf1d4c8da29a90d649e68b60 Catalin(ux) M. BOIE 2021-10-24 14:41:29
We need .spec file before configure 840c7c3c0dd68c8ff6796b6494ca38afe8f4a5e6 Catalin(ux) M. BOIE 2021-10-24 14:28:59
rgfs: respect the requested size asked to be read f6f9e3f26e9c2bc98c38ded6a732cf53630d5688 Catalin(ux) M. BOIE 2021-10-24 09:25:51
builder: delay 5s if cannot contact the database b672b80542e80439243127aef2de4bda7d884e8a Catalin(ux) M. BOIE 2021-10-24 08:26:35
Cosmetic ea40e49373739590d9794d203ddd7e2b18464e29 Catalin(ux) M. BOIE 2021-10-23 15:35:34
Typo 7d156cc190c150239f16ea0b9807eb027f8cd79f Catalin(ux) M. BOIE 2021-10-22 17:41:34
worker: be more verbose 0f0e6216ad6f5923d08c10d7461d2259e92f69cd Catalin(ux) M. BOIE 2021-10-22 17:32:01
Add /etc/ssh files to spec 91c7c4f0bd30f01abe48e5c4f4c75857982a8f21 Catalin(ux) M. BOIE 2021-10-22 06:30:23
Removed Changelog file 8e42a6cb730000a104956bc7d265321d67d49bfe Catalin(ux) M. BOIE 2021-10-22 06:22:24
Do not store dependencies in a file but in a variable 13ba1da3a4a422e798393565e0a6941df660300a Catalin(ux) M. BOIE 2021-10-22 05:49:24
Forgot to create ssh dir for spec 1fd7185cdbf427451a7f4c5ada54e43febc5184f Catalin(ux) M. BOIE 2021-10-22 05:46:41
Still need to extract rpm info when switching users c4ddd883070d8fe48c876196dd3e4e08419745eb Catalin(ux) M. BOIE 2021-10-22 05:28:24
Add build_tools to the main script b0f721d9391a9cbe443a986f7d15cd8c052abd11 Catalin(ux) M. BOIE 2021-10-22 05:18:54
Again, first install the dependencies 919e46d2a71935451f576da32b61d2b6ecab126b Catalin(ux) M. BOIE 2021-10-22 05:02:50
Cosmetic cabc1c5cec8943d614b98b7f0ca8599cf5e2682c Catalin(ux) M. BOIE 2021-10-21 17:16:33
Commit a4c1a8218cfc9cc5b822c587fa3fc709e5d2bf6b - Fixed spec file
Author: Catalin(ux) M. BOIE
Author date (UTC): 2021-10-27 19:37
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2021-10-27 19:37
Parent(s): ebc765c9a21a9803b67484795625f7eb46642ae9
Signer:
Signing key:
Signing status: N
Tree: f5dfa4260a05e51b26863bcf86f620dba4552d5a
File Lines added Lines deleted
Makefile.in 1 1
rocketgit.spec 4 1
scripts/worker.php 2 1
File Makefile.in changed (mode: 100644) (index add1c9a..994c8a3)
... ... install: all
43 43 @mkdir -pv $(I_ETC)/ssh/sshd_config.d @mkdir -pv $(I_ETC)/ssh/sshd_config.d
44 44 cp -vd --no-clobber samples/sshd-akc.conf $(I_ETC)/ssh/sshd_config.d/90-rocketgit-akc.conf cp -vd --no-clobber samples/sshd-akc.conf $(I_ETC)/ssh/sshd_config.d/90-rocketgit-akc.conf
45 45 @mkdir -pv $(I_USR)/lib/systemd/system @mkdir -pv $(I_USR)/lib/systemd/system
46 cp -vd samples/*.service *.socket $(I_USR)/lib/systemd/system/
46 cp -vd samples/*.service samples/*.socket $(I_USR)/lib/systemd/system/
47 47 systemctl daemon-reload || : systemctl daemon-reload || :
48 48 @ @
49 49 @echo "Installing tools..." @echo "Installing tools..."
File rocketgit.spec changed (mode: 100644) (index cbb7b05..8f47ba5)
... ... rm -rf ${RPM_BUILD_ROOT}
126 126 %attr(0755,root,root) /usr/sbin/* %attr(0755,root,root) /usr/sbin/*
127 127 /usr/share/rocketgit/* /usr/share/rocketgit/*
128 128 /usr/share/selinux/*/rocketgit.pp /usr/share/selinux/*/rocketgit.pp
129 %{_unitdir}/*.service
129 %{_unitdir}/*
130 130
131 131 %changelog %changelog
132 * Wed Oct 21 2021 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.74
133 Lots of changes. rpm packages.
134
132 135 * Fri Jun 05 2020 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.72 * Fri Jun 05 2020 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.72
133 136 Lots of changes. Lots of changes.
134 137
File scripts/worker.php changed (mode: 100644) (index c874b56..429c2b9)
... ... function start_worker($job)
1367 1367 $p_i_cmd = ''; $p_i_cmd = '';
1368 1368 if (!empty($job['packages'])) { if (!empty($job['packages'])) {
1369 1369 rg_log_debug('packages: ' . $job['packages'] . '.'); rg_log_debug('packages: ' . $job['packages'] . '.');
1370 $p_i_cmd .= 'echo "MInstalling webhook specified packages" > /dev/virtio-ports/rgw' . "\n";
1371
1370 1372 $pkgs = explode(' ', $job['packages']); $pkgs = explode(' ', $job['packages']);
1371 1373 $p_i_cmd .= '> /mnt/packages.log' . "\n"; $p_i_cmd .= '> /mnt/packages.log' . "\n";
1372 1374
 
... ... function start_worker($job)
1432 1434 . 'done' . "\n" . 'done' . "\n"
1433 1435 . 'date +%s > /mnt/T_NET_OK' . "\n\n" . 'date +%s > /mnt/T_NET_OK' . "\n\n"
1434 1436 . "\n" . "\n"
1435 . 'echo "MInstalling webhook specified packages" > /dev/virtio-ports/rgw' . "\n"
1436 1437 . $p_i_cmd . $p_i_cmd
1437 1438 . 'date +%s > /mnt/T_PKGS_OK' . "\n\n" . 'date +%s > /mnt/T_PKGS_OK' . "\n\n"
1438 1439 . "\n" . "\n"
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