Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
7a5333a8
Commit
7a5333a8
authored
Feb 06, 2012
by
Nikos Skalkotos
Browse files
Merge branch 'master' into debian
parents
5e4cb39b
44b1d96f
Changes
5
Hide whitespace changes
Inline
Side-by-side
snf-image-helper/ChangeLog
View file @
7a5333a8
2012-02-06, v0.3.2
2012-01-26, v0.3.1
* Fix a bug in the OS detection code
...
...
snf-image-helper/configure.ac
View file @
7a5333a8
AC_PREREQ(2.59)
AC_INIT(snf-image-helper, 0.3, synnefo@lists.grnet.gr)
AC_INIT(snf-image-helper, 0.3
.2
, synnefo@lists.grnet.gr)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
...
...
snf-image-host/ChangeLog
View file @
7a5333a8
2012-02-06, v0.3.2
* Make pithcat work with pithos v0.8.3
2012-01-26, v0.3.1
2011-01-12, v0.3
...
...
snf-image-host/configure.ac
View file @
7a5333a8
AC_PREREQ(2.59)
AC_INIT(snf-image, 0.3, synnefo@lists.grnet.gr)
AC_INIT(snf-image, 0.3
.2
, synnefo@lists.grnet.gr)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
...
...
snf-image-host/pithcat
View file @
7a5333a8
...
...
@@ -53,7 +53,7 @@ def print_size(backend, url):
"""Writes object's size to stdout."""
account
,
container
,
object
=
urlsplit
(
url
)
meta
=
backend
.
get_object_meta
(
account
,
account
,
container
,
object
)
meta
=
backend
.
get_object_meta
(
account
,
account
,
container
,
object
,
None
)
print
meta
[
'bytes'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment