Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
installsystems
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Seblu
installsystems
Commits
f922bcd1
Commit
f922bcd1
authored
13 years ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
cleaning import
parent
b7846669
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
bin/isimage
+1
-1
1 addition, 1 deletion
bin/isimage
bin/isinstall
+1
-1
1 addition, 1 deletion
bin/isinstall
bin/isrepo
+1
-1
1 addition, 1 deletion
bin/isrepo
installsystems/database.py
+0
-1
0 additions, 1 deletion
installsystems/database.py
installsystems/tarball.py
+0
-4
0 additions, 4 deletions
installsystems/tarball.py
with
3 additions
and
8 deletions
bin/isimage
+
1
−
1
View file @
f922bcd1
...
...
@@ -9,8 +9,8 @@ InstallSystems Image Manipulation Tool
import
os
import
time
import
datetime
import
argparse
import
installsystems
import
installsystems.argparse
as
argparse
# To remove when default to python 2.7
from
installsystems.printer
import
*
from
installsystems.image
import
SourceImage
...
...
This diff is collapsed.
Click to expand it.
bin/isinstall
+
1
−
1
View file @
f922bcd1
...
...
@@ -9,9 +9,9 @@ InstallSystems Installation Tool
import
os
import
time
import
datetime
import
argparse
import
installsystems
import
installsystems.tools
as
istools
import
installsystems.argparse
as
argparse
# To remove when default to python 2.7
from
installsystems.printer
import
*
from
installsystems.repository
import
RepositoryManager
,
RepositoryConfig
from
installsystems.image
import
PackageImage
...
...
This diff is collapsed.
Click to expand it.
bin/isrepo
+
1
−
1
View file @
f922bcd1
...
...
@@ -7,8 +7,8 @@ InstallSystems Repository Manipulation Tool
'''
import
os
import
argparse
import
installsystems
import
installsystems.argparse
as
argparse
# To remove when default to python 2.7
from
installsystems.printer
import
*
from
installsystems.repository
import
Repository
,
RepositoryConfig
from
installsystems.image
import
PackageImage
...
...
This diff is collapsed.
Click to expand it.
installsystems/database.py
+
0
−
1
View file @
f922bcd1
...
...
@@ -9,7 +9,6 @@ Database stuff
import
json
import
os
import
shutil
import
tarfile
import
cStringIO
import
sqlite3
import
installsystems.tools
as
istools
...
...
This diff is collapsed.
Click to expand it.
installsystems/tarball.py
+
0
−
4
View file @
f922bcd1
...
...
@@ -11,10 +11,6 @@ import time
import
tarfile
import
StringIO
import
re
# Use tarfile from python 2.7 which include filter parameter in add method.
# This is really needed to filter an modify tarball content on the fly.
# Should be removed when python 2.7 will be the minimum python version
from
installsystems
import
tarfile
class
Tarball
(
tarfile
.
TarFile
):
def
add_str
(
self
,
name
,
content
,
ftype
,
mode
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment