Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiaowu Zhang
slapos.package
Commits
3d2c5b96
Commit
3d2c5b96
authored
Jan 11, 2013
by
Jean-Baptiste Petre
Committed by
Cédric de Saint Martin
Jan 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add autoupdate slappreapre
parent
babcb576
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
slapprepare/slapprepare/slapupdate.py
slapprepare/slapprepare/slapupdate.py
+3
-1
No files found.
slapprepare/slapprepare/slapupdate.py
View file @
3d2c5b96
...
@@ -37,7 +37,7 @@ import os
...
@@ -37,7 +37,7 @@ import os
import
subprocess
as
sub
import
subprocess
as
sub
import
sys
import
sys
import
tempfile
import
tempfile
import
autoupdate
# create console handler and set level to warning
# create console handler and set level to warning
ch
=
logging
.
StreamHandler
()
ch
=
logging
.
StreamHandler
()
...
@@ -269,6 +269,7 @@ def update_machine(config):
...
@@ -269,6 +269,7 @@ def update_machine(config):
else
:
else
:
logger
.
info
(
"We will now upgrade your packages"
)
logger
.
info
(
"We will now upgrade your packages"
)
update_software
()
update_software
()
autoupdate
.
do_update
else
:
else
:
if
config
.
last_upgrade
<
config
.
upgrade
:
if
config
.
last_upgrade
<
config
.
upgrade
:
# Purge repositories list and add new ones
# Purge repositories list and add new ones
...
@@ -282,6 +283,7 @@ def update_machine(config):
...
@@ -282,6 +283,7 @@ def update_machine(config):
else
:
else
:
logger
.
info
(
"We will now upgrade your packages"
)
logger
.
info
(
"We will now upgrade your packages"
)
update_software
()
update_software
()
autoupdate
.
do_update
else
:
else
:
logger
.
info
(
"Your system is up to date"
)
logger
.
info
(
"Your system is up to date"
)
...
...
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