Subversion Repositories DevTools

Rev

Rev 7345 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7345 Rev 7358
Line 1158... Line 1158...
1158
         * Its being executed over an ssh session so we need to:
1158
         * Its being executed over an ssh session so we need to:
1159
         *  1) Set up the required environment
1159
         *  1) Set up the required environment
1160
         *  2) Set the location of GBE_DPKG - more for testing
1160
         *  2) Set the location of GBE_DPKG - more for testing
1161
         */
1161
         */
1162
        command.init();
1162
        command.init();
1163
        command.add("sudo","-n", "-u", "buildadm", "/home/releasem/sbin/jatsTool", "assemble_dpkg");
1163
        command.add("sudo","-n", "-u", "pkgadm", "/home/releasem/sbin/jatsTool", "assemble_dpkg");
1164
        command.add(useTestArchive, "-testArchive");
1164
        command.add(useTestArchive, "-testArchive");
1165
        command.add("'-pname=" + packageName + "'");
1165
        command.add("'-pname=" + packageName + "'");
1166
        command.add("'-pversion=" + packageFullVersion + "'");
1166
        command.add("'-pversion=" + packageFullVersion + "'");
1167
       
1167
       
1168
        String cmd = command.toString();
1168
        String cmd = command.toString();