xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit 8762f7dbfcec1f3ed5d6d7ba7dbf0ed547a894b7

duilder: add 'samples' dir to the docs
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-07-09 06:54
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-07-09 06:54
Parent(s): a3524c87b21d22d734626503683e80e51abd574c
Signing key:
Tree: 4dc472aa6b5f0ea25f9b1eadcec7ed4b411c6736
File Lines added Lines deleted
duilder 1 1
File duilder changed (mode: 100755) (index 4643752..52405de)
... ... function duilder_docs()
35 35 echo "[*] Copying docs to [${EXPORT_PATH}]..." echo "[*] Copying docs to [${EXPORT_PATH}]..."
36 36 for f in README License LICENSE Changelog Changelog-last TODO FAQ INSTALL AUTHORS samples; do for f in README License LICENSE Changelog Changelog-last TODO FAQ INSTALL AUTHORS samples; do
37 37 if [ -r "${f}" ]; then if [ -r "${f}" ]; then
38 cp -vp "${f}" "${EXPORT_PATH}/"
38 cp -avp "${f}" "${EXPORT_PATH}/"
39 39 if [ "${BUILD_SDEB}" = "1" ]; then if [ "${BUILD_SDEB}" = "1" ]; then
40 40 # No need to install the license file # No need to install the license file
41 41 if [ "${f}" = "LICENSE" ]; then if [ "${f}" = "LICENSE" ]; then
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://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master