forked from Linutronix/elbe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
754 lines (754 loc) · 35.3 KB
/
ChangeLog
File metadata and controls
754 lines (754 loc) · 35.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
* buildchroot: make errors user readable
* buildchroot: don't require -o parameter
* add preferences.mako again
* update README file
* remove 'elbe create' stuff from debianization
* update changelogs for beta4
* version bump - beta4
* elbe-bootstrap: update path of files
* initrdpack: use /var/lib/elbe instead of /var/cache/elbe
* update debian binary package descriptions
* replace opt/elbe by var/cache/elbe
* remove 'elbe create' and unused make templates
* Merge remote-tracking branch 'origin/devel/stefan/projectmanager' into devel/manut
* Merge remote-tracking branch 'origin/devel/stefan/fixes' into devel/manut
* ProjectManager: Add permission checks for open/del
* ProjectManager: Write log files to builddir
* Add a ProjectManager for open projects
* Add AsyncBuilder class for background builds
* db: Add get_user_data to query user details
* db: Add modify_user
* db: Implement user deletion
* db:add_user: Raise ElbeDBError on non-unique name
* db: Add id to UserData
* db: Add list_projects_of
* db: Add get_owner_id to query for project owner
* db: Add an action to create new users
* db: Save owner for new projects
* Write repomanager output to log object
* dbaction: Add missing return to ResetProjectAction
* db.load_project: Add optional logpath parameter
* db: Add get_project_data, is_build_in_progress, get_username
* AsciiDocLog: Use only line buffering
* Merge remote-tracking branch 'origin/devel/stefan/dbclass' into devel/manut
* do_hdimg: always return an initialized list object
* only write fstab is <fstab> node is in xml:
* fix help msg. elbe chroot is not elbe mount
* fix comments in xml examples
* v0.7.0~beta3
* fix fstab creation
* updated.xml: use public mirrors and add initvm node
* powerpc.xml: add initvm node
* mini-weezy-nfsroot.xml: add initvm node
* mini-ubi.xml add initvm node
* remove mini-squeeze-nfsroot.xml example
* hdimage-grub.xml add init-vm node
* elbe-desktop: add init-vm node
* elbe-init.xml use public available mirrors
* beaglebone-black.xml: use public available mirrors
* extract_targetfs create /dev directory
* remove tailing whitespaces and newlines
* targetfs: create fstab
* buildchroot: print error if db save failed
* examples/beaglebone-black: use armhf rt kernel
* example/beaglebone-black: add linux-image
* db: Add an owner column to the project table
* db: Split get_logindata
* print error msg if elbe-bootstrap is not on mirror
* elbe chroot: fix missing userinterpr
* docs: add new graphics
* add elbe-init section and switch to armhf
* elbe-init: check if initvm section is available
* db: Don't use db queries outside the session_scope
* Merge remote-tracking branch 'origin/devel/stefan/fixes' into devel/manut
* ElbeProject: Perform trivial initialisation first
* db: Reject del_project if build in progress
* db: Make create_project thread-safe
* db: Fix needs_rebuild => needs_build
* db: Only allow get_files for built projects
* db: Reject set_xml when project is being built
* db: Use scoped_session instead of plain session
* db: Merge login-related code into one function
* db: Fix user management functions
* hdimg: return empty img list if no img is defined
* Merge remote-tracking branch 'origin/devel/stefan/dbclass' into devel/manut
* elbeproject: stop init if buildenv isn't available
* db: Implement reset command
* db: Use python-passlib to check user passwords
* move elbe_version creation
* buildchroot: switch to db class
* db/init_db: Fix typo
* db: Rework error handling, close session when idle
* db: Split build_project
* don't crash if no url-list is given
* dbaction: tab -> space conversion
* Merge remote-tracking branch 'origin/devel/stefan/dbclass' into devel/manut
* add templates.py to elbe-common.install
* add missing py scripts to debian/*.install
* Merge remote-tracking branch 'origin/devel/stefan/fixes' into devel/manut
* db: Add unique constraint to User.name
* db: Make a class out of the code in db.py
* commands/db: Remove unneccessary import
* ElbeProject: Add missing ValidationError import
* add elbepack.daemons to setup.py
* add an example to test powerpc
* updated: more verbose logging
* updated: also log to syslog if availabe
* split dbactions and db code
* db - save_project: store ElbeProject:xml as source.xml
* Merge remote-tracking branch 'origin/devel/stefan/elbeproject' into devel/manut
* set buildtype = amd64 in elbe-init.xml
* fix typo in db.py
* ElbeProject: Change into new-style class
* ElbeProject: Only clean builddir/target on build
* ElbeProject: Add set_xml to change XML file
* db: add status to Project table
* wsgi daemon: cast port to int
* elbeproject: copy initvm node, handle validation error
* elbe db: implement the subcommands
* db: project - use builddir as primary key
* add database support
* Merge remote-tracking branch 'origin/devel/stefan/elbeproject2' into devel/manut
* Add get_rpcaptcache method to ElbeProject
* Merge remote-tracking branch 'origin/devel/stefan/elbeproject2' into devel/manut
* add a 'elbe daemon' command
* commands/gen_update: Use ElbeProject
* Merge remote-tracking branch 'origin/devel/stefan/elbeproject2' into devel/manut
* ElbeProject: Fix typo targetfspath -> targetpath
* commands/hdimg: Use ElbeProject class
* commands/hdimg: Add missing import for sys.exit
* commands/mkcdrom: Use ElbeProject
* commands/buildsysroot: Use ElbeProject class
* Create log object in ElbeProject constructor
* Merge remote-tracking branch 'origin/devel/stefan/elbeproject2' into devel/manut
* Merge remote-tracking branch 'origin/devel/torbenh/noguid' into devel/manut
* commands/chroot: Use ElbeProject class
* ElbeProject: Add further attributes
* Construct ElbeXML object in ElbeProject
* commands/buildchroot: Use the ElbeProject class
* Add new class ElbeProject
* rfs: add support for preseeds using preseed_to_text function
* templates: implement preseed_to_text function
* rfs: remove private write_template function and use elbepack.templates
* rfs: /etc/apt/sources.list was using decimal 644 rights. use octal
* templates: add write_pack_template()
* elbexml: fix initvm node generation in case of error...
* Merge remote-tracking branch 'origin/devel/stefan/doc' into devel/manut
* templates: add get_initvm_preseed() and use that in commands/init.py
* templates: add missing imports
* genlicence: Fix typo in --output option
* docs: Add man page for elbe updated
* docs/elbeoverview-en.txt: Architecture updates
* dbsfed.xsd: remove buildimage and add pkg-list to <initvm />, docs fixes
* dbsfed.xsd: add size element to <initvm />
* dbsfed.xsd: remove name version and description from <initvm />
* dbsfed.xsd: copy project complex type to initvm
* init preseed.cfg: add pkgs and preseed items to preseeding
* commands/init: add pkgs and preseed to template struct
* commands/buildchroot: cleanup unused helper functions
* elbepack: isolate template functions into elbepack/templates.py and use em
* docs/emu-process.dia fixes
* docs: Update all squeeze references to wheezy
* docs: Add man page for elbe setsel
* docs: Add man page for elbe gen_update
* docs: Add man page for elbe genlicence
* commands/buildchroot: manage initvm node in source.xml
* elbexml: Add code to copy the initvm from another xml file
* treeutils: add set_child_position() method
* examples/elbe-init.xml: use <initvm> tag
* pkgutils: change copy_kinitrd() so that we only need the prj node
* dbsfed.xsd: Add <initvm /> node which is basically a copy of project
* rfs: remove now obsolete XXX comment about cdrom
* Merge remote-tracking branch 'origin/devel/stefan/doc' into devel/manut
* docs: Add man page for elbe check_updates
* docs: Add man page for elbe buildsysroot
* update .gitignore file
* hdimg: don't crash if path to move doesn't exist
* fix typo
* hdimg: don't crash if files don't exist
* fix minimal python version in debian src package
* beaglebone-black.xml revert changes
* docs: Add man page for elbe buildchroot
* Merge remote-tracking branch 'origin/devel/stefan/doc' into devel/manut
* cdroms: remove "with rfs:" from the mk_*_cdrom() functions
* cdroms: add log parameter to mk_binary_cdrom() and mk_source_cdrom()
* commands/buildchroot: use with buildenv: again
* rfs: isolate cdrom mounting into own functions.. debootstrap and __enter__
* elbexml: fix the cdrom mirror codes
* rfs: mount cdrom in BuildEnv.__init__()
* commands/buildchroot: build cdroms again
* cdroms: allow xml to be None in mk_binary_cdrom()
* cdroms: add target parameter, and make us of it in commands/mkcdrom.py
* repomanager: add buildiso method
* docs: Rework overview diagrams for buildchroot
* elbe-init: Makefile remove all target python list
* docs: Add man page for elbe init
* version bump: 0.7.0~beta2
* fix files-to-extract
* Makefile: remove cpio and tar.gz target files handling
* TargetFs: add new member variable images
* docs: Add man page for elbe mkcdrom
* docs: Add man page for elbe hdimg
* rework debian packaging
* docs: Add man pages for sign/remove_sign
* docs/elbe-get_archive.txt: Fix title
* docs: Add man page for elbe-chroot.txt
* docs: Add man page for elbe pkgdiff
* docs/elbe.txt: Update command list
* lintian fix: invalid changelog
* lintian: ignore warnings about using git pkg format
* update last changelog entry
* fix lintian: ancient-standards-version
* fix lintian: debhelper-but-no-misc-depends
* fix lintian: native-package-with-dash-version
* add Makefile target for unsigned packages
* fix unused substitution variable ${python:Depends}
* fix lintian: elbe-common: binary-without-manpage usr/bin/elbe
* fix lintian: wrong-section-according-to-package-name
* lintian fix: elbe-updated: extended-description-is-empty
* lintian fix: helper-templates-in-copyright
* update debian/copyright file to make lintian happy
* Makefile: add lintian to deb target
* add docs/manpage-base-url.xsl to gitignore
* fix lintian: wrong-bug-number-in-closes l212:#nnnn
* fix lintian: diff-contains-git-control-dir .git
* rfs: in seed_etc() add elbe-daemon in /etc/hosts so that hostname -f works
* commands/buildchroot: seed_etc() needs to run, before we install pkgs
* elbeoverview-en: Fix callouts
* commands/mkcdrom: add options for source and binary cdroms
* cdroms: binary cdroms properly split debootstrap and normal
* aptpkgutils: fix constructor for XMLPackage
* finetuning: use log.chroot, where applicable
* create, init: Make use of NoKinitrdException
* pkgutils: improve Exception handling, add specific NoKinitrdException
* rfs: when <noauth/> is specified also run debootstrap with --no-check-gpg
* add powerpcspe
* cdroms: abstract cdrom generation into own module and use it in comands/mkcdrom
* dbsfed.xsd: add the new finetuning commands to xsd
* elbexml: fix get debootstrappkgs_from() function
* elbexml: fix typo in clear_debootstrap_pkglist()
* finetuning: add mknod action
* buildchroot: fix the copy madness of the debootstrappkgs
* filesystem: fix tighten and diet mode in extract_target()
* finetuning: subprocess.Popen doesnt work with chroot stuff
* filesystem: in diet/tighten codepaths, fix makedirs() calls to mkdir*()
* finetuning: catch CommandError in finetuning actions
* dbsfed.xsd: put debootstrappkgs to the proper position
* finetuning: add more Finetuning actions
* filesystem: improve enter/leave_chroot() tracking, better umounts
* aptpkgutils: provide self to PackageBase.__init__()
* rpcaptcache: Add noauth and norecommend parameters to rpcaptcache
* examples elbe-init: correct primary_host
* rpcaptcache: allow downloading specific versions
* aptpkgutils: add XMLPackage and create PackageBase
* commands/genlicence: initial version of command generating licence.txt
* repomanager: with importdsc also specify section misc
* filesystem: change write_licenses() to accept logfile param
* debianreleases: add missing ,
* commands/mkcdrom: print version numbers of errored packages
* filesystem: dont even chroot, when self.path == '/'
* debianreleases: Add ubuntu releases, mapping to themselves
* dbsfed.xsd: move debootstrapkgs node to the proper place
* init preseed: try out, whether elbe init also works with ext3
* buildchroot: cleanup and some comments
* buildchroot: add support for debootstrap packages
* mkcdrom: First version only building source repos
* repomanager: Refactor things, to allow more RepoTypes
* dump: dont catch all exceptions in dump_fullpkgs()
* dump: Add dump_debootstrappkgs()
* filesystem: add glob method, for filename globbing lists
* filesystem: skip mounts when path == '/' allows working on host
* dbsfed.xsd: Add debootstrappkgs node to schema
* aptpkgutils: improve the origin field
* elbexml: add methods to handle debootstrappkgs. similar to fullpkglist
* debianreleases: Initial commit, allows to map codenames to suite and vv
* rfs: Add fresh_debootstrap flag to BuildEnv
* rpcaptcache: add methods to download packages
* treeutils: remove elem.clear() its already in ebase
* treeutils: Add method to copy xml nodes around
* CommandError: fix unknown variable p
* hdimg: fix for nicer logfile
* filesystem: use self.xml instead of xml
* commands/buildchroot: catch only MemoryError exceptions, where xml is written
* asciidoclog: use shellhelper and now throw CommandError not commanderror
* shellhelper: first version of shellhelper
* commands/buildsysroot: initial commit of buildsysroot command
* commands/chroot: initial commit of elbe chroot command
* xmldefaults: add triplet key to defaults
* asciidoclog: add LogBase and add StdoutLog and StderrLog
* elbe-init: add --guiport parameter
* rfs.py: fix bug in inital run
* some whitespace/newline fixes
* remove unused old code
* replace some os.system calls by log.do
* Finetuning: add command action
* Buildenv: remove host_arch member variable
* filesystem: only disable daemons in buildenv
* cleanup: mount/umount chroot code
* xmldefaults: don't use sys.exit
* remove unused code
* BuildEnv: write /etc/apt/preferences file
* RPCAPTCache: set noninteractive DEBIAN_FRONTEND
* BuildEnv: catch exception if dump_elbeversion fails
* buildchroot: catch exception from apt cache
* buildchroot: log failures on xml writes
* add elbepack/init/*mako to setup.py data
* add elbe init mako templates to elbe debian package
* add elbe init to elbe debian package
* debootstrap: set arch for non foreign debootstrap
* buildchroot: handle exceptions if working with apt cache
* commands/hdimg: dump old code, and use the new code from elbepack.hdimg
* filesystem: allow creation of TargetFS object from already existing one
* pkgutils: fix missing import urllib2
* hdimg: fix typo missing )
* dbsfed.xsd: Make mtd and ubinize accept part_size style sizes
* hdimg: check for images before iterating over them, in do_hdimg()
* hdimg: implement generation of ubinize cfg files in python
* init/Makefile: add SMP?=`nproc` so that vm is running on all cores
* finetuning: implement mkdir, cp, mv
* buildchroot: import ValidationError
* rpcaptcache: add a notifier
* version bump
* version bump
* update the updated test readme
* beaglebone-black.xml: add elbe-updated support
* buildchroot/updated: add support to revert 1st update
* test/updated: don't crash if now snapshots available
* test/updated: monitor listens on all interfaces
* elbe-init: fix mirror section
* dump_elbeversion: add newlines
* updated: fix snapshots name extraction
* updated: use makedirs to create /opt/elbe/updates
* elbexml: flush archive file
* fix debian packaging
* add first version of test README
* elbe-init: add openssh-client to initial vm
* packaging: adding modules required by elbe-daemon
* virtapt: add missing import
* updated: add commandline arguments for host and port
* updated: improve logging
* updated: add (optional) gpg support
* test/updated: simplify --debug use
* gpg: remove destination path again
* updated: cleanup log calls
* rem_sign: cleanup
* gpg: enable to set destination path
* gpg: make code better readable
* updated: enable termination by signal and ctrl+c
* updated: cleanup status monitorung
* elbe sign: split command and code
* test/updated: enable shutdown of test application
* updated: add init script for updated
* updated: enable status monitoring via soap itf
* test/updated: add --debug switch
* test/updated: ignore warnings raised by python-soaplib
* update .gitignore
* add a test for the upated soap interface
* updated: add soap interface
* gen_update: remove get_filename call
* updated: fix initialization of apt cache
* updated: remove unneeded slash in repo url
* updated: fix unzip of an update archive
* updated: source.xml in the context of an update is called new.xml
* updated: cache.update needs some arguments
* updated: use apt.cache.Cache to iterate over all packages
* updated: use str compare for version compare
* updated: keyword args are not supported by python-apt in wheezy
* updated: fix naming of sources.list.d file
* aptprogress: add to elbe-common
* gen_update: rename update.zip into <project>_<version>.upd
* gen_update: strip 'update' directory from zip file
* gen_update: also add newly installed packages to update
* debian: updated package contents fixed
* remove dump.py from elbe-daemon debian package
* remove createtargetrfs.py from debian package
* add example for updated
* cleanup
* updated: implement apt cache actions
* updated: use pyinotify instead of watchdog and unzip update
* gen_update: generate zip archive of the update
* gen_update: use repomanager.Repo class
* gen_updates: generate fullpkgs list in new.xml from cache
* gen_update: only inlcude all packages, when --debug is specified
* ziparchives: add first implementation of create_zip_archive()
* repomanager: add first implementation of a reprepro managed package repo
* updated: create skeleton
* gen_update: first version of implementation of gen_update command
* aptpkgutils: include architecture in APTPackage class
* rpcaptcache: fix compare_versions which has been broken
* hdimg: fix pylint warning about type
* rpcaptcache: add method to compare debian versions
* dump: use new finetuning module, and stop generating report from buildenv
* finetuning: First implementation of pythonized finetuning
* elbexml: add node method to ElbeXML
* pkgutils: Fix pylint warning about unspecified Exception
* .pylintrc: Add default pylintrc generated with pylint --generate-rcfile
* .gitignore: Add tags
* updated: remove unused imports
* examples/hdimage-grub: Add kernel package
* buildchroot: seed_etc() needs userinterpreter, so move inside the with block
* buildchroot: reactivate the cache update, because it is fixed now.
* rfs: move userinterpreter install/remove to BuildEnv.__enter__ / __exit__
* filesystem: create tar.gz archive
* builchroot: when grub-pc is not availabel dont try to install grub on hd
* hdimg: Add skip_grub parameter, for cases where grub is not installed
* hdimg: remove unused var fslabe in build_image_mtd()
* filesystem: yield paths prefixed with / in walk_dirs()
* filesystem: when using the InChRoot also change workingdir into the chroot
* rpcaptcache: pass cache architecture, when creating the cache
* rpcaptcache: make is_installed work on not existing packages
* commands/createtargetrfs: Remove createtargetrfs command
* commands/dump: Remove elbe dump command
* buildchroot: implement package validation and dump fullpkglist
* rpcaptcache: Add methods for package validation
* dump: port check_full_pkgs() from elbepack.commands.dump
* elbepack: remove exceptions.py and expect.py
* treeutils: make self.et an attribute of ebase,
* hdimg: import string -> from string import digits
* remove_sign: Make variables declared as classmembers objectmembers
* remove_sign: Clean unused imports
* elbepack: Call Exception.__init__() when deriving
* elbepack: clean unused imports
* aptprogress: Fix error in whitepsace correction
* elbepack: remove occurrences of unnecessary semicolons reported by pylint
* elbepack: Fix all whitespace indentation complaints from pylint
* examples hdimg-grub: need to install grub-pc package now.
* buildchroot: make use of the new modules
* filesystem: make part_target() use the new hdimg module
* rfs: Add seed_etc() function to BuildEnv Class
* fstab: Fixed do_command() to do() for new ASCIIDoclog
* hdimg: converted elbepack.commands.hdimg to the new style
* dump: Converted elbepack.commands.dump to the new style
* filesystem: In full copy mode, we can now do a real full copy
* filesystem: Add comment about dump_elbeversion()
* filesystem: Remove extract_some_files()
* filesystem: Add some methods used in elbe dump
* filesystem: Allow to prefix fname() param with /
* filesyste: fix typo in copy_filelist()
* elbexml: Add more support methods
* elbexml: fix missing conversion from project -> self.prj
* elbexml: Add support for skip_validate in Constructor
* rpcaptcache: Add get_installed_pkgs() and get_fileindex()
* rpcaptcache: create APTPackage class and use that for return values
* suffix/prefix config file for the resulting images or update names will be removed from git
* rfs: add missing slash
* rfs: use is_cross function
* elbexml: implement is_cross function
* persistency: Add Baseclass for persistency managed objects
* rpcaptcache: make proper use of aptpkgutils and fix pkgstates and deps
* aptpkgutils: Add utils for working with apt caches, dont clutter rpcaptcache
* rfs: Add __enter__/__exit__ methods to BuildEnv
* rpcaptcache: fixup for new filesystem semantics
* filesystem: separate enter_chroot() and mount()
* rpcaptcache: Add first version of rpcaptcache
* aptprogress: add missing import os
* reset debian changelog to a wheezy release
* filesystem: fix some left behinds from enter_chroot()
* filesystem: import elbe_version
* rfs: fixup destructor
* rfs: import multiprocessing Pipe
* rfs: also write elbe_version for non-cross debootstrap
* elbexml: fixup create_apt_sources with cdrom path
* filesystem: fix open() not taking mode param
* rfs: more fixes for debootstrap implementation
* rfs: import BuildImgFS
* rfs: fixup initialise_dirs
* filesystem: allow ChRootFilesystem.__init__ with only 2 args
* elbexml: fix typo defs -> self.defs
* elbexml: fixup ValidationError exception
* rfs: fixup debootstrap function a bit
* rfs, filesystem: The mount and chroot stuff belongs into a separate class
* rfs: use allow_fail of asciidoclog.do() in BuildImg.umount()
* rfs: split BuildEnv into 2 classes
* filesystem: move dump_elbeversion() from TargetFs to Filesystem
* rfs, elbexml: move get_primary_mirror() and reate_apt_sources_list() to xml
* rfs, filesystem: move simple operations to filesystem
* rfs: switch to new InChroot api...
* rfs: switch InChroot object to use multiprocessing.Pipe()
* aptprogress: isolate ElbeProgress from rfs.py into their own file
* rfs: move enter_chroot() and friends from InChroot into the RFS class
* filesystem, createtargetrfs: more refactoring
* createtargetrfs: use the extracted code modules
* Add elbepack.elbexml and elbepack.filesystem modules
* first try to run chroot code in fork
* elbe-init: try to fix files-to-extract
* hdimg.py fix import of fstab module
* fix imports in commands directory
* dump.py fix imports broken by command split
* debian-packaging: make elbepack/common a python-package
* fix etree import in createtargetrfs.py
* rfs - commit_changes: reopen cache after commmit
* rfs - ElbeInstallProgress: remove unnecessary overloaded functions
* packaging: Fix *.install files elbepack.commands and also mention in setup.py
* validate: split validate command from validate implementation
* move all elbe subcommands into elbepack.commands and make ./elbe scan that
* rfs: fix InstallProgress Mess
* init: Dont run elbe buildchroot in init step, when no <target> node exists
* init: unset envvars from installer resulting in hangs during buildchroot
* rfs: avoid deamons to start in chroot
* rfs: simplify file creation
* rfs: switch back to default progress monitoring
* rfs - acquireProcess: fix return value
* rfs: fix typo
* rfs: fix string conversion
* rfs: ElbeInstallProgress - use base.InstallProgress
* rfs: code cleanup
* rfs - add_pkgs: make adding packages more robust
* rfs - check_update: simplify version checker
* rfs: use own Progress Implementations
* implement dump_xml
* rfs: coding style fixup
* rfs: implement helper for elbe check_updates
* rfs: automatically add packages from pkg-list
* rfs: implement apt-get upgrade functionality
* rfs: implement 'apt-get autoremove' functionality
* rfs: implement remove_pkgs
* rfs: add function to add packages to an existing rfs
* rfs: improve chroot functionality
* rfs: coding-style fixups
* rfs: implent get_pkg_list
* rfs: implement functions to execute python code in the chroot
* use ASCIIDocLog class in adjustpkgs
* rfs.py initial import
* ASCIIDocLog: move commanderror class from buildchroot
* asciidoclog: import os
* asciidoclog: fix indent
* cleanup do_command / do_chroot usage
* asciidoclog: move class in asciidoclog.py
* check_updates.py: remove newline on end of file
* elbe-init: add debug option
* createtargetrfs: use reflink also for the whole copy
* createtargetrfs: redo the file list for tigh diet mode
* buildchroot umount binfmt_misc
* createtargetrfs: merge the common file list code
* elbe: dann run_command once
* elbe: add missing run_command
* show: fix the elbe show command
* setup.py: don't copy the the examples into to elbe
* setup.py: redo example inclusion
* createtargetrfs: check :arch files in thight case as well
* createtargetrfs: don't fail if can't create /proc in target
* create-target-rfs: add a root prefix
* createtargetrfs: create the file lists with a little less shell magic
* createtargetrfs: shrik the if archive part
* createtargetrfs: use the target argument in a few more places
* createtargetrfs: redo a few functions in python, mainly the license thingy
* buildchroot: add binfmt-support dependency
* mkcdrom: fix LOCALMACHINE usage
* createtargetrfs: remove a space in filename
* new command: elbe-init
* createtargetrfs: missing the -t argument is not okay
* convert create-target-rfs from shell mako to python
* create-target-rfs: don't build packages from here
* buildchroot: use full name for the directory
* adjpkgs: update TODO about internal package management
* adjustpkg: cleanup code to be more reusable
* revert e4a35eef25c40c55e8e45978887dcde915ce550c
* adjustpkgs: enable deletion of autoremoveable packages
* adjustpkgs: fix xml.has call
* adjpkgs: simplify basic package list
* move elbe-adjustpkg in an own debian binary package
* example cleanup
* virtapt: remove debug print
* new command: elbe-init
* provide more xmldefaults
* package adjustpkg in seperate debian package
* buildchroot: use 10.0.2.2 for LOCALMACHINE
* xmldefaults: fix whitespace damage
* adjpkgs: update TODO about internal package management
* adjustpkg: cleanup code to be more reusable
* revert e4a35eef25c40c55e8e45978887dcde915ce550c
* buildchroot: remove adjustpkgs.py copy
* adjustpkgs: enable deletion of autoremoveable packages
* adjustpkgs: fix xml.has call
* fix typo in adjustpkg call
* remove mkisofs dependency
* adjpkgs: simplify basic package list
* move elbe-adjustpkg in an own debian binary package
* adjustpkgs: mark "unknown" packages as auto instead of deleting them
* buildchroot: remove some files some /opt and install elbe-daemon
* updated: hardcode a config
* update elbe-daemon dependencies in debian/control
* be aware of 80 char/line in debian/control
* buildchroot: remove some files some /opt and install elbe-daemon
* buildchroot: remove one / while creating the sources.list
* run the clean rule in docs/
* elbe-common: add missing .py files required by elbe buildchroot
* elbe-buildchroot: add build-deps
* import elbe-updated code
* package elbe buildchroot
* update amd64 example to use wheezy instead of sid
* fix debian package contents
* add debian sid build 0.6.0
* add beaglebone-black example
* wheezy build
* fix file modes
* improve elbe debian packaging
* update THANKS file
* add python-pyme dependency
* Add sign and remove_sign functionality
* add a desktop example
* fix diet mode for wheezy
* add version.py to build chroot dir
* elbe-diff: fix usage output
* fix check_updates to work with LOCALMACHINE
* Merge branch 'master' of ssh://lxcvs/linutronix/elbe/elbe
* update schema: add devpts to filesystem list
* Merge remote-tracking branch 'origin/devel/torbenh/devel'
* enable LOCALMACHINE for primary_host
* check_updates: Fix xmldefaults not being initialised and used properly
* set debian source format
* add apt.conf.mako
* fix use of LOCALMACHINE if no python-apt is available
* v0.5.5-wheezy
* v0.5.5-squeeze
* disallow the use of localhost inside the url-list
* add source repositories the virtapt cache
* if a proxy is configured; 10.0.2.2 should be ignored
* enable local debian repositories for use with elbe
* mkcdrom: fix wheezy cdrom generation
* dump: make pkg validation ignore multiarch postfixes in pkg names
* xsd: Add elbe_version to dbsfed.xsd
* Change kernel and initrd location for armhf
* set mount options for <bydev> mounts
* remove local debian mirror from arm-wheezy example
* v0.5.4-wheezy
* v0.5.4-squeeze
* log crashes and other output of dump.py
* BUGFIX: add version.py into buildenv
* Increase APT cache on demand
* v0.5.3-wheezy
* v0.5.3-squeeze
* add target pkg list support
* export version of elbe to the generated rfs
* add a comment, why the archive is extracted 2 times
* extract archive before finetuning to be able to use the files.
* v0.5.2-wheezy
* v0.5.2-squeeze
* v0.5.2
* add more verbose warning if python-apt is not available
* split out fstabentry code into a seperate module
* don't depend on python-apt
* add DEBCONF_REDIR env var to apt-get install
* add DEBCONF_REDIR= to apt-get install call in mkcdrom
* add DEBCONF_REDIR= to all apt-get install calls
* make ubinize command better readable
* add a second ubi volume group / mtd device to the arm-complex-example
* support multiple ubi volume groups in one or more mtd partitions
* copy all ubi volumes out of the buildenv
* unset DEBCONF_REDIR in preseed
* add empty tag for ubi volumes
* examples: Exchange debian.tu-bs.de with ftp.de.debian.org
* fix check_updates to work with just buildtype
* Merge remote-tracking branch 'origin/devel/torbenh/ppc-fix'
* xmldefaults: Fix Debian arch ppc -> powerpc in buildtype
* v0.5.1
* add beaglebone example
* Patch huge_tree xml file
* Add repobuilder preliminary description
* adjustpkgs: include the buildenv pkglist in the list to consider.
* test: add test skripts which run all example skripts through a double build
* add proxy option to create and buildchroot which overrides the used proxy
* hdimg: fix typo in new sparsefile creator
* adjustpkgs: use the base Progress classes, because text fails on wheezy
* examples: fixup examples for schema version 6
* changelog: Bump version to 0.5 and add Changeslist
* debian control: add qemu-user-static to dependencies for buildchroot cross
* xsd: Bump required schema version
* hdimg: dont use dd to create hdimg. We now create a sparse file in python.
* buildchroot: add support for qemu-user-static cross debootstrap
* buildchroot: fixes and improved incremental behaviour
* hdimg: improve failure in grub-installer to not leave mounted and looped stuff
* create-target-rfs: do not include /opt/elbe into /target
* mkdcdrom: fix multiple failures in the debootstrap pkg separation
* create-target-rfs: dont try to copy the kernel in buildchroot
* buildchroot: change buildchroot code to support the buildtype modifications
* xsd: remove parttype from schema, we dont evaluate it anyways.
* hdimg: set partition type to windows when creating a vfat partition
* examples: fixup amd64-example.xml for new partitions syntax
* xsd: schema changes for the hd -> gpthd and msdoshd move
* hdimg: make grub install conditional on <grub-install/> tag
* hdimg: change hd -> gpthd and msdoshd step 2 of 2
* hdimg: change hd -> msdoshd and gpthd step 1 of 2
* xsd: schema change for the latest hdimg additions
* hdimg: add grub support and fix gpt support
* hdimg: add parser for Unitprefix to partition sizes, calc sectors proper
* armhf: preseed so that the installer doesnt install kernel by itself
* armhf: add support for location of vmlinuz and initrd.img link on armhf
* xmldefaults: add armhf buildtypes
* fix added whitespace
* finetuning: unset lots of envvars in finetuning, which confuse apt-get
* finetuning: remove purge.sh and include the purge calls into finetuning.sh
* create: move buildimage pkg-list installation behind filelist generation
* add python-parted debian dependency
* update elbe-overview to match current sourcecode
* hdimg: fix conditions when a mount point doesnt exist, or is empty
* examples: cleanup amd64-example for buildtype
* hdimg: allow the cp into the image to fail
* hdimg: add allow_fail option to do_command()
* hdimg: strip umount option
* hdimg: pass opt into do_image_hd()
* xsd: add vfat to list of possible filesystems
* Revert "remove non-existing packages, because wheezy debootstrap fails then."
* mako/common.cfg: fixup the wheezy keyboard selection
* remove non-existing packages, because wheezy debootstrap fails then.
* mako/common.cfg: add us keyboard config preseed for wheezy
* mako/common.cfg: fix typo in qemu-system-arm-virtio compare. now use vda
* mako/Makefile: fix kernel and initrd now for real
* make clean: add -r because we delete some directories here
* examples: add arm wheezy example
* wheezy: first step towards wheezy and virtio support
* show: remove arch printout
* hdimg: only consider <ubi> tags as ubi vols
* fix error in part-targets.sh.mako
* hdimg: fixup mkfs options passing, and set the correct filesystem labels
* hdimg: merge the ubi code into hdimg, and drop the mako implementation
* hdimg: add hdimg to files-to-extract
* hdimg: dont fail when a partition does not have an fstab entry
* simplify UBI fstab generation
* hdimg: add bootable flag to enable making partitions bootable
* hdimg: multiple fixes
* examples: fix order of package tag vs. the images
* hdimg: switch part-target.sh.mako to use the hdimg.py command
* hdimg: add asciidoclog and really execute the commands now
* hdimg: copy hdimg.py into /opt/elbe so that its available during build
* hdimg: add --umount option to allow scripts to cleanup afterwards
* hdimg: make this ready for execution inside chroot
* examples: add some hd stuff to amd64-example for testing.
* hdimg: add first version of hdimg command
* fix Makefile.mako - use new paths
* dont break on old xml files - make buildtype optional
* fix indent
* fix mkcdrom, use default stuff for arch
* fix fallout from the rebase
* change arm-example for new xmldefaults stuff.
* xsd: update schema for now optional parameters, seeded via xml defaults
* evaluate xmldefaults in mako templates, where they apply
* add new xmldefaults architecture to distinguish buildtypes
* treeutils: add support for default dicts to ebase.text()
* make treeutils.ebase.text() throw an exception, if a value can not be read
* mkcdrom: sort the packages used to debootstrap into specific repo component
* Hide kernel to run the buildenv in .elbe-vm
* always boot the vm with -kernel and -initrd option
* fix copy Release.src
* fix target/package/tar/name dependency
* Cleanup the elbe build directory
* dont fail if xml files doesnt have <images> tag
* adjust makefile targets which are gone due to files-to-extract logic
* fix files-to-extract logic failing to do its thing
* part-target.sh: improve coment
* part-target: fix bug in file extraction
* part-target: remove escape of newline
* use files-to-extract for UBI images
* step 2/3 of files-to extract patches (kernel and initrd)
* step 1/3 for files-to-extract support
* v0.4.3
* introduce ChangeLog file
* Added reference to html documentation.(README) Added instructions to install public key of elbe repository.(elbeoverview-en.txt)
* deb-buildpkg: fix for dh which ignores DH_OPTIONS
* mkcdrom: stop using apt-move to build the cdrom. Fix non-free components
* debian: switch from python-support to dh_python2
* add make as debian dependency
* Make sure xsdtoasciidoc.mako is packaged correctly
* Add --output option to elbe-xsdtoasciidoc documentation
* elbe v0.4.2