List of commits:
Subject Hash Author Date (UTC)
Remove 'qcow2' reference because was not the place ec800590fd07b69f377387c8353d50f6a9430ff8 Catalin(ux) M. BOIE 2015-05-27 03:35:32
Instruct used to follow the README file after rpm install 1e1f092339a0fb4ab7c7ead080d68c1d04686d29 Catalin(ux) M. BOIE 2015-05-27 03:30:23
Lots of fixes, mostly on templating stuff. eb7e8f94fa4a2f5d82f913bcd7113287172cd450 Catalin(ux) M. BOIE 2015-05-25 18:51:36
Lots of changes all over the place. 9b39ce5e62255ff390926ef11c37b98d1d8751d2 Catalin(ux) M. BOIE 2015-05-22 03:25:46
Invites now accepts a file as the body of the e-mail and php_errormsg fixes. 31ccba6e43e02c34fa2139fe352c3799feecd249 Catalin(ux) M. BOIE 2015-05-09 04:17:40
Allow compression inside TLS 00828bd5eaf5ad08ff7736a6c5627c21179a8e20 Catalin(ux) M. BOIE 2015-05-06 17:09:07
Bump version to 0.32 8a9194a00721f0f6c55ab4bc986e23962357f250 Catalin(ux) M. BOIE 2015-05-05 21:20:30
Small fixes all over the place baaa5336810128456e63d5e5a8cb111c81fe162d Catalin(ux) M. BOIE 2015-05-05 21:20:12
Forgot to initialize a variable. beca8b9e01c37c6101f9a61f8ecf8cb744f1bd41 Catalin(ux) M. BOIE 2015-05-04 22:23:37
Bump version to 0.31 a03215399419416798da2fbaf51a71959f112bc6 Catalin(ux) M. BOIE 2015-05-04 21:52:29
Small fixes, mainy CSS. f0a08c03ae739e59d1a608234cbb0988cca6a351 Catalin(ux) M. BOIE 2015-05-04 21:51:58
Mostly text changes. d70ca5530fe3ef23f02f8a2563e957529fe0ea5c Catalin(ux) M. BOIE 2015-05-04 20:17:59
Fixed an AVC related to apache logging. 21f0a49a7c51687e38046437eca2bfe7a2c86d78 Catalin(ux) M. BOIE 2015-04-24 15:35:11
Lots of fixes, mostly CSS 7f079cf057ae0545827ba0090b816ac181bd2139 Catalin(ux) M. BOIE 2015-04-22 18:39:21
Lots of fixes all over the place. 12b0f0dc0503557effe906b6f7bf519768fdf766 Catalin(ux) M. BOIE 2015-04-21 22:23:25
Added template for libvirt 3c3d00aa66f86c25cb35f273f017d6f0ea4552b7 Catalin(ux) M. BOIE 2015-04-20 16:06:51
Deal with git log when binary files are involved cda372cdb187782a1a1f8b0986c30fecbd0d0eb6 Catalin(ux) M. BOIE 2015-04-20 03:49:49
Bump version to 0.28 5be3f9aeab3dbb0e1d1a0afc72302ec0a35104d3 Catalin(ux) M. BOIE 2015-04-19 21:49:31
Fixed pushes and error reporting by git transport f9c8b9726d9ba962e1530f1bc6166b4a40f38df0 Catalin(ux) M. BOIE 2015-04-19 21:49:05
Lots of things. Fixes err- generation when I know I will test error code 481d2e0c17ee8ce3b255b6f672e1d5f6a75484b5 Catalin(ux) M. BOIE 2015-04-18 08:03:48
Commit ec800590fd07b69f377387c8353d50f6a9430ff8 - Remove 'qcow2' reference because was not the place
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-05-27 03:35
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-05-27 03:35
Parent(s): 1e1f092339a0fb4ab7c7ead080d68c1d04686d29
Signing key:
Tree: 0dea57f4dd520c54f367a6892a731db7578a3702
File Lines added Lines deleted
root/themes/default/download.html 1 1
File root/themes/default/download.html changed (mode: 100644) (index 0ae9f9c..1845c91)
40 40 <div class="island_title">Virtual machines images</div> <div class="island_title">Virtual machines images</div>
41 41 If you want to test RocketGit in a virtual environment, If you want to test RocketGit in a virtual environment,
42 42 follow this <a href="/op/download/vm">link</a>. follow this <a href="/op/download/vm">link</a>.
43 We provide KVM (qcow2), VMware and VirtualBox images, the size
43 We provide qemu/KVM, VMware and VirtualBox images, the size
44 44 being under 180MiB. being under 180MiB.
45 45 </div> </div>
46 46 </div> </div>
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