From: donghee yang Date: Fri, 28 Dec 2012 07:06:47 +0000 (+0900) Subject: [Title] Excluded sources when exporting rootstrap X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c77f459ec0969a3776573e4d93f1891d4d0b6723;p=sdk%2Fide%2Fnativeplatform-eplugin.git [Title] Excluded sources when exporting rootstrap --- diff --git a/org.tizen.nativeplatform/src/org/tizen/nativeplatform/rootstrap/RootstrapManager.java b/org.tizen.nativeplatform/src/org/tizen/nativeplatform/rootstrap/RootstrapManager.java index 0b01187..8279640 100644 --- a/org.tizen.nativeplatform/src/org/tizen/nativeplatform/rootstrap/RootstrapManager.java +++ b/org.tizen.nativeplatform/src/org/tizen/nativeplatform/rootstrap/RootstrapManager.java @@ -153,7 +153,7 @@ public class RootstrapManager { // zip file-system String basePath = rootstrap.getPath().removeLastSegments(1).toOSString(); String rootstrapID = rootstrap.getId(); - if( !CommandLauncher.executeSudo( String.format("sudo -S tar cvzf %s/rootstrap.tar.gz %s", + if( !CommandLauncher.executeSudo( String.format("sudo -S tar cvzf %s/rootstrap.tar.gz %s --exclude=home/abuild/rpmbuild --exclude=local/sources/*", tempDirPath, rootstrapID), basePath, "Platform Internal", monitor ) ) { return false; }