]>
git.e2factory.org Git - e2factory.git/log
Tobias Ulmer [Wed, 26 Oct 2016 15:34:20 +0000 (17:34 +0200)]
files: get_licences() already returns a copy
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 25 Oct 2016 19:37:43 +0000 (21:37 +0200)]
e2-build: warn about left out deploy results in release mode
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 25 Oct 2016 14:27:27 +0000 (16:27 +0200)]
e2option: repair userdefaultoptions() processing
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Mon, 24 Oct 2016 18:20:25 +0000 (20:20 +0200)]
ls-project: don't just register, handle cmd line options
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Mon, 24 Oct 2016 17:25:08 +0000 (19:25 +0200)]
ls-project: remove description of marginally useful global options
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Mon, 24 Oct 2016 14:54:51 +0000 (16:54 +0200)]
e2-ls-project: fix and add two options
--chroot shows all chroot groups
--env shows the result environment
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 21 Oct 2016 16:53:06 +0000 (18:53 +0200)]
project: move config verify into project module
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 21 Oct 2016 16:35:57 +0000 (18:35 +0200)]
e2tool: check return value of verify_result_envs()
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 21 Oct 2016 16:05:45 +0000 (18:05 +0200)]
result: rename to sources_list()
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 21 Oct 2016 15:45:54 +0000 (17:45 +0200)]
result: rename to chroot_list()
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 21 Oct 2016 15:35:21 +0000 (17:35 +0200)]
result: move build_settings() implementation into result_class
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 21 Oct 2016 14:49:56 +0000 (16:49 +0200)]
result: move build_mode implementation into result_class
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 21 Oct 2016 14:12:55 +0000 (16:12 +0200)]
result: move buildconfig implementation into result_class
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 21 Oct 2016 12:39:32 +0000 (14:39 +0200)]
result: buildconfig() -> build_config() for consistency
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 20 Oct 2016 19:10:08 +0000 (21:10 +0200)]
update e2factory license and author information for consistency
No license change.
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 20 Oct 2016 16:12:01 +0000 (18:12 +0200)]
remove outdated document
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 11 Oct 2016 16:51:06 +0000 (18:51 +0200)]
gitignore: ignore e2config, it shouldn't be checked in
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 11 Oct 2016 16:17:46 +0000 (18:17 +0200)]
e2tool: remove dead code
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 11 Oct 2016 16:08:33 +0000 (18:08 +0200)]
e2lib: split up stat() into lstat() and remove inconsistencies
This allows symlinks (not encouraged!) to work more consistently.
It also fixes a bug where we cached the symlink information instead of
the real file.
Prior to this change stat(foo, true) worked like posix stat(), while
stat(foo) or stat(foo, false) worked like lstat. This change undoes the
confusion, both functions work like their posix namesakes.
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Mon, 10 Oct 2016 17:27:50 +0000 (19:27 +0200)]
err: extent cat() to take a format string plus arguments
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Mon, 10 Oct 2016 17:15:52 +0000 (19:15 +0200)]
files: error out when at risk of overwriting files in toresult()
Due to flattening the file tree for collect project, each file in a
source needs an unique file name. Changing the code to accommodate for
anything else is quite involved. For now lets just make sure it's not
possible to generate a broken collect_project result and error out.
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Mon, 10 Oct 2016 15:51:59 +0000 (17:51 +0200)]
files: fix typo
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Mon, 10 Oct 2016 15:38:51 +0000 (17:38 +0200)]
collect_project: reject converting unknown res types
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Mon, 10 Oct 2016 15:36:02 +0000 (17:36 +0200)]
collect_project: rename method to cp_default_result()
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Mon, 10 Oct 2016 14:13:29 +0000 (16:13 +0200)]
make.vars: add LUA_CFLAGS for building shared objects
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 6 Oct 2016 11:56:49 +0000 (13:56 +0200)]
collect_project: remove build process and just add a step
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 5 Oct 2016 18:13:44 +0000 (20:13 +0200)]
result: switch to depends_list() and remove dlist()
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 5 Oct 2016 16:27:00 +0000 (18:27 +0200)]
result: add depends_list()
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 5 Oct 2016 16:11:35 +0000 (18:11 +0200)]
err: provide a traceback if assert hits
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 30 Sep 2016 14:46:52 +0000 (16:46 +0200)]
collect_project: adjust for changed result type detection
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 30 Sep 2016 14:41:50 +0000 (16:41 +0200)]
result: make the result type detection more flexible
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 29 Sep 2016 12:42:05 +0000 (14:42 +0200)]
e2-ls-project: WIP
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 22 Sep 2016 14:29:22 +0000 (16:29 +0200)]
collect_project: use add_step_before()
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 22 Sep 2016 14:02:08 +0000 (16:02 +0200)]
result: improve clarity of bc.T
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 22 Sep 2016 14:00:13 +0000 (16:00 +0200)]
e2build: document
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 22 Sep 2016 13:55:48 +0000 (15:55 +0200)]
e2build: add methods to add build steps
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 21 Sep 2016 19:07:19 +0000 (21:07 +0200)]
e2tool: remove last remains of e2tool_ftab
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 20 Sep 2016 16:20:21 +0000 (18:20 +0200)]
e2build: do not include the '.' directory in result.tar
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 20 Sep 2016 14:55:08 +0000 (16:55 +0200)]
cache: rename root_server to dot
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 20 Sep 2016 14:48:26 +0000 (16:48 +0200)]
cache: rename result_server to results
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 20 Sep 2016 14:47:03 +0000 (16:47 +0200)]
cache: rename default_files to upstream
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 20 Sep 2016 14:44:48 +0000 (16:44 +0200)]
cache: rename default_repo to projects
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 16 Sep 2016 16:10:32 +0000 (18:10 +0200)]
e2tool: lock the info table, cross fingers
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 16 Sep 2016 16:07:50 +0000 (18:07 +0200)]
e2lib.join: verbose assert
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 15 Sep 2016 12:41:39 +0000 (14:41 +0200)]
cache: move server names and local cache setup into one place
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 13 Sep 2016 18:44:09 +0000 (20:44 +0200)]
collect_project: convert to new object oriented structure
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 29 Sep 2016 12:41:08 +0000 (14:41 +0200)]
e2-fetch-sources: use new result objects
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 28 Sep 2016 17:55:14 +0000 (19:55 +0200)]
e2-playground: make use of result and e2build
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 28 Sep 2016 16:06:27 +0000 (18:06 +0200)]
e2-build: make use of result and e2build
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 7 Sep 2016 15:55:19 +0000 (17:55 +0200)]
cache: setup_cache: return false instead of nil
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 7 Sep 2016 15:32:27 +0000 (17:32 +0200)]
cache: new_cache() is an implementation detail
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 7 Sep 2016 15:30:17 +0000 (17:30 +0200)]
e2lib: verify_global_config(): always check for existence of servers table
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 7 Sep 2016 15:28:44 +0000 (17:28 +0200)]
cache: move e2lib.setup_cache into cache module
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 7 Sep 2016 13:40:33 +0000 (15:40 +0200)]
e2tool: restore fileid() behaviour and only verify when check-remote is true
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 6 Sep 2016 16:02:12 +0000 (18:02 +0200)]
policy: remove all traces of dep_set()
dep_set() used to point to the location of a dependent result in the out
directory when said result was built in working-copy mode. Since the
introduction of stable "scratch-hash" style BuildID's this has been
unnecessary.
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 6 Sep 2016 15:44:09 +0000 (17:44 +0200)]
e2tool: unify verify_hash() and fileid() to share the same interface and code basis
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 2 Sep 2016 11:10:58 +0000 (13:10 +0200)]
cache: rework the caching strategy
Introduce new functions to fetch and push files in a consistent way.
To query server flags we now have:
- cache.cache_enabled()
- cache.islocal_enabled()
- cache.writeback_enabled()
All take the optional flags argument, allowing for overrides when
necessary.
The flags table is now checked for unknown flags, throwing a runtime
error. Unused flags have been removed.
Removed the function to cache files explicitly, return the file path if
in cache, and removed some dead code.
If the cache is enabled, calls to any function requesting path or a
copy of the requested file will cache automatically. This behaviour can
now be suppressed with the flags argument.
Introduced a function to check for the existence of a file on the remote
side without downloading:
transport.file_exists()
Added new function
- cache.fetch_file_path()
that returns the requested files path to either the cache, local
file system or a temporary location.
The code base was adjusted to work without any caching if desired,
although this is not a recommended mode of operation due to speed and
temporary storage requirements.
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 31 Aug 2016 15:44:03 +0000 (17:44 +0200)]
cache: remove unused function file_local()
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 2 Sep 2016 12:43:16 +0000 (14:43 +0200)]
e2lib: make unlink_recursive() work when pathname is not a directory
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 2 Sep 2016 09:19:25 +0000 (11:19 +0200)]
e2lib: document unlink_recursive() does not follow symlinks
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 31 Aug 2016 13:30:46 +0000 (15:30 +0200)]
cache: file_path() remove unused flags and clean up
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 31 Aug 2016 13:28:48 +0000 (15:28 +0200)]
e2lib: add debug logging to callcmd()
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 31 Aug 2016 07:54:05 +0000 (09:54 +0200)]
cache: remove now unused check_only flag, add error checking
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 31 Aug 2016 07:57:54 +0000 (09:57 +0200)]
e2build: remove only use of check_only
In fact flags is entirely ignored by cache.file_path()
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 30 Aug 2016 22:39:14 +0000 (00:39 +0200)]
cache: remove unused flags.refresh
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 30 Aug 2016 22:36:36 +0000 (00:36 +0200)]
cache: add more error checking for flags
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 30 Aug 2016 21:20:06 +0000 (23:20 +0200)]
e2tool: tranport is an implementation detail of cache, stop using it
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 30 Aug 2016 21:02:53 +0000 (23:02 +0200)]
cache: remove unused flags.chmod feature
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 30 Aug 2016 16:53:40 +0000 (18:53 +0200)]
project: move chroot_call_prefix() to better location
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 8 Sep 2016 14:47:12 +0000 (16:47 +0200)]
result: modify build_mode() and drop the getter/setter style
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 8 Sep 2016 16:17:11 +0000 (18:17 +0200)]
result: build_process() returns a new build_process_class object
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 8 Sep 2016 13:24:33 +0000 (15:24 +0200)]
result: move my_chroot_list() implementation up into the descendent class
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 8 Sep 2016 13:16:15 +0000 (15:16 +0200)]
result: make the buildconfig table part of the result
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 30 Aug 2016 16:16:22 +0000 (18:16 +0200)]
transport: fix indentation
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 30 Aug 2016 16:15:49 +0000 (18:15 +0200)]
trace: reduce overhead in enable(), ignore more modules
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 30 Aug 2016 16:12:24 +0000 (18:12 +0200)]
e2lib: reduce debug log noise
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 30 Aug 2016 16:10:55 +0000 (18:10 +0200)]
e2tool: sprinkle asserts and fix indentation
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 30 Aug 2016 16:07:52 +0000 (18:07 +0200)]
cache: fetch_file() destname and flags are optional now
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 28 Jul 2016 17:44:33 +0000 (19:44 +0200)]
strict: add readonly() function
Enforces readonly access on a table. Also errors on accessing nil values
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 28 Jul 2016 17:44:05 +0000 (19:44 +0200)]
strict: __index() doesn't take a value
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 28 Jun 2016 16:32:30 +0000 (18:32 +0200)]
e2tool: error on configured/installed version mismatch
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 23 Jun 2016 17:46:14 +0000 (19:46 +0200)]
e2tool: remove info argument from umask funcs
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 8 Sep 2016 10:30:35 +0000 (12:30 +0200)]
e2tool: adjust to build process and build settings
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 23 Jun 2016 12:51:03 +0000 (14:51 +0200)]
result: make use of build_process_class
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 23 Jun 2016 12:49:37 +0000 (14:49 +0200)]
e2build: introduce the build_process class
Every result class has an associated build_process that knows how to
build results of this type.
If a new result class needs to extend the build process, it can inherhit
the class and overwrite methods or insert additional methods registering
them in the constructor.
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 22 Jun 2016 18:42:04 +0000 (20:42 +0200)]
e2build: build_result() never sets return_flags, delete
Can be revived when there's a need
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 22 Jun 2016 17:13:46 +0000 (19:13 +0200)]
e2build: replace environment_script()
environment.tofile() does the same thing
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 22 Jun 2016 17:06:46 +0000 (19:06 +0200)]
e2build: don't spam build output into debug.log
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 22 Jun 2016 17:03:21 +0000 (19:03 +0200)]
e2build: cosmetic cleanup
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 22 Jun 2016 15:30:10 +0000 (17:30 +0200)]
inline e2tool.bid_display()
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 22 Jun 2016 15:06:55 +0000 (17:06 +0200)]
e2tool: make set_info() local
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Wed, 22 Jun 2016 10:28:20 +0000 (12:28 +0200)]
result: use new asserts
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 21 Jun 2016 18:51:00 +0000 (20:51 +0200)]
remove package.loaded workaround
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Tue, 21 Jun 2016 18:41:36 +0000 (20:41 +0200)]
projenv: new module managing project environment
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 17 Jun 2016 16:22:08 +0000 (18:22 +0200)]
make.vars: remove unused variables
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 17 Jun 2016 16:14:28 +0000 (18:14 +0200)]
environment: add some assertions
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 17 Jun 2016 15:24:32 +0000 (17:24 +0200)]
cache: remove tooldebug noise
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 17 Jun 2016 15:18:21 +0000 (17:18 +0200)]
e2lib.callcmd(): allow multiple descriptors to use a pipe
Stdout and stderr used to get out of sync due to using a pipe each.
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Fri, 17 Jun 2016 15:15:25 +0000 (17:15 +0200)]
remove noisy debug output
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Tobias Ulmer [Thu, 16 Jun 2016 12:19:36 +0000 (14:19 +0200)]
e2lib: fix typo in error message
Signed-off-by: Tobias Ulmer <tu@emlix.com>