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
414681a1
Commit
414681a1
authored
13 years ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
version 1
parent
4d6a5c4c
No related branches found
Branches containing commit
Tags
v1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+74
-3
74 additions, 3 deletions
debian/changelog
installsystems/__init__.py
+1
-1
1 addition, 1 deletion
installsystems/__init__.py
with
75 additions
and
4 deletions
debian/changelog
+
74
−
3
View file @
414681a1
installsystems (1
-dev
) unstable; urgency=low
installsystems (1) unstable; urgency=low
* version 1 dev package.
Aurélien Dunand
Fix typos
Config filename must be a file
Missing parenthesises
-- Sebastien Luttringer <sebastien.luttringer@smartjog.com> Wed, 08 Jun 2011 12:30:02 +0200
Seblu (66)
Initial Commit
Add isimage binary and its module classes
Add isrepo and update common classes
Add isinstall and update common classes
isinstall update local cache only with -u
installsystems version is option -V not -v
isinstall can install local package
Introduce new module tools
Better detection of image name type
move md5sum into tools module
Fix bad deferencing in directory in /data of image
Generic improvment. Too many things to tell.
Fix stupid errors in tools module
Add tarfile from python 2.7
Fix repository deletion
Add config file
Add image data when running scripts
Remove pyxdg dependency
Allow chmod et chown, chgroup in repository config
Adding md5 of script tarball in repository
Improve remote cache. Http transport enabled
Add python 2.7 argparse in installsytems
Add timeout paramter to isinstall
Add configuration samples
isimage doesn't fail if image directory partially exists
Add required in default parser template
selecting of repo in isrepo is smarter
try..cactch in run scripts
Add extractdata method, which is an helper to extract content of tarball data
Compression is now gzip
script in tarball have now rights 755
Introduce RepositoryManager and extractdata
Donwloading image from repository verify md5
Add debian packaging
Change db format to sqlite3
Extract data compute name correctly
cleaning import
Introduce Payload
Keep global dict between parser and setup
arrow can be called without level and verbose
fix typo
script name must match the following regex \d+-.*\.py
Improve script execution
Improve arrow and printer
Fix downloading of all payloads to compute md5 when it's not needed
Adding script is now done one by one and not recursively
Check scripts syntax (by compiling) before adding
fix bad image file building
function name typo
New configuration style
Delete tarfile. We now don't use feature of last version
Add/Delete package in repository
handle db add in repo add
add message to explain which version is installe
Update makefile to easy publish
fix config file loading
Fix debian packaging
No more custom action to set debug and quiet mode
Merge command line tools into one
add a symlinks to is nammed installsystems
change installsytems default config file
Fix traceback cause to a debug message
fix config loading issue caused by argparse append
install command now use common loading repositories
Fix bad caching selection and disabling
Remove usage on error
-- Sebastien Luttringer <sebastien.luttringer@smartjog.com> Tue, 05 Jul 2011 18:04:07 +0200
This diff is collapsed.
Click to expand it.
installsystems/__init__.py
+
1
−
1
View file @
414681a1
...
...
@@ -7,7 +7,7 @@ InstallSystems module
'''
canonical_name
=
"
installsystems
"
version
=
"
1
-dev
"
version
=
"
1
"
debug
=
False
quiet
=
False
...
...
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