summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--gcimagebundle/VERSION1
-rw-r--r--legacy/README.md5
-rw-r--r--legacy/gcimagebundle/LICENSE (renamed from gcimagebundle/LICENSE)0
-rw-r--r--legacy/gcimagebundle/MANIFEST.in (renamed from gcimagebundle/MANIFEST.in)0
-rw-r--r--legacy/gcimagebundle/README (renamed from gcimagebundle/README)0
-rw-r--r--legacy/gcimagebundle/README.md (renamed from gcimagebundle/README.md)0
-rw-r--r--legacy/gcimagebundle/VERSION1
-rw-r--r--legacy/gcimagebundle/distribute_setup.py (renamed from gcimagebundle/distribute_setup.py)0
-rwxr-xr-xlegacy/gcimagebundle/gcimagebundle (renamed from gcimagebundle/gcimagebundle)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/__init__.py (renamed from gcimagebundle/gcimagebundlelib/__init__.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/block_disk.py (renamed from gcimagebundle/gcimagebundlelib/block_disk.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/centos.py (renamed from gcimagebundle/gcimagebundlelib/centos.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/debian.py (renamed from gcimagebundle/gcimagebundlelib/debian.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/exclude_spec.py (renamed from gcimagebundle/gcimagebundlelib/exclude_spec.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/fedora.py (renamed from gcimagebundle/gcimagebundlelib/fedora.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/fs_copy.py (renamed from gcimagebundle/gcimagebundlelib/fs_copy.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/gcel.py (renamed from gcimagebundle/gcimagebundlelib/gcel.py)0
-rwxr-xr-xlegacy/gcimagebundle/gcimagebundlelib/imagebundle.py (renamed from gcimagebundle/gcimagebundlelib/imagebundle.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/linux.py (renamed from gcimagebundle/gcimagebundlelib/linux.py)0
-rwxr-xr-xlegacy/gcimagebundle/gcimagebundlelib/manifest.py (renamed from gcimagebundle/gcimagebundlelib/manifest.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/opensuse.py (renamed from gcimagebundle/gcimagebundlelib/opensuse.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/os_platform.py (renamed from gcimagebundle/gcimagebundlelib/os_platform.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/platform_factory.py (renamed from gcimagebundle/gcimagebundlelib/platform_factory.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/rhel.py (renamed from gcimagebundle/gcimagebundlelib/rhel.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/sle.py (renamed from gcimagebundle/gcimagebundlelib/sle.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/suse.py (renamed from gcimagebundle/gcimagebundlelib/suse.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/tests/__init__.py (renamed from gcimagebundle/gcimagebundlelib/tests/__init__.py)0
-rwxr-xr-xlegacy/gcimagebundle/gcimagebundlelib/tests/block_disk_test.py (renamed from gcimagebundle/gcimagebundlelib/tests/block_disk_test.py)0
-rwxr-xr-xlegacy/gcimagebundle/gcimagebundlelib/tests/image_bundle_test_base.py (renamed from gcimagebundle/gcimagebundlelib/tests/image_bundle_test_base.py)0
-rwxr-xr-xlegacy/gcimagebundle/gcimagebundlelib/tests/utils_test.py (renamed from gcimagebundle/gcimagebundlelib/tests/utils_test.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/ubuntu.py (renamed from gcimagebundle/gcimagebundlelib/ubuntu.py)0
-rw-r--r--legacy/gcimagebundle/gcimagebundlelib/utils.py (renamed from gcimagebundle/gcimagebundlelib/utils.py)0
-rwxr-xr-xlegacy/gcimagebundle/setup.py (renamed from gcimagebundle/setup.py)0
-rw-r--r--legacy/gcimagebundle/stdeb.cfg (renamed from gcimagebundle/stdeb.cfg)0
35 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8c563b2..d00790b 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,6 @@ This repository is the collection of packages that are installed on the standard
1. Google Daemon - A service that manages user accounts, maintains ssh login keys, syncs the system clock after migration, and syncs public endpoint IP addresses.
1. Disk Expand - Scripts to expand the root partition on GCE VM's for CentOS 6 and RHEL 6 images.
-Note: gcimagebundle is deprecated and is provided here as is with no further
-support or maintenance. See [replacement instructions](https://cloud.google.com/compute/docs/creating-custom-image#export_an_image_to_google_cloud_storage).
-
## Installation
### From Release Tarballs
diff --git a/gcimagebundle/VERSION b/gcimagebundle/VERSION
deleted file mode 100644
index 1892b92..0000000
--- a/gcimagebundle/VERSION
+++ /dev/null
@@ -1 +0,0 @@
-1.3.2
diff --git a/legacy/README.md b/legacy/README.md
new file mode 100644
index 0000000..524aeb2
--- /dev/null
+++ b/legacy/README.md
@@ -0,0 +1,5 @@
+## Legacy packages
+
+gcimagebundle is deprecated and is provided here as is with no further
+support or maintenance. See [replacement
+instructions](https://cloud.google.com/compute/docs/creating-custom-image#export_an_image_to_google_cloud_storage).
diff --git a/gcimagebundle/LICENSE b/legacy/gcimagebundle/LICENSE
index 04cb0d7..04cb0d7 100644
--- a/gcimagebundle/LICENSE
+++ b/legacy/gcimagebundle/LICENSE
diff --git a/gcimagebundle/MANIFEST.in b/legacy/gcimagebundle/MANIFEST.in
index 6bbb29c..6bbb29c 100644
--- a/gcimagebundle/MANIFEST.in
+++ b/legacy/gcimagebundle/MANIFEST.in
diff --git a/gcimagebundle/README b/legacy/gcimagebundle/README
index 13afc26..13afc26 100644
--- a/gcimagebundle/README
+++ b/legacy/gcimagebundle/README
diff --git a/gcimagebundle/README.md b/legacy/gcimagebundle/README.md
index e3ee03d..e3ee03d 100644
--- a/gcimagebundle/README.md
+++ b/legacy/gcimagebundle/README.md
diff --git a/legacy/gcimagebundle/VERSION b/legacy/gcimagebundle/VERSION
new file mode 100644
index 0000000..3a3cd8c
--- /dev/null
+++ b/legacy/gcimagebundle/VERSION
@@ -0,0 +1 @@
+1.3.1
diff --git a/gcimagebundle/distribute_setup.py b/legacy/gcimagebundle/distribute_setup.py
index 3553b21..3553b21 100644
--- a/gcimagebundle/distribute_setup.py
+++ b/legacy/gcimagebundle/distribute_setup.py
diff --git a/gcimagebundle/gcimagebundle b/legacy/gcimagebundle/gcimagebundle
index 3ab7ec1..3ab7ec1 100755
--- a/gcimagebundle/gcimagebundle
+++ b/legacy/gcimagebundle/gcimagebundle
diff --git a/gcimagebundle/gcimagebundlelib/__init__.py b/legacy/gcimagebundle/gcimagebundlelib/__init__.py
index e69de29..e69de29 100644
--- a/gcimagebundle/gcimagebundlelib/__init__.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/__init__.py
diff --git a/gcimagebundle/gcimagebundlelib/block_disk.py b/legacy/gcimagebundle/gcimagebundlelib/block_disk.py
index a860b89..a860b89 100644
--- a/gcimagebundle/gcimagebundlelib/block_disk.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/block_disk.py
diff --git a/gcimagebundle/gcimagebundlelib/centos.py b/legacy/gcimagebundle/gcimagebundlelib/centos.py
index 1a082de..1a082de 100644
--- a/gcimagebundle/gcimagebundlelib/centos.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/centos.py
diff --git a/gcimagebundle/gcimagebundlelib/debian.py b/legacy/gcimagebundle/gcimagebundlelib/debian.py
index 957e3a7..957e3a7 100644
--- a/gcimagebundle/gcimagebundlelib/debian.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/debian.py
diff --git a/gcimagebundle/gcimagebundlelib/exclude_spec.py b/legacy/gcimagebundle/gcimagebundlelib/exclude_spec.py
index b5bc237..b5bc237 100644
--- a/gcimagebundle/gcimagebundlelib/exclude_spec.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/exclude_spec.py
diff --git a/gcimagebundle/gcimagebundlelib/fedora.py b/legacy/gcimagebundle/gcimagebundlelib/fedora.py
index 21d098b..21d098b 100644
--- a/gcimagebundle/gcimagebundlelib/fedora.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/fedora.py
diff --git a/gcimagebundle/gcimagebundlelib/fs_copy.py b/legacy/gcimagebundle/gcimagebundlelib/fs_copy.py
index e9adc91..e9adc91 100644
--- a/gcimagebundle/gcimagebundlelib/fs_copy.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/fs_copy.py
diff --git a/gcimagebundle/gcimagebundlelib/gcel.py b/legacy/gcimagebundle/gcimagebundlelib/gcel.py
index 2622cf7..2622cf7 100644
--- a/gcimagebundle/gcimagebundlelib/gcel.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/gcel.py
diff --git a/gcimagebundle/gcimagebundlelib/imagebundle.py b/legacy/gcimagebundle/gcimagebundlelib/imagebundle.py
index f275c3c..f275c3c 100755
--- a/gcimagebundle/gcimagebundlelib/imagebundle.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/imagebundle.py
diff --git a/gcimagebundle/gcimagebundlelib/linux.py b/legacy/gcimagebundle/gcimagebundlelib/linux.py
index ff8c1d4..ff8c1d4 100644
--- a/gcimagebundle/gcimagebundlelib/linux.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/linux.py
diff --git a/gcimagebundle/gcimagebundlelib/manifest.py b/legacy/gcimagebundle/gcimagebundlelib/manifest.py
index 2e83d9e..2e83d9e 100755
--- a/gcimagebundle/gcimagebundlelib/manifest.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/manifest.py
diff --git a/gcimagebundle/gcimagebundlelib/opensuse.py b/legacy/gcimagebundle/gcimagebundlelib/opensuse.py
index 9f709ff..9f709ff 100644
--- a/gcimagebundle/gcimagebundlelib/opensuse.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/opensuse.py
diff --git a/gcimagebundle/gcimagebundlelib/os_platform.py b/legacy/gcimagebundle/gcimagebundlelib/os_platform.py
index 65e6e7c..65e6e7c 100644
--- a/gcimagebundle/gcimagebundlelib/os_platform.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/os_platform.py
diff --git a/gcimagebundle/gcimagebundlelib/platform_factory.py b/legacy/gcimagebundle/gcimagebundlelib/platform_factory.py
index da63f0e..da63f0e 100644
--- a/gcimagebundle/gcimagebundlelib/platform_factory.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/platform_factory.py
diff --git a/gcimagebundle/gcimagebundlelib/rhel.py b/legacy/gcimagebundle/gcimagebundlelib/rhel.py
index 9ebf1ef..9ebf1ef 100644
--- a/gcimagebundle/gcimagebundlelib/rhel.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/rhel.py
diff --git a/gcimagebundle/gcimagebundlelib/sle.py b/legacy/gcimagebundle/gcimagebundlelib/sle.py
index 8b74827..8b74827 100644
--- a/gcimagebundle/gcimagebundlelib/sle.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/sle.py
diff --git a/gcimagebundle/gcimagebundlelib/suse.py b/legacy/gcimagebundle/gcimagebundlelib/suse.py
index 4911b8b..4911b8b 100644
--- a/gcimagebundle/gcimagebundlelib/suse.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/suse.py
diff --git a/gcimagebundle/gcimagebundlelib/tests/__init__.py b/legacy/gcimagebundle/gcimagebundlelib/tests/__init__.py
index 42723d7..42723d7 100644
--- a/gcimagebundle/gcimagebundlelib/tests/__init__.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/tests/__init__.py
diff --git a/gcimagebundle/gcimagebundlelib/tests/block_disk_test.py b/legacy/gcimagebundle/gcimagebundlelib/tests/block_disk_test.py
index 1cbb384..1cbb384 100755
--- a/gcimagebundle/gcimagebundlelib/tests/block_disk_test.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/tests/block_disk_test.py
diff --git a/gcimagebundle/gcimagebundlelib/tests/image_bundle_test_base.py b/legacy/gcimagebundle/gcimagebundlelib/tests/image_bundle_test_base.py
index 37b7fae..37b7fae 100755
--- a/gcimagebundle/gcimagebundlelib/tests/image_bundle_test_base.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/tests/image_bundle_test_base.py
diff --git a/gcimagebundle/gcimagebundlelib/tests/utils_test.py b/legacy/gcimagebundle/gcimagebundlelib/tests/utils_test.py
index dd7d2cd..dd7d2cd 100755
--- a/gcimagebundle/gcimagebundlelib/tests/utils_test.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/tests/utils_test.py
diff --git a/gcimagebundle/gcimagebundlelib/ubuntu.py b/legacy/gcimagebundle/gcimagebundlelib/ubuntu.py
index 8d68687..8d68687 100644
--- a/gcimagebundle/gcimagebundlelib/ubuntu.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/ubuntu.py
diff --git a/gcimagebundle/gcimagebundlelib/utils.py b/legacy/gcimagebundle/gcimagebundlelib/utils.py
index a8fde40..a8fde40 100644
--- a/gcimagebundle/gcimagebundlelib/utils.py
+++ b/legacy/gcimagebundle/gcimagebundlelib/utils.py
diff --git a/gcimagebundle/setup.py b/legacy/gcimagebundle/setup.py
index 76ccd04..76ccd04 100755
--- a/gcimagebundle/setup.py
+++ b/legacy/gcimagebundle/setup.py
diff --git a/gcimagebundle/stdeb.cfg b/legacy/gcimagebundle/stdeb.cfg
index 09364a3..09364a3 100644
--- a/gcimagebundle/stdeb.cfg
+++ b/legacy/gcimagebundle/stdeb.cfg