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
FUSS
octofuss-client
Commits
a7e425c7
Commit
a7e425c7
authored
Sep 19, 2012
by
Christopher R. Gabriel
Browse files
version bump, fixed fast timer that has been used for testing
parent
12e686e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a7e425c7
octofuss-client (6.0.1-1fuss1) precise; urgency=low
* Merged GIT without debugging timing
-- Christopher R. Gabriel <cgabriel@truelite.it> Wed, 19 Sep 2012 09:48:46 +0200
octofuss-client (6.0-1fuss1) precise; urgency=low
* Precise packaging
...
...
octofussclient/client.py
View file @
a7e425c7
...
...
@@ -33,10 +33,11 @@ class Parser(OptionParser):
self
.
print_help
(
sys
.
stderr
)
sys
.
exit
(
2
)
#AT_BOOT_AFTER = 60
#LOOP_EVERY = 60*15
AT_BOOT_AFTER
=
1
LOOP_EVERY
=
10
AT_BOOT_AFTER
=
60
LOOP_EVERY
=
60
*
15
#AT_BOOT_AFTER = 1
#LOOP_EVERY = 10
class
OctofussClient
(
object
):
package_command
=
'/usr/bin/apt-get'
...
...
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