catalinux / rgfs (public) (License: GPLv3) (since 2020-11-11) (hash sha1)
Allows mapping of RocketGit storage area into a local directory

/duilder.conf (89a257998e246a24805bf0e5e53807013ae2c284) (1374 bytes) (mode 100644) (type blob)

PRJ="rgfs"
VER="0.1"
REV="1"
EXCLUDE=".exclude"
EXPORT_PATH="/data/www/umbrella/kernel/us/rgfs"
EXPORT_GIT="0"
GIT_PUSH="0"
GIT_CHANGELOG="1"
BUILD_SRPM="1"
SRPM_DEST="../dinorepo/fedora/SRPMS"
SRPM_POST_RUN="/usr/local/bin/submit_package"
BUILD_TGZ="1"
BUILD_DEB="1"

CONFIG_H="rgfs_config.h"

RELEASE_SCRIPT="./duilder_release"
RELEASE_SCRIPT="/usr/local/bin/duilder_release"

CC_SWITCHES="-O3 -fstack-reuse=all -flto -Wtrampolines -Wl,-z,noexecstack"
CC_SWITCHES="${CC_SWITCHES} -Wl,-z,now -Wl,-z,relro -Wl,-z,noexecstack"
CC_SWITCHES="${CC_SWITCHES} -fPIE -pie -fstack-protector-all"
CC_SWITCHES="${CC_SWITCHES} -Wcast-align -Wformat=2"
CC_SWITCHES="${CC_SWITCHES} -Wformat-security -fno-common"
CC_SWITCHES="${CC_SWITCHES} -Wmissing-prototypes -Wmissing-declarations"
CC_SWITCHES="${CC_SWITCHES} -Wstrict-overflow -Wstrict-prototypes"
CC_SWITCHES="${CC_SWITCHES} -fno-guess-branch-probability -fbounds-check"
CC_SWITCHES="${CC_SWITCHES} -Wl,-O3 -Wpadded"
CC_SWITCHES="${CC_SWITCHES} -ftree-loop-distribution -ftree-vectorize -ftree-loop-if-convert"
CC_SWITCHES="${CC_SWITCHES} -ftree-loop-im -ftree-parallelize-loops=4"
CC_SWITCHES="${CC_SWITCHES} -fcf-protection -fstack-clash-protection"
CC_SWITCHES="${CC_SWITCHES} -Wimplicit-fallthrough -mbranch-protection=standard -fanalyzer"

# TODO
#CC_SWITCHES="${CC_SWITCHES} -Wconversion"

AUTOGENERATE="Makefile.include.in"


Mode Type Size Ref File
100644 blob 160 52a45e91ab9c3d923b6c401dd14b1cfc0fed12eb .gitignore
100644 blob 34520 dba13ed2ddf783ee8118c6a581dbf75305f816a3 LICENSE
100644 blob 665 9467d461f79bf4723b7de94db043b2cb1fe57754 Makefile.in
100644 blob 29 e214257f87a28e8fb0413b627cf7ee76ade2e94c Makefile.include.in
100644 blob 302 ad312665f4c0e01302a79eba2e5681c4a002e3f2 README
100644 blob 195 9a1f283f5ae0a1189f1613a36e5c48e129796823 TODO
100755 blob 30 92c4bc48245c00408cd7e1fd89bc1a03058f4ce4 configure
100755 blob 17506 9320430ec7cae0ebd1f2edd0ca465674fd92dc7c duilder
100644 blob 1374 89a257998e246a24805bf0e5e53807013ae2c284 duilder.conf
100644 blob 29508 30688dbc84e8ae48b3d27c70404adc9e0b8dad82 rgfs.c
100644 blob 837 83798611843ddcee6436ae28d1adf3e92c446b3e rgfs.spec.in
100644 blob 253 4103978bae579ac9509c42c153fbcddf5e1e3af7 rgfs_config.h.in
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/rgfs

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rgfs

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rgfs

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