[Title] emulator-manager : add signing file in windows
authorjihye <jihye1128.kim@samsung.com>
Wed, 8 May 2013 09:31:08 +0000 (18:31 +0900)
committerjihye <jihye1128.kim@samsung.com>
Thu, 9 May 2013 02:51:07 +0000 (11:51 +0900)
[Desc.] add signing file in windows
[Issue] N/A

Signed-off-by: jihye <jihye1128.kim@samsung.com>
package/build.windows
package/changelog
package/pkginfo.manifest

index 3ad8fed..366fed6 100755 (executable)
@@ -32,6 +32,18 @@ build()
        ant -buildfile build.xml -Dclasspath.dibs=${PURIFIED_ROOTDIR}/tools/emulator/bin make-jar-dibs
 
        gcc $SRCDIR/supplement/emulator-manager.c -o $SRCDIR/emulator-manager.exe -mwindows
+
+    if [ "$SIGNTOOL_PATH" != "" ]  && [ -f "$SIGNTOOL_PATH" ]
+    then
+        if [ "$SIGNFILE_PATH" != "" ] && [ -f "$SIGNFILE_PATH" ]
+        then
+            "$SIGNTOOL_PATH" "sign" "//f" "$SIGNFILE_PATH" "//p" "sec2011" "//t" "http://timestamp.verisign.com/scripts/timestamp.dll" "$SRCDIR/emulator-manager.exe"
+        else
+            echo "signing file does not exist"
+        fi
+    else
+        echo "signtool does not exist"
+    fi
 }
 
 # install
index be95050..9bf08d4 100644 (file)
@@ -1,3 +1,7 @@
+* 2.1.6
+- add sign file in the Windows
+== jihye kim <jihye1128.kim@samsung.com> 2013-05-08
+
 * 2.1.5
 - change checking emulator process routine (in Windows)
 == jihye kim <jihye1128.kim@samsung.com> 2013-04-22
index 013dff6..0a7b54f 100644 (file)
@@ -1,5 +1,5 @@
 Source: emulator-manager
-Version: 2.1.5
+Version: 2.1.6
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 
 Package: emulator-manager