List of commits:
Subject Hash Author Date (UTC)
Added web instructions for RedHat based distributions cc493d13f83fd121cee56d7e0da1ec742d37b774 Catalin(ux) M. BOIE 2016-04-23 17:14:45
Bump version to v0.53 9bcae435949c6740cdab1b92ae31dea2cfa168ab Catalin(ux) M. BOIE 2016-04-23 16:51:43
Improve installation instructions for Redhat/Oracle/CentOS cf6eddb844cde38eb1ce70d8bc7d64b012b7161d Catalin(ux) M. BOIE 2016-04-23 16:51:30
Bump version to v0.52 696615520a55b963126c4ae50016e13daa6aa326 Catalin(ux) M. BOIE 2016-04-23 16:47:44
Lots of fixes and added the build hook for continuous integration be2dc0276c24d26adb9814c6b9f6d1f649c0cf1f Catalin(ux) M. BOIE 2016-04-23 16:46:04
Allow del_tree on a non-existing repository ecee062a80ca607be91942347deff00f042f6489 Catalin(ux) M. BOIE 2016-04-06 16:17:41
Improved user info caching a0ec540e7be1aa620a559c6f77537b9687aacc11 Catalin(ux) M. BOIE 2016-04-06 16:16:54
Improved git_init function c2732004dbb1695444be3030111faf4401c83fb1 Catalin(ux) M. BOIE 2016-04-06 16:16:09
Improved docker image creation ec28c883d9f7c9c69d80302a7d70ea1d630b070c Catalin(ux) M. BOIE 2016-04-06 16:15:11
Improved installation (checksum for postgres, useless SELinux booleans 4d9dcd67da247000a19a2f81aebd81f265bfe293 Catalin(ux) M. BOIE 2016-04-06 16:14:25
Add RLUG to history c84c2eaab9c1eb7e6898ef14f12fd8701c6fc285 Catalin(ux) M. BOIE 2016-04-06 16:13:32
Added unit test for e-mail confirmation 8a835c3ffa6f27c208fef6b4525f9aa571c603f6 Catalin(ux) M. BOIE 2016-03-27 11:41:35
Avoid caching in docker c8bc0ff648b60aa159c2a83d8ab1db3c574f19c3 Catalin(ux) M. BOIE 2016-03-14 16:32:25
Do not allow random input as reference fe5d01344b9131edeb2812f72549bf74d8242653 Catalin(ux) M. BOIE 2016-03-14 16:31:59
Bump version to 0.50 485f0f8bae787bfbd7c52c9b934af977d8a2b871 Catalin(ux) M. BOIE 2016-03-11 23:32:34
Fixed bug add menu 47d48b6bbf669bd51d6876521fa288d217dda5d2 Catalin(ux) M. BOIE 2016-03-11 23:32:02
docker small fixes 1e68d0bbf8e16365068636a4e813c8ae0db2be5c Catalin(ux) M. BOIE 2016-03-11 23:31:34
Corrected a problem in spec file 8d28fc4e9d66d9a07d1148d893176a99533f8796 Catalin(ux) M. BOIE 2016-03-11 17:33:18
Bump version to v0.49 1481eafa69e1b2f2e2922a7b26acc3dc9a56f1a3 Catalin(ux) M. BOIE 2016-03-11 17:26:13
Just some comments 96f8542619d772c29b9bb07e4a066b7302d6f35c Catalin(ux) M. BOIE 2016-03-11 17:25:29
Commit cc493d13f83fd121cee56d7e0da1ec742d37b774 - Added web instructions for RedHat based distributions
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-04-23 17:14
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-04-23 17:14
Parent(s): 9bcae435949c6740cdab1b92ae31dea2cfa168ab
Signing key:
Tree: 7f105b726e1fed2f2c02ee04fae18744a508dd2d
File Lines added Lines deleted
root/themes/default/download.html 17 0
File root/themes/default/download.html changed (mode: 100644) (index e0a1dfe..e6cc0f6)
27 27 </div> </div>
28 28 </div> </div>
29 29
30 <div class="island_row">
31 <div class="island_cell">
32 <div class="island">
33 <div class="island_title">Oracle/RedHat/CentOS</div>
34 If you are running a RedHat based distribution distribution,
35 just add DinoRepo to your system
36 and install the rocketgit package:<br />
37 <div class="xcode">
38 yum install http://kernel.embedromix.ro/dinorepo-el-0.0.11-1.noarch.rpm<br />
39 yum install rocketgit
40 </div>
41 Then, follow the install section from the README file from
42 /usr/share/doc/rocketgit-*.
43 </div>
44 </div>
45 </div>
46
30 47 <div class="island_row"> <div class="island_row">
31 48 <div class="island_cell"> <div class="island_cell">
32 49 <div class="island"> <div class="island">
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