Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/grumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2014-04-15 16:31:42 +0400
committerMikkel Krautz <mikkel@krautz.dk>2014-04-15 16:31:42 +0400
commitef533d8f2b0cd6e9ce763df3e65b0ed2107d2ba7 (patch)
tree66344dcd7c26fff741c33dd253a70cba80574e4e
parent8302bb2b08d77f36da31f52b369270c95c953f9c (diff)
grumble: move grumble cmd to 'cmd/grumble' instead of the source tree root.
-rw-r--r--.gitignore2
-rw-r--r--README.markdown2
-rw-r--r--cmd/grumble/args.go (renamed from args.go)0
-rw-r--r--cmd/grumble/channel.go (renamed from channel.go)0
-rw-r--r--cmd/grumble/client.go (renamed from client.go)0
-rw-r--r--cmd/grumble/freeze.go (renamed from freeze.go)0
-rw-r--r--cmd/grumble/freeze_unix.go (renamed from freeze_unix.go)0
-rw-r--r--cmd/grumble/freeze_windows.go (renamed from freeze_windows.go)0
-rw-r--r--cmd/grumble/gencert.go (renamed from gencert.go)0
-rw-r--r--cmd/grumble/grumble.go (renamed from grumble.go)0
-rw-r--r--cmd/grumble/message.go (renamed from message.go)0
-rw-r--r--cmd/grumble/murmurdb.go (renamed from murmurdb.go)0
-rw-r--r--cmd/grumble/register.go (renamed from register.go)0
-rw-r--r--cmd/grumble/server.go (renamed from server.go)0
-rw-r--r--cmd/grumble/signal_unix.go (renamed from signal_unix.go)0
-rw-r--r--cmd/grumble/signal_windows.go (renamed from signal_windows.go)0
-rw-r--r--cmd/grumble/user.go (renamed from user.go)0
-rw-r--r--cmd/grumble/version.go (renamed from version.go)0
-rw-r--r--cmd/grumble/voicetarget.go (renamed from voicetarget.go)0
19 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 11a5368..c75f2e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-grumble
+cmd/grumble/grumble
.DS_Store
*.[568ao]
*.ao
diff --git a/README.markdown b/README.markdown
index 3ae602c..7db25bc 100644
--- a/README.markdown
+++ b/README.markdown
@@ -24,6 +24,6 @@ and on Windows, do something like this (for cmd.exe):
Then, it's time to install Grumble. The following line should do the trick:
- $ go get mumble.info/grumble
+ $ go get mumble.info/grumble/cmd/grumble
And that should be it. Grumble has been built, and is available in $GOPATH/bin as 'grumble'.
diff --git a/args.go b/cmd/grumble/args.go
index 28573f5..28573f5 100644
--- a/args.go
+++ b/cmd/grumble/args.go
diff --git a/channel.go b/cmd/grumble/channel.go
index b6056f3..b6056f3 100644
--- a/channel.go
+++ b/cmd/grumble/channel.go
diff --git a/client.go b/cmd/grumble/client.go
index 7ddc122..7ddc122 100644
--- a/client.go
+++ b/cmd/grumble/client.go
diff --git a/freeze.go b/cmd/grumble/freeze.go
index 4ab0203..4ab0203 100644
--- a/freeze.go
+++ b/cmd/grumble/freeze.go
diff --git a/freeze_unix.go b/cmd/grumble/freeze_unix.go
index d093b43..d093b43 100644
--- a/freeze_unix.go
+++ b/cmd/grumble/freeze_unix.go
diff --git a/freeze_windows.go b/cmd/grumble/freeze_windows.go
index c785591..c785591 100644
--- a/freeze_windows.go
+++ b/cmd/grumble/freeze_windows.go
diff --git a/gencert.go b/cmd/grumble/gencert.go
index 4c2bb30..4c2bb30 100644
--- a/gencert.go
+++ b/cmd/grumble/gencert.go
diff --git a/grumble.go b/cmd/grumble/grumble.go
index 1f410fe..1f410fe 100644
--- a/grumble.go
+++ b/cmd/grumble/grumble.go
diff --git a/message.go b/cmd/grumble/message.go
index 84f2dfd..84f2dfd 100644
--- a/message.go
+++ b/cmd/grumble/message.go
diff --git a/murmurdb.go b/cmd/grumble/murmurdb.go
index a3a5116..a3a5116 100644
--- a/murmurdb.go
+++ b/cmd/grumble/murmurdb.go
diff --git a/register.go b/cmd/grumble/register.go
index 553e32b..553e32b 100644
--- a/register.go
+++ b/cmd/grumble/register.go
diff --git a/server.go b/cmd/grumble/server.go
index 83690c6..83690c6 100644
--- a/server.go
+++ b/cmd/grumble/server.go
diff --git a/signal_unix.go b/cmd/grumble/signal_unix.go
index 10b384d..10b384d 100644
--- a/signal_unix.go
+++ b/cmd/grumble/signal_unix.go
diff --git a/signal_windows.go b/cmd/grumble/signal_windows.go
index becf18a..becf18a 100644
--- a/signal_windows.go
+++ b/cmd/grumble/signal_windows.go
diff --git a/user.go b/cmd/grumble/user.go
index f922efb..f922efb 100644
--- a/user.go
+++ b/cmd/grumble/user.go
diff --git a/version.go b/cmd/grumble/version.go
index b4c5f2c..b4c5f2c 100644
--- a/version.go
+++ b/cmd/grumble/version.go
diff --git a/voicetarget.go b/cmd/grumble/voicetarget.go
index d868b9b..d868b9b 100644
--- a/voicetarget.go
+++ b/cmd/grumble/voicetarget.go