Subject | Hash | Author | Date (UTC) |
---|---|---|---|
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 |
Install dependencies before trying to build the rpm | 4df3dbf7e1f79b0c616d8dbeba8b1b30c9474f17 | Catalin(ux) M. BOIE | 2021-10-21 16:49:37 |
duilder fixes | 2afa9250c1da72997092847df5a2a18cddb8ccb9 | Catalin(ux) M. BOIE | 2021-10-21 15:59:24 |
File | Lines added | Lines deleted |
---|---|---|
inc/user/pkg_subrepo.inc.php | 0 | 1 |
rocketgit.spec | 1 | 0 |
scripts/worker.php | 2 | 2 |
File inc/user/pkg_subrepo.inc.php changed (mode: 100644) (index 1b6ec9d..69744c8) | |||
... | ... | function rg_pkg_subrepo_event_regenerate($db, $ev) | |
83 | 83 | $ev['source'] = 'pkg_subrepo_event_regenerate'; | $ev['source'] = 'pkg_subrepo_event_regenerate'; |
84 | 84 | ||
85 | 85 | $ev['exec'] = array(); | $ev['exec'] = array(); |
86 | $ev['exec']['move_pending'] = 1; | ||
87 | 86 | ||
88 | 87 | $ev['uid'] = 0; | $ev['uid'] = 0; |
89 | 88 |
File rocketgit.spec changed (mode: 100644) (index 05c8cb4..ddf55e8) | |||
... | ... | rm -rf ${RPM_BUILD_ROOT} | |
116 | 116 | %config(noreplace) /etc/rocketgit/pool.conf | %config(noreplace) /etc/rocketgit/pool.conf |
117 | 117 | %config(noreplace) /etc/cron.d/rocketgit | %config(noreplace) /etc/cron.d/rocketgit |
118 | 118 | %config(noreplace) /etc/xinetd.d/rocketgit | %config(noreplace) /etc/xinetd.d/rocketgit |
119 | %config(noreplace) /etc/ssh/sshd_config.d/* | ||
119 | 120 | %attr(0700,rocketgit,rocketgit) %dir /var/log/rocketgit | %attr(0700,rocketgit,rocketgit) %dir /var/log/rocketgit |
120 | 121 | %attr(0771,rocketgit,rocketgit) %dir /var/lib/rocketgit | %attr(0771,rocketgit,rocketgit) %dir /var/lib/rocketgit |
121 | 122 | %attr(0700,rocketgit,rocketgit) %dir /var/lib/rocketgit/locks | %attr(0700,rocketgit,rocketgit) %dir /var/lib/rocketgit/locks |
File scripts/worker.php changed (mode: 100644) (index 5f0db32..c874b56) | |||
... | ... | function xhandle_one($key, $data) | |
1686 | 1686 | ||
1687 | 1687 | // TODO: add bellow configuration to the web form | // TODO: add bellow configuration to the web form |
1688 | 1688 | if (!isset($jobs[$jid]['disk_size_gib'])) | if (!isset($jobs[$jid]['disk_size_gib'])) |
1689 | $jobs[$jid]['disk_size_gib'] = '20'; | ||
1689 | $jobs[$jid]['disk_size_gib'] = '100'; | ||
1690 | 1690 | if (!isset($jobs[$jid]['mem_mib'])) | if (!isset($jobs[$jid]['mem_mib'])) |
1691 | $jobs[$jid]['mem_mib'] = '600'; | ||
1691 | $jobs[$jid]['mem_mib'] = '2048'; | ||
1692 | 1692 | if (!isset($jobs[$jid]['cpus'])) | if (!isset($jobs[$jid]['cpus'])) |
1693 | 1693 | $jobs[$jid]['cpus'] = '2'; | $jobs[$jid]['cpus'] = '2'; |
1694 | 1694 | $jobs[$jid]['state'] = RG_JOB_INIT; | $jobs[$jid]['state'] = RG_JOB_INIT; |