Rename 'bockbuild' to 'packaging' so that it can be home to other packaging code
authorAlexis Christoforides <alexis@thenull.net>
Fri, 4 Nov 2016 14:55:13 +0000 (10:55 -0400)
committerAlexis Christoforides <alexis@thenull.net>
Fri, 4 Nov 2016 15:31:25 +0000 (11:31 -0400)
commit147e97cb6dd501d6c837fdbd6f0c42b6463a463a
treeb36a653d43a19ffe559a38a1e8cb73cdc8179616
parentbefd4fa677adbac8b7a0d9353693797bfda66caf
Rename 'bockbuild' to 'packaging' so that it can be home to  other packaging code
85 files changed:
bockbuild/MacSDK/__init__.py [deleted file]
bockbuild/MacSDK/fsharp.py [deleted file]
bockbuild/MacSDK/gdk-pixbuf/0001-pixbuf-Add-getter-setter-for-the-2x-variants.patch [deleted file]
bockbuild/MacSDK/gdk-pixbuf/0001-pixbuf-load-2x-variants-as-pixbuf-gobject-data.patch [deleted file]
bockbuild/MacSDK/gtkrc [deleted file]
bockbuild/MacSDK/ironlangs.py [deleted file]
bockbuild/MacSDK/libgdiplus.py [deleted file]
bockbuild/MacSDK/mono-basic.py [deleted file]
bockbuild/MacSDK/mono-llvm.py [deleted file]
bockbuild/MacSDK/mono.py [deleted file]
bockbuild/MacSDK/msbuild.py [deleted file]
bockbuild/MacSDK/nuget.py [deleted file]
bockbuild/MacSDK/packaging/Info.plist [deleted file]
bockbuild/MacSDK/packaging/Info_sdk.plist [deleted file]
bockbuild/MacSDK/packaging/mdk_blacklist.sh [deleted file]
bockbuild/MacSDK/packaging/resources/License.rtf [deleted file]
bockbuild/MacSDK/packaging/resources/ReadMe.rtf [deleted file]
bockbuild/MacSDK/packaging/resources/Welcome.rtf [deleted file]
bockbuild/MacSDK/packaging/resources/distribution.xml [deleted file]
bockbuild/MacSDK/packaging/resources/postinstall [deleted file]
bockbuild/MacSDK/packaging/resources/version.plist [deleted file]
bockbuild/MacSDK/packaging/resources/whitelist.txt [deleted file]
bockbuild/MacSDK/packaging/uninstallMono.sh [deleted file]
bockbuild/MacSDK/patches/find-unused-patches.sh [deleted file]
bockbuild/MacSDK/patches/gettext-no-samples.patch [deleted file]
bockbuild/MacSDK/patches/glib/config.h.ed [deleted file]
bockbuild/MacSDK/patches/glib/patch-configure.diff [deleted file]
bockbuild/MacSDK/patches/glib/patch-gi18n.h.diff [deleted file]
bockbuild/MacSDK/patches/glib/patch-gio_gdbusprivate.c.diff [deleted file]
bockbuild/MacSDK/patches/glib/patch-gio_xdgmime_xdgmime.c.diff [deleted file]
bockbuild/MacSDK/patches/glib/patch-glib-2.0.pc.in.diff [deleted file]
bockbuild/MacSDK/patches/glib/patch-glib_gunicollate.c.diff [deleted file]
bockbuild/MacSDK/patches/mcs-pkgconfig.patch [deleted file]
bockbuild/MacSDK/patches/murrine-osx.patch [deleted file]
bockbuild/MacSDK/pcl-reference-assemblies.py [deleted file]
bockbuild/MacSDK/profile.py [deleted file]
bockbuild/MacSDK/sqlite.py [deleted file]
bockbuild/MacSDK/xamarin-gtk-theme.py [deleted file]
bockbuild/MacSDK/xsp.py [deleted file]
bockbuild/MacSDKRelease/mono-extensions.py [deleted file]
bockbuild/MacSDKRelease/packaging [deleted symlink]
bockbuild/MacSDKRelease/profile.py [deleted file]
external/bockbuild
packaging/MacSDK/__init__.py [new file with mode: 0644]
packaging/MacSDK/fsharp.py [new file with mode: 0644]
packaging/MacSDK/gdk-pixbuf/0001-pixbuf-Add-getter-setter-for-the-2x-variants.patch [new file with mode: 0644]
packaging/MacSDK/gdk-pixbuf/0001-pixbuf-load-2x-variants-as-pixbuf-gobject-data.patch [new file with mode: 0644]
packaging/MacSDK/gtkrc [new file with mode: 0644]
packaging/MacSDK/ironlangs.py [new file with mode: 0644]
packaging/MacSDK/libgdiplus.py [new file with mode: 0644]
packaging/MacSDK/mono-basic.py [new file with mode: 0644]
packaging/MacSDK/mono-llvm.py [new file with mode: 0644]
packaging/MacSDK/mono.py [new file with mode: 0644]
packaging/MacSDK/msbuild.py [new file with mode: 0644]
packaging/MacSDK/nuget.py [new file with mode: 0644]
packaging/MacSDK/packaging/Info.plist [new file with mode: 0644]
packaging/MacSDK/packaging/Info_sdk.plist [new file with mode: 0644]
packaging/MacSDK/packaging/mdk_blacklist.sh [new file with mode: 0755]
packaging/MacSDK/packaging/resources/License.rtf [new file with mode: 0644]
packaging/MacSDK/packaging/resources/ReadMe.rtf [new file with mode: 0644]
packaging/MacSDK/packaging/resources/Welcome.rtf [new file with mode: 0644]
packaging/MacSDK/packaging/resources/distribution.xml [new file with mode: 0644]
packaging/MacSDK/packaging/resources/postinstall [new file with mode: 0755]
packaging/MacSDK/packaging/resources/version.plist [new file with mode: 0644]
packaging/MacSDK/packaging/resources/whitelist.txt [new file with mode: 0644]
packaging/MacSDK/packaging/uninstallMono.sh [new file with mode: 0755]
packaging/MacSDK/patches/find-unused-patches.sh [new file with mode: 0755]
packaging/MacSDK/patches/gettext-no-samples.patch [new file with mode: 0644]
packaging/MacSDK/patches/glib/config.h.ed [new file with mode: 0644]
packaging/MacSDK/patches/glib/patch-configure.diff [new file with mode: 0644]
packaging/MacSDK/patches/glib/patch-gi18n.h.diff [new file with mode: 0644]
packaging/MacSDK/patches/glib/patch-gio_gdbusprivate.c.diff [new file with mode: 0644]
packaging/MacSDK/patches/glib/patch-gio_xdgmime_xdgmime.c.diff [new file with mode: 0644]
packaging/MacSDK/patches/glib/patch-glib-2.0.pc.in.diff [new file with mode: 0644]
packaging/MacSDK/patches/glib/patch-glib_gunicollate.c.diff [new file with mode: 0644]
packaging/MacSDK/patches/mcs-pkgconfig.patch [new file with mode: 0644]
packaging/MacSDK/patches/murrine-osx.patch [new file with mode: 0644]
packaging/MacSDK/pcl-reference-assemblies.py [new file with mode: 0644]
packaging/MacSDK/profile.py [new file with mode: 0755]
packaging/MacSDK/sqlite.py [new file with mode: 0644]
packaging/MacSDK/xamarin-gtk-theme.py [new file with mode: 0644]
packaging/MacSDK/xsp.py [new file with mode: 0644]
packaging/MacSDKRelease/mono-extensions.py [new file with mode: 0644]
packaging/MacSDKRelease/packaging [new symlink]
packaging/MacSDKRelease/profile.py [new file with mode: 0755]