List of commits:
Subject Hash Author Date (UTC)
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
Take care of mangled file name between two dirs. 65eb5f1841aae521c401ab52298041776159a35d Catalin(ux) M. BOIE 2014-06-21 12:14:36
Commit fdb97450dfba1bb9913985c5dabea1f36eb94022 - Correct spec file
Author: Catalin(ux) M. BOIE
Author date (UTC): 2022-10-24 06:32
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2022-10-24 06:32
Parent(s): a6a2ae01ac66796bbe20258ac749d799523240c4
Signing key:
Tree: 547b7b00f01a523d6ca9f2a13bc33e9c61d4ceb3
File Lines added Lines deleted
TODO 1 0
dupdump.spec 4 4
File TODO changed (mode: 100644) (index 5160a8f..14e1e2e)
2 2 [ ] [ ]
3 3
4 4 == Non-critical == Non-critical
5 [ ] Replace SHA1_Init with EVP_Q_digest.
5 6 [ ] I should ignore soft links. But inside a dir, and a no match, [ ] I should ignore soft links. But inside a dir, and a no match,
6 7 I should not report the dirs as identical. I should not report the dirs as identical.
7 8 [ ] optimization: already visited dirs, should not be visited again, [ ] optimization: already visited dirs, should not be visited again,
File dupdump.spec changed (mode: 100644) (index f5e64e7..9883790)
1 Summary: @SHORT_DESCRIPTION@
2 Name: @PRJ@
3 Version: @VER@
4 Release: @REV@
1 Summary: Finds duplicated directories/files
2 Name: ninedogs
3 Version: 0.6
4 Release: 1
5 5 License: GPLv3 License: GPLv3
6 6 Group: Development/Tools Group: Development/Tools
7 7 Source: http://kernel.embedromix.ro/us/%{name}/%{name}-%{version}.tar.gz Source: http://kernel.embedromix.ro/us/%{name}/%{name}-%{version}.tar.gz
Date/time (UTC) Type Misc Labels
2022-10-24 06:36 build fedora-36-x86_64 worker/r1 builder/color=fff worker_elap/107s wait_time/21s date/2022-10-24 time/06:33
2022-10-24 06:42 build fedora-rawhide-x86_64 worker/r1 builder/color=fff worker_elap/258s wait_time/181s date/2022-10-24 time/06:33
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