Removed organization specific data from mistaken commit.

git-svn-id: http://munki.googlecode.com/svn/trunk@805 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2010-10-16 00:33:21 +00:00
parent fec07df83e
commit bdf573c867
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ import tempfile
# change these to suit yourself
packagemaker = "/Developer/usr/bin/packagemaker"
pkgidprefix = "com.disneyanimation.pkg."
pkgidprefix = "com.myorg.pkg."
pkgoutputdir = "/Users/Shared/pkgs"

View File

@@ -30,7 +30,7 @@ import tempfile
# change these to suit yourself
packagemaker = "/Developer/usr/bin/packagemaker"
pkgidprefix = "com.disneyanimation.pkg."
pkgidprefix = "com.myorg.pkg."
pkgoutputdir = "/Users/Shared/pkgs"

View File

@@ -31,7 +31,7 @@ import tempfile
# change these to suit yourself
packagemaker = "/Developer/usr/bin/packagemaker"
t2pkg = "/Users/Shared/bin/t2pkg"
pkgidprefix = "com.disneyanimation.pkg."
pkgidprefix = "com.myorg.pkg."
pkgoutputdir = "/Users/Shared/pkgs"