List of commits:
Subject Hash Author Date (UTC)
Change download location for rocketgit.xml 41bf40104994391fd5d9938ac891157625872c0d Catalin(ux) M. BOIE 2016-02-02 23:04:53
Fixes for data encoding for slack 67b8210aa1c86b891d6760c89ac840f38f4eb025 Catalin(ux) M. BOIE 2016-01-30 17:49:57
Some TODO updates and some minor text fixes d4a5bc8e8bc37021ca2c30899c01d8c54d56e5f6 Catalin(ux) M. BOIE 2016-01-30 17:38:59
Some docker fixes 36c31d723d45a067980217b1c642f6bb77d54fd9 Catalin(ux) M. BOIE 2016-01-30 17:38:25
When adding hooks, help the user by providing some defaults (slack for now) a7f4d8f10f8943508d90e968129b412431a4b0c3 Catalin(ux) M. BOIE 2016-01-30 17:37:50
Store good key string into the database. 460245b306d9e7340969b386eecaaa6cfc7f7431 Catalin(ux) M. BOIE 2016-01-29 18:23:12
Some small fixes for http hooks 43f8db273aedd804b150ee07a1af23b347687975 Catalin(ux) M. BOIE 2016-01-29 18:22:32
Bump version 37e96e0960414a11682c3fc1344e896c93492123 Catalin(ux) M. BOIE 2016-01-25 21:28:45
Remove debug leftover f39db0548ef78c2265d675a4199c9c26d53807b3 Catalin(ux) M. BOIE 2016-01-25 21:27:33
Fixed bad interaction between fixes and structure fc0fabf8d429a18978908694bc9a86d09bed702b Catalin(ux) M. BOIE 2016-01-25 21:27:13
Do not allow a failed connection to generate err-* file 5cf7214e724427ef78a1e8d72eef1be865c2270a Catalin(ux) M. BOIE 2016-01-20 22:56:56
Log the id of the event 115138b15e0436b56b7f75f12e5cf0d068989dea Catalin(ux) M. BOIE 2016-01-20 19:28:53
If git ls-tree returns nothing, the path is invalid a96013c19fae04a9ec0ec3b1505825c92150c978 Catalin(ux) M. BOIE 2016-01-20 19:14:03
bump version to 0.47 a71ef807917abc1adf19e2416e2d095f1d8dee7e Catalin(ux) M. BOIE 2016-01-17 19:38:40
Hooks fixes fa2a07bd822b496e65cee7c748429e9b69e91707 Catalin(ux) M. BOIE 2016-01-17 19:26:37
Mostly Amazon CodeDeploy and Lambda, and maked the plugins more generic 85a7d584e031f9b3ce94e2520f998ec6698ca46a Catalin(ux) M. BOIE 2016-01-15 20:14:20
Minor stuff d4d5f86741ca0a3c658879b82ec43877ceb0901b Catalin(ux) M. BOIE 2016-01-05 20:08:15
When we add a repo, we have some variables that are not filled f9b52eec5cd0decb886f87007a3d0a9826265a3a Catalin(ux) M. BOIE 2016-01-05 20:07:48
Small changes all over the place; first version with docker 657c8c4be46ae950d519320d1d54aa2f65a577d6 Catalin(ux) M. BOIE 2016-01-05 17:09:04
Cannot use env vars from cron 9c3b7123869564217493ab43c4bafdea2ce15702 Catalin(ux) M. BOIE 2016-01-03 08:45:51
Commit 41bf40104994391fd5d9938ac891157625872c0d - Change download location for rocketgit.xml
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-02-02 23:04
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-02-02 23:04
Parent(s): 67b8210aa1c86b891d6760c89ac840f38f4eb025
Signer:
Signing key:
Signing status: N
Tree: 91fbfae4d6594adce4610f72852c416269b3e869
File Lines added Lines deleted
root/themes/default/download-vm.html 1 1
samples/rocketgit.xml 14 15
File root/themes/default/download-vm.html changed (mode: 100644) (index be8336c..3cee2d7)
41 41 * download libvirt vm description file (4 KiB):<br /> * download libvirt vm description file (4 KiB):<br />
42 42 <div class="xcode"> <div class="xcode">
43 43 wget -c -O /var/lib/libvirt/images/rocketgit.xml wget -c -O /var/lib/libvirt/images/rocketgit.xml
44 http://downloads.rocketgit.com/vm/rocketgit.xml
44 http://downloads.rocketgit.com/vm/last/rocketgit.xml
45 45 </div> </div>
46 46 <br /> <br />
47 47
File samples/rocketgit.xml changed (mode: 100644) (index 0b6fc48..b9d4097)
1 1 <domain type='kvm'> <domain type='kvm'>
2 2 <name>rocketgit1</name> <name>rocketgit1</name>
3 <title>rocketgit1</title>
4 <description>Git hosting solution - Affero GPL v3+
5 https://rocketgit.com/
6 </description>
3 7 <memory unit='KiB'>262144</memory> <memory unit='KiB'>262144</memory>
4 8 <currentMemory unit='KiB'>262144</currentMemory> <currentMemory unit='KiB'>262144</currentMemory>
5 9 <vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
 
12 16 <apic/> <apic/>
13 17 <pae/> <pae/>
14 18 </features> </features>
15 <cpu>
16 </cpu>
17 19 <clock offset='utc'> <clock offset='utc'>
18 20 <timer name='rtc' tickpolicy='catchup'/> <timer name='rtc' tickpolicy='catchup'/>
19 21 <timer name='pit' tickpolicy='delay'/> <timer name='pit' tickpolicy='delay'/>
 
29 31 <devices> <devices>
30 32 <emulator>/usr/bin/qemu-kvm</emulator> <emulator>/usr/bin/qemu-kvm</emulator>
31 33 <disk type='file' device='disk'> <disk type='file' device='disk'>
32 <driver name='qemu' type='qcow2'/>
33 <source file='/var/lib/libvirt/images/rocketgit1.qcow2'/>
34 <target dev='vda' bus='virtio'/>
35 <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
34 <driver name='qemu' type='qcow2' discard='unmap'/>
35 <source file='/var/lib/libvirt/images/rocketgit4/rocketgit1.qcow2'/>
36 <target dev='sda' bus='scsi'/>
37 <address type='drive' controller='0' bus='0' target='0' unit='0'/>
36 38 </disk> </disk>
37 39 <controller type='usb' index='0' model='ich9-ehci1'> <controller type='usb' index='0' model='ich9-ehci1'>
38 40 <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
 
53 55 <controller type='virtio-serial' index='0'> <controller type='virtio-serial' index='0'>
54 56 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
55 57 </controller> </controller>
58 <controller type='scsi' index='0' model='virtio-scsi'>
59 <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
60 </controller>
56 61 <interface type='network'> <interface type='network'>
57 62 <source network='default'/> <source network='default'/>
58 63 <model type='virtio'/> <model type='virtio'/>
 
73 78 <target type='virtio' name='com.redhat.spice.0'/> <target type='virtio' name='com.redhat.spice.0'/>
74 79 <address type='virtio-serial' controller='0' bus='0' port='2'/> <address type='virtio-serial' controller='0' bus='0' port='2'/>
75 80 </channel> </channel>
76 <input type='tablet' bus='usb'/>
77 81 <input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
78 82 <input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
79 83 <graphics type='spice' autoport='yes'/> <graphics type='spice' autoport='yes'/>
80 <sound model='ich6'>
81 <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
82 </sound>
83 <video>
84 <model type='qxl' ram='65536' vram='65536' heads='1'/>
85 <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
86 </video>
87 84 <redirdev bus='usb' type='spicevmc'> <redirdev bus='usb' type='spicevmc'>
88 85 </redirdev> </redirdev>
89 86 <redirdev bus='usb' type='spicevmc'> <redirdev bus='usb' type='spicevmc'>
90 87 </redirdev> </redirdev>
88 <watchdog model='i6300esb' action='reset'>
89 <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
90 </watchdog>
91 91 <memballoon model='virtio'> <memballoon model='virtio'>
92 92 <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
93 93 </memballoon> </memballoon>
 
97 97 </rng> </rng>
98 98 </devices> </devices>
99 99 </domain> </domain>
100
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