List of commits:
Subject Hash Author Date (UTC)
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
worker: move dependencies path 2e8902609a2d94e2eba5fb8ccda85de90ae23fb5 Catalin(ux) M. BOIE 2021-10-21 15:22:25
Lots of changes, too hard to split them; sorry about it 77c26d9ce82d452ebdc1b609d71c5e931768805c Catalin(ux) M. BOIE 2021-10-21 06:05:51
Lots of changes to the rg daemons 8b68e3967f650953d368dfb5ca5cdd2927e9c0de Catalin(ux) M. BOIE 2021-10-21 06:05:03
Hooks: Mostly cosmetic 3633af7d937f7c9c7c0c33cdc3ad9897aab8becd Catalin(ux) M. BOIE 2021-10-21 06:04:02
Added RGFS for packages e0573aadcff81694d38ee448326964bddf0c3c13 Catalin(ux) M. BOIE 2021-10-21 06:02:37
Container changes cb3c4a84e2abc3a4b206925b60fdf4524e0379de Catalin(ux) M. BOIE 2021-10-21 06:01:25
Lots of html/css changes bde37682fac058f68806b3342ba043a2f72458ba Catalin(ux) M. BOIE 2021-10-21 06:00:29
Commit ea40e49373739590d9794d203ddd7e2b18464e29 - Cosmetic
Author: Catalin(ux) M. BOIE
Author date (UTC): 2021-10-23 15:35
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2021-10-23 15:35
Parent(s): 7d156cc190c150239f16ea0b9807eb027f8cd79f
Signer:
Signing key:
Signing status: N
Tree: afc3fca4bc29333f14a23367a5b7562ef71d701c
File Lines added Lines deleted
TODO 1 0
scripts/worker.php 4 3
File TODO changed (mode: 100644) (index 7de126e..a2fa103)
53 53 Seems we are cloning the namespace, before knowing if the user can push! Seems we are cloning the namespace, before knowing if the user can push!
54 54
55 55 == FOR OTHER RELEASE == == FOR OTHER RELEASE ==
56 [ ] Promise to never relase version 2.0 - to avoid setbacks for upgrades.
56 57 [ ] builder: Should we add '.' to PATH. If I put 'configure' it will not be [ ] builder: Should we add '.' to PATH. If I put 'configure' it will not be
57 58 executed, I have to put './configure'. executed, I have to put './configure'.
58 59 [ ] Offer RGFS for all user content. [ ] Offer RGFS for all user content.
File scripts/worker.php changed (mode: 100644) (index 8e64b6a..f3ac73b)
... ... function start_worker_build_tools($job, &$reason, &$reason2)
492 492 . "\n" . "\n"
493 493 . ' local old_dir=${PWD}' . "\n" . ' local old_dir=${PWD}' . "\n"
494 494 . ' cd "${dir}"' . "\n" . ' cd "${dir}"' . "\n"
495 . ' sha256sum $(< "${pkg_list_file}")' . "\n"
495 496 . ' rg_op_s rpmsign --define "_gpg_name repo_id-${pkg_repo_id}" \\' . "\n" . ' rg_op_s rpmsign --define "_gpg_name repo_id-${pkg_repo_id}" \\' . "\n"
496 497 . ' --define "_gpg_sign_cmd_extra_args --no-autostart --batch" \\' . "\n" . ' --define "_gpg_sign_cmd_extra_args --no-autostart --batch" \\' . "\n"
497 498 . ' --resign $(< "${pkg_list_file}") </dev/null' . "\n" . ' --resign $(< "${pkg_list_file}") </dev/null' . "\n"
 
... ... function start_worker($job)
1465 1466 . ' date +%s > /mnt/status/build.sh.stop' . "\n" // TODO: not read and not exposed? . ' date +%s > /mnt/status/build.sh.stop' . "\n" // TODO: not read and not exposed?
1466 1467 . ' if [ "${E}" != "0" ]; then' . "\n" . ' if [ "${E}" != "0" ]; then' . "\n"
1467 1468 . ' echo "`date`: DEBUG: build.sh exited with code ${E}"' . "\n" . ' echo "`date`: DEBUG: build.sh exited with code ${E}"' . "\n"
1468 . ' ERR=$(< ~/rg_op.err)' . "\n"
1469 . ' ERR="build.sh returned ${E}"' . "\n"
1469 1470 . ' break' . "\n" . ' break' . "\n"
1470 1471 . ' fi' . "\n" . ' fi' . "\n"
1471 1472 . "\n" . "\n"
 
... ... function start_worker($job)
1488 1489 . ' E=${?}' . "\n" . ' E=${?}' . "\n"
1489 1490 . ' date +%s > /mnt/T_RPMS_END' . "\n" . ' date +%s > /mnt/T_RPMS_END' . "\n"
1490 1491 . ' if [ "${E}" != "0" ]; then' . "\n" . ' if [ "${E}" != "0" ]; then' . "\n"
1491 . ' ERR=$(< ~/rg_op.err)' . "\n"
1492 . ' ERR="build_rpms.sh returned ${E}"' . "\n"
1492 1493 . ' break' . "\n" . ' break' . "\n"
1493 1494 . ' fi' . "\n" . ' fi' . "\n"
1494 1495 . "\n" . "\n"
 
... ... function start_worker($job)
1510 1511 . ' E=${?}' . "\n" . ' E=${?}' . "\n"
1511 1512 . ' date +%s > /mnt/T_REPO_END' . "\n" . ' date +%s > /mnt/T_REPO_END' . "\n"
1512 1513 . ' if [ "${E}" != "0" ]; then' . "\n" . ' if [ "${E}" != "0" ]; then' . "\n"
1513 . ' ERR=$(< ~/rg_op.err)' . "\n"
1514 . ' ERR="build_repo.sh returned ${E}"' . "\n"
1514 1515 . ' break' . "\n" . ' break' . "\n"
1515 1516 . ' fi' . "\n" . ' fi' . "\n"
1516 1517 . ' fi' . "\n" . ' fi' . "\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