List of commits:
Subject Hash Author Date (UTC)
Fixed install command. 85e4aa9778fa4f10df5f313aff4444f7ec1d2619 Catalin(ux) M. BOIE 2010-10-27 12:29:47
First version. 2d1ffe53a6cfd146f91157baeadb101a59fdd556 Catalin(ux) M. BOIE 2010-10-27 12:21:37
Commit 85e4aa9778fa4f10df5f313aff4444f7ec1d2619 - Fixed install command.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2010-10-27 12:29
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2010-10-27 12:29
Parent(s): 2d1ffe53a6cfd146f91157baeadb101a59fdd556
Signing key:
Tree: ac8edc6522db571e00080a4eab08932e5b769cbd
File Lines added Lines deleted
duilder_release 7 1
File duilder_release changed (mode: 100755) (index a64be06..0b39a8f)
... ... echo "Released ${VER} of ${PRJ}." >> ${file}
13 13 echo "<br />" >> ${file} echo "<br />" >> ${file}
14 14 echo "Changelog (last release): <a href=\"http://kernel.embedromix.ro/us/${PRJ}/Changelog-last\" target=\"_new\">here</a>." >> ${file} echo "Changelog (last release): <a href=\"http://kernel.embedromix.ro/us/${PRJ}/Changelog-last\" target=\"_new\">here</a>." >> ${file}
15 15
16 cp Changelog-last Changelog README INSTALL LICENSE TODO "${dir}/us/${PRJ}/"
16
17 for f in Changelog-last Changelog README INSTALL LICENSE TODO; do
18 if [ -r "${f}" ]; then
19 cp "${f}" "${dir}/us/${PRJ}/"
20 fi
21 done
22
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/force_bind

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

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

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