List of commits:
Subject Hash Author Date (UTC)
Set install_id under lock to not get errors 46904e58621450cc164afe769a2aeb597fbaecd8 Catalin(ux) M. BOIE 2022-02-17 18:08:59
Cosmetic bc38d3b0196d5701f75209a3125543ba096fe340 Catalin(ux) M. BOIE 2022-02-16 19:45:29
Bumped version to 0.75 1341db08f1342e7a6838305e94d31849d6b583c4 Catalin(ux) M. BOIE 2022-02-16 18:58:45
Misc small fixes 7bc12d7ee158d99979dbb91f293162472917a2e2 Catalin(ux) M. BOIE 2022-02-16 18:58:18
We did not validated the plan id - now is fixed. 3786d759107c4028f181c7de77d39382d9f572bf Catalin(ux) M. BOIE 2022-02-16 18:55:05
Added build stats 3f574c94ad35d6f85ee37a4da410499f268e608f Catalin(ux) M. BOIE 2022-02-16 18:53:54
Cosmetic 548c8a909c994ef528c9910c625e6afb88beeead Catalin(ux) M. BOIE 2022-02-16 18:44:12
.deb support 722ca672abf6f28109e35f3573dca7e367d3b51a Catalin(ux) M. BOIE 2022-02-16 18:39:19
compare: added rpm/deb lines 1356fb5c8e5d82356776561af4a2dcaec0d19c14 Catalin(ux) M. BOIE 2022-02-16 07:30:06
debian folder updates 45e86104b565e508c514804910cfda87a3c1239c Catalin(ux) M. BOIE 2022-02-16 07:26:09
Fix rate limit for IPv6 336d34f7eaac356688ba5c251f027aff947ce9e4 Catalin(ux) M. BOIE 2022-02-09 14:39:28
Forgot to remove a function after moving it b6fd0700cf5dde953acb0d4584a48cb404a69ab2 Catalin(ux) M. BOIE 2021-11-17 19:27:04
Prepare correctly for rgfs (missed some places) 38d255af17a72fd9f92a8c37d4fddc8f2caf023b Catalin(ux) M. BOIE 2021-11-17 18:05:01
TODO/cosmetic d4968bc1d9c8bbe3c4aba2479f3694a7a3863d0f Catalin(ux) M. BOIE 2021-11-17 18:04:36
More debug help 74f45188bffd7630d0c08648433749a3ef23c9af Catalin(ux) M. BOIE 2021-11-15 17:34:58
worker: Fixed a stupid bug leading to wrong distro upgrade command d9bc215557cd9a6f30dbc90434dc3aba46e39979 Catalin(ux) M. BOIE 2021-11-14 16:16:43
Silence an 'unpack' exception when we do not have enough bytes. add562b15d94501a0585001db526b241c251b6e6 Catalin(ux) M. BOIE 2021-11-14 11:25:01
Run struct and fixes under the same lock d046942317c73351473a18eb833318aec3f4d907 Catalin(ux) M. BOIE 2021-11-14 08:18:05
spec file small updates 7aef02df6ed5f6ce4d39cd2a926a79bcdc1a3c5a Catalin(ux) M. BOIE 2021-11-14 06:33:35
Typo b0087441b4d637c7bf6ed64b6c243ad2ec8f1493 Catalin(ux) M. BOIE 2021-11-14 06:15:00
Commit 46904e58621450cc164afe769a2aeb597fbaecd8 - Set install_id under lock to not get errors
Author: Catalin(ux) M. BOIE
Author date (UTC): 2022-02-17 18:08
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2022-02-17 18:08
Parent(s): bc38d3b0196d5701f75209a3125543ba096fe340
Signer:
Signing key:
Signing status: N
Tree: acfcf1b0424c59fcc4c380a455cf0e0e38f464eb
File Lines added Lines deleted
inc/struct.inc.php 8 7
File inc/struct.inc.php changed (mode: 100644) (index c18a8a9..33ee0ed)
... ... function rg_struct_ok($db)
1140 1140 } }
1141 1141
1142 1142 rg_cache_restart(); rg_cache_restart();
1143
1144 $install_id = rg_state_get($db, 'install_id');
1145 if ($install_id === FALSE)
1146 break;
1147 if (empty($install_id))
1148 rg_state_set($db, 'install_id',
1149 sha512(microtime(TRUE)));
1150
1143 1151 $err = FALSE; $err = FALSE;
1144 1152 break; break;
1145 1153 } }
 
... ... function rg_struct_ok($db)
1152 1160 if ($r !== TRUE) if ($r !== TRUE)
1153 1161 break; break;
1154 1162
1155 $install_id = rg_state_get($db, 'install_id');
1156 if ($install_id === FALSE)
1157 break;
1158 if (empty($install_id))
1159 rg_state_set($db, 'install_id',
1160 sha512(microtime(TRUE)));
1161
1162 1163 $ret = TRUE; $ret = TRUE;
1163 1164 } while (0); } while (0);
1164 1165
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