commit 4f68698cb09dadd5a2d8e8547971ceb1e22d4a62 Author: Bruno Wolff III bruno@wolff.to Date: Sat Feb 25 08:17:49 2012 -0600
Revert "robotics: add pcl-devel to default packages"
I accidentally used my normal package workflow. I should have done a cherry pick instead of a merge. This should fix my accidentally backporting a commit to a different spin.
This reverts commit 66bc862c9b0220d0334b55134ed0c66f58b06c81.
fedora-livedvd-robotics.ks | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) --- diff --git a/fedora-livedvd-robotics.ks b/fedora-livedvd-robotics.ks index 77a7814..1e7f884 100644 --- a/fedora-livedvd-robotics.ks +++ b/fedora-livedvd-robotics.ks @@ -14,7 +14,6 @@ part / --size 10240
# Add robotics development packages @robotics-suite -pcl-devel player-devel stage-devel mrpt-devel
On 02/25/2012 09:19 AM, Bruno Wolff III wrote:
commit 4f68698cb09dadd5a2d8e8547971ceb1e22d4a62 Author: Bruno Wolff IIIbruno@wolff.to Date: Sat Feb 25 08:17:49 2012 -0600
Revert "robotics: add pcl-devel to default packages" I accidentally used my normal package workflow. I should have done a cherry pick instead of a merge. This should fix my accidentally backporting a commit to a different spin.
I had cherry-picked that commit back to f17 already, i guess doing it again generated some noise but didn't really change anything. I'll go ahead and un-revert the change.
Rich
On Sat, Feb 25, 2012 at 10:57:08 -0500, Rich Mattes richmattes@gmail.com wrote:
On 02/25/2012 09:19 AM, Bruno Wolff III wrote:
commit 4f68698cb09dadd5a2d8e8547971ceb1e22d4a62 Author: Bruno Wolff IIIbruno@wolff.to Date: Sat Feb 25 08:17:49 2012 -0600
Revert "robotics: add pcl-devel to default packages" I accidentally used my normal package workflow. I should have done a cherry pick instead of a merge. This should fix my accidentally backporting a commit to a different spin.
I had cherry-picked that commit back to f17 already, i guess doing it again generated some noise but didn't really change anything. I'll go ahead and un-revert the change.
Sorry about making you do extra work.