* [Buildroot] [Bug 541] New: Removal of CVS directories in target filesystem broken
@ 2009-08-06 17:00 bugzilla at busybox.net
2009-08-07 16:11 ` [Buildroot] [Bug 541] " bugzilla at busybox.net
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-08-06 17:00 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=541
Summary: Removal of CVS directories in target filesystem broken
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: will.newton at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created an attachment (id=577)
--> (https://bugs.busybox.net/attachment.cgi?id=577)
Fix find command syntax for CVS directory removal
Commit 027aa1d2ec07402d9aa1df3825207f120acae497 stops CVS directories from
being removed in the target filesystem. The attached patch fixes the problem,
which is caused by the incorrect use of the find command.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 541] Removal of CVS directories in target filesystem broken
2009-08-06 17:00 [Buildroot] [Bug 541] New: Removal of CVS directories in target filesystem broken bugzilla at busybox.net
@ 2009-08-07 16:11 ` bugzilla at busybox.net
2009-08-07 16:14 ` bugzilla at busybox.net
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-08-07 16:11 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=541
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2009-08-07 16:11:06 UTC ---
Why in the first place do we have CVS files in the filesystem ? Isn't that a
left-over from old Buildroot times ?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 541] Removal of CVS directories in target filesystem broken
2009-08-06 17:00 [Buildroot] [Bug 541] New: Removal of CVS directories in target filesystem broken bugzilla at busybox.net
2009-08-07 16:11 ` [Buildroot] [Bug 541] " bugzilla at busybox.net
@ 2009-08-07 16:14 ` bugzilla at busybox.net
2009-08-07 17:14 ` bugzilla at busybox.net
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-08-07 16:14 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=541
--- Comment #2 from Will Newton <will.newton@gmail.com> 2009-08-07 16:14:53 UTC ---
I'm not aware of the original reason, but it's useful for people that import
buildroot into local CVS or Subversion repos. This is quite common in corporate
environments unfortunately.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 541] Removal of CVS directories in target filesystem broken
2009-08-06 17:00 [Buildroot] [Bug 541] New: Removal of CVS directories in target filesystem broken bugzilla at busybox.net
2009-08-07 16:11 ` [Buildroot] [Bug 541] " bugzilla at busybox.net
2009-08-07 16:14 ` bugzilla at busybox.net
@ 2009-08-07 17:14 ` bugzilla at busybox.net
2009-08-10 9:06 ` bugzilla at busybox.net
2009-08-26 21:02 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-08-07 17:14 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=541
--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2009-08-07 17:14:08 UTC ---
Ok, fair enough. Could you attach a patch with the proper formatting (e-mail
address, signed-off-by, etc.), as you did in
https://bugs.busybox.net/attachment.cgi?id=581 ?
Thanks.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 541] Removal of CVS directories in target filesystem broken
2009-08-06 17:00 [Buildroot] [Bug 541] New: Removal of CVS directories in target filesystem broken bugzilla at busybox.net
` (2 preceding siblings ...)
2009-08-07 17:14 ` bugzilla at busybox.net
@ 2009-08-10 9:06 ` bugzilla at busybox.net
2009-08-26 21:02 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-08-10 9:06 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=541
Will Newton <will.newton@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #577 is|0 |1
obsolete| |
--- Comment #4 from Will Newton <will.newton@gmail.com> 2009-08-10 09:06:04 UTC ---
Created an attachment (id=593)
--> (https://bugs.busybox.net/attachment.cgi?id=593)
Fix find command syntax for CVS directory removal
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 541] Removal of CVS directories in target filesystem broken
2009-08-06 17:00 [Buildroot] [Bug 541] New: Removal of CVS directories in target filesystem broken bugzilla at busybox.net
` (3 preceding siblings ...)
2009-08-10 9:06 ` bugzilla at busybox.net
@ 2009-08-26 21:02 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-08-26 21:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=541
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Peter Korsgaard <jacmet@uclibc.org> 2009-08-26 21:02:40 UTC ---
Thanks, committed
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-08-26 21:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-06 17:00 [Buildroot] [Bug 541] New: Removal of CVS directories in target filesystem broken bugzilla at busybox.net
2009-08-07 16:11 ` [Buildroot] [Bug 541] " bugzilla at busybox.net
2009-08-07 16:14 ` bugzilla at busybox.net
2009-08-07 17:14 ` bugzilla at busybox.net
2009-08-10 9:06 ` bugzilla at busybox.net
2009-08-26 21:02 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox