[opensuse-buildservice] Problem with osc add
I'm trying to add a package with "osc addremove -r" to the project "home:edscott_wilson", but I can only add the top directory. All the subdirectories are not added and I get a "skipping directory" message for each. With no directories, package fails to build. What am I missing here? -- ------------------------------------------------------------------------------------ Dr. Edscott Wilson Garcia Applied Mathematics and Computing Mexican Petroleum Institute -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Sunday 2013-11-24 14:46, Edscott Wilson wrote:
I'm trying to add a package with "osc addremove -r" to the project "home:edscott_wilson", but I can only add the top directory. All the subdirectories are not added and I get a "skipping directory" message for each. With no directories, package fails to build.
What am I missing here?
ar only works on packages that have already been marked for addition. If you are about to import a bunch of packages, use 'osc add' instead of 'osc ar'. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Edscott Wilson <edscott.wilson.garcia@gmail.com> wrote:
I'm trying to add a package with "osc addremove -r" to the project "home:edscott_wilson", but I can only add the top directory. All the subdirectories are not added and I get a "skipping directory" message for each. With no directories, package fails to build.
What am I missing here?
The "tree" for oscar is pretty flat. Project - package1 -- file1 -- file2 - package2 -- file1a -- file2a Thus oscar ar -r is only meaningful at project level, not the package level. So, are you using right and there is a bug, or are you attempting to add subdirs to a project and it is appropriately refusing? Greg -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Edscott Wilson
-
Greg Freemyer
-
Jan Engelhardt