summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-18 10:49:18 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-18 10:49:18 +0300
commit7174e091055e071a606a66fd01a610c859f353de (patch)
treeb6609ce69a0d4011d13da885ae46c3853791bee8
parentbe4b382a8f29aa5356cb73fdafc44ec841fbb2ae (diff)
downloadick2-7174e091055e071a606a66fd01a610c859f353de.tar.gz
Revert "Fix: get scopes for using Muck"
This reverts commit 2d1f31f63c8ce91e46c812e90b18966bcf28ff21.
-rw-r--r--NEWS2
-rwxr-xr-xicktool4
2 files changed, 0 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 6681666..8658d9b 100644
--- a/NEWS
+++ b/NEWS
@@ -24,8 +24,6 @@ Version 0.54+git, not yet released
files on the local file system. This is a necessary step for
isolation different users from each other.
-* Fix icktool to request the Muck scopes as well.
-
Version 0.54, released 2019-07-26
------------------------------------
diff --git a/icktool b/icktool
index e11202f..64b0793 100755
--- a/icktool
+++ b/icktool
@@ -67,10 +67,6 @@ class Icktool(cliapp.Application):
'uapi_blobs_id_get',
'uapi_blobs_id_put',
'uapi_notify_post',
- 'show',
- 'create',
- 'update',
- 'delete',
] + scopes_for_types(types)
def add_settings(self):