summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Kottler <shk@redhat.com>2013-11-23 15:52:25 -0500
committerSam Kottler <shk@redhat.com>2013-11-23 15:52:25 -0500
commit8eff3f56032b410f370018433294c7921f371fb5 (patch)
tree51e04af203be2204a2cbb4a2f8f2740d6749bdb3
downloadgoogle-compute-engine-packaging-8eff3f56032b410f370018433294c7921f371fb5.tar.gz
google-compute-engine-packaging-8eff3f56032b410f370018433294c7921f371fb5.tar.xz
google-compute-engine-packaging-8eff3f56032b410f370018433294c7921f371fb5.zip
Initial import of the directories and a gitignore
-rw-r--r--.gitignore3
-rw-r--r--gcimagebundle/README.md1
-rw-r--r--gcutil/README.md1
-rw-r--r--gsutil/README.md1
4 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9400c6b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.rpm
+*.py
+*.pyc
diff --git a/gcimagebundle/README.md b/gcimagebundle/README.md
new file mode 100644
index 0000000..b103705
--- /dev/null
+++ b/gcimagebundle/README.md
@@ -0,0 +1 @@
+Image Bundle is a python package that allows users to create an image from the current state of the running virtual machine.
diff --git a/gcutil/README.md b/gcutil/README.md
new file mode 100644
index 0000000..4646167
--- /dev/null
+++ b/gcutil/README.md
@@ -0,0 +1 @@
+gcutil is a command-line tool that is used to manage your Google Compute Engine resources.
diff --git a/gsutil/README.md b/gsutil/README.md
new file mode 100644
index 0000000..2092162
--- /dev/null
+++ b/gsutil/README.md
@@ -0,0 +1 @@
+gsutil is a Python application that lets you access Google Cloud Storage from the command line.