List of commits:
Subject Hash Author Date (UTC)
Messed man install ac05b679bb25c43ed82d8a11463b6b97b3ec8e55 Catalin(ux) M. BOIE 2022-10-24 06:38:27
Correct spec file fdb97450dfba1bb9913985c5dabea1f36eb94022 Catalin(ux) M. BOIE 2022-10-24 06:32:53
Mostly cosmetic a6a2ae01ac66796bbe20258ac749d799523240c4 Catalin(ux) M. BOIE 2022-10-23 18:19:17
Bump version to v0.5 ef32b8b53cfc96d9a092df438924bf66b16eb527 Catalin(ux) M. BOIE 2016-05-08 20:11:43
Small fixes to the build system to correctly parse the compiler flag 196dc4621b9e7b358ffbecb611c14dd5f00ad774 Catalin(ux) M. BOIE 2016-05-08 20:11:12
Use gettimeofday instead of clock_gettime because CentOS 6 3ce67c01431ce2387cb519e5cd4b041c2fd18be3 Catalin(ux) M. BOIE 2016-05-08 20:10:44
Bump version to 0.4 475fedef08f73978ca357ba6c82ded34b3c76904 Catalin(ux) M. BOIE 2016-05-08 19:20:15
Some tests tweaking a11770078f8b1cc6c3cbcf535ca4481746cc6d6f Catalin(ux) M. BOIE 2016-05-08 19:19:49
add make to BuildRequires a54b8048424a6896ec094c6419988bf815c6e96c Catalin(ux) M. BOIE 2016-05-08 19:19:23
Duilder fixes to remove recent compiler flags 622363757f7d70dc3d9ea741c22c69b87a64a1f2 Catalin(ux) M. BOIE 2016-05-08 19:19:07
Deal correctly with hard linked files: consider them identical e26bf999477ee091e493d2dfdf6a583c98a65971 Catalin(ux) M. BOIE 2016-05-05 15:54:54
Changed scope for some variables 8e195c8a9e8972831c9e25ce36e662cd808f4953 Catalin(ux) M. BOIE 2016-03-19 11:49:15
Dump also the size of the dir/file 1c4995ce058d04f2e7ea61d370c35df220226a6b Catalin(ux) M. BOIE 2015-10-18 15:07:43
WIP 1ccb2423931f1fe25232181b9d056cdb85aefd79 Catalin(ux) M. BOIE 2015-10-04 09:45:00
WIP 6a07b5768407ffb1565471546fd9b1e1f857af48 Catalin(ux) M. BOIE 2015-10-02 22:49:33
WIP f1a3e07fc8a2b9779071537baa7457c91a7a4381 Catalin(ux) M. BOIE 2015-10-01 17:55:26
More compiler flags, several fixes as result 9b63341f8a3052dabe9a402b7c70e33a99633149 Catalin(ux) M. BOIE 2015-01-05 17:59:41
WIP b303e4a78b96847ac107e6b6b905b41629401a75 Catalin(ux) M. BOIE 2014-06-22 20:43:08
Bump version to 0.3 d8ec07e06ac315f40cf7b03e0f5c0392bcd56059 Catalin(ux) M. BOIE 2014-06-22 20:04:09
Updated TODO to reflect reality. 38351ac1d1167674339839c4518724f1ebd7bc89 Catalin(ux) M. BOIE 2014-06-22 20:03:34
Commit ac05b679bb25c43ed82d8a11463b6b97b3ec8e55 - Messed man install
Author: Catalin(ux) M. BOIE
Author date (UTC): 2022-10-24 06:38
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2022-10-24 06:38
Parent(s): fdb97450dfba1bb9913985c5dabea1f36eb94022
Signing key:
Tree: 0ad3fd9ab9f5a801e1211b9cd7b5baec6a730c71
File Lines added Lines deleted
dupdump.spec 2 2
File dupdump.spec changed (mode: 100644) (index 9883790..8bcc8c1)
... ... rm -rf ${RPM_BUILD_ROOT}
37 37
38 38 %files %files
39 39 %attr (-,root,root) %attr (-,root,root)
40 %doc README LICENSE Changelog TODO
40 %doc README LICENSE TODO
41 41 /usr/bin/dupdump /usr/bin/dupdump
42 %{_mandir}/man1/%{name}.1.gz
42 %{_mandir}/man1/%{name}.1
43 43
44 44 %changelog %changelog
45 45 * Sun May 6 2012 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.1 * Sun May 6 2012 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.1
Date/time (UTC) Type Misc Labels
2022-10-24 06:52 build fedora-36-x86_64 worker/r1 builder/color=fff worker_elap/61s wait_time/742s date/2022-10-24 time/06:38
2022-10-24 06:55 build fedora-rawhide-x86_64 worker/r1 builder/color=fff worker_elap/130s wait_time/852s date/2022-10-24 time/06:38
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