List of commits:
Subject Hash Author Date (UTC)
duilder updates. Exclude Makefile when making tar.gz accfc9df80b5889b3e1f1183e5f60d70850b5671 Catalin(ux) M. BOIE 2014-06-21 06:09:12
Bump version to 0.2 078df2ea0759e4240ef7deef35744f7077957129 Catalin(ux) M. BOIE 2014-06-19 17:09:39
Fixed a case when some files were not dumped at all 0c69ce3cb20aae442da94cff9606936461177e1d Catalin(ux) M. BOIE 2014-06-19 17:05:16
First version that passes all tests. 9627508618bc2c783da838c2332e6896e3004c99 Catalin(ux) M. BOIE 2014-06-18 18:02:32
Fix a little problem with the man page. 1305ac52823f0206b98181c6435049f339be9c53 Catalin(ux) M. BOIE 2013-02-18 19:55:43
Lots of stuff 9c43842ac36feff6b29cb20a95ad4510a23bf472 Catalin(ux) M. BOIE 2012-07-20 15:43:51
Cosmetic + man a53df11bfc30c152c9f61fdb1bcc69dc6ec20765 Catalin(ux) M. BOIE 2012-06-24 12:11:17
First working version\! 27bd1bf47c9fb707760d84ea3cf4241083fa283d Catalin(ux) M. BOIE 2012-06-22 21:10:30
Several fixes 2909b1ba2e99929e775ddfea5f4894c50694a638 Catalin(ux) M. BOIE 2012-06-19 13:08:50
First version 3d7935d9b8a91694fe8213998ce4d3910348d6ef Catalin(ux) M. BOIE 2012-05-06 19:40:40
Commit accfc9df80b5889b3e1f1183e5f60d70850b5671 - duilder updates. Exclude Makefile when making tar.gz
Author: Catalin(ux) M. BOIE
Author date (UTC): 2014-06-21 06:09
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2014-06-21 06:09
Parent(s): 078df2ea0759e4240ef7deef35744f7077957129
Signing key:
Tree: afda8eab48ede2c2636b71d08c343581ca7e7aec
File Lines added Lines deleted
.exclude 1 1
duilder 2 2
File .exclude changed (mode: 100644) (index 835ac7f..8594059)
1 my1.sh
2 1 *.gz *.gz
3 2 *.out *.out
3 Makefile
File duilder changed (mode: 100755) (index dfa8a6a..0c1a8d5)
... ... function duilder_tar()
217 217 ADD_EXCLUDE="" ADD_EXCLUDE=""
218 218 if [ ! -z "${EXCLUDE}" ]; then if [ ! -z "${EXCLUDE}" ]; then
219 219 ADD_EXCLUDE="--exclude-from ${P}/${EXCLUDE}" ADD_EXCLUDE="--exclude-from ${P}/${EXCLUDE}"
220 echo "[*] ADD_EXCLUDE=${ADD_EXCLUDE}"
220 221 fi fi
221 echo "ADD_EXCLUDE=${ADD_EXCLUDE}"
222 222
223 223 (cd .. \ (cd .. \
224 224 && rm -rf "${P}" \ && rm -rf "${P}" \
 
... ... echo "s#@USR_INC@#${USR_INCLUDE}#g" >> tmp.sed
476 476 echo "s#@USR_LIB@#${USR_LIB}#g" >> tmp.sed echo "s#@USR_LIB@#${USR_LIB}#g" >> tmp.sed
477 477 echo "s#@USR_SHARE@#${USR_SHARE}#g" >> tmp.sed echo "s#@USR_SHARE@#${USR_SHARE}#g" >> tmp.sed
478 478 echo "s#@USR_SHARE_DOC@#${USR_SHARE_DOC}#g" >> tmp.sed echo "s#@USR_SHARE_DOC@#${USR_SHARE_DOC}#g" >> tmp.sed
479 echo "s#@MAN#${MAN}#g" >> tmp.sed
479 echo "s#@MAN@#${MAN}#g" >> tmp.sed
480 480 # Export stuff # Export stuff
481 481 echo "s#@EXPORT_PATH@#${EXPORT_PATH}#g" >> tmp.sed echo "s#@EXPORT_PATH@#${EXPORT_PATH}#g" >> tmp.sed
482 482
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/dupdump

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

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

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