Commits on Source 14
-
Jim MacArthur authored
The check for directory should have always been here. The early warning test doesn't work for `bst checkout` because caches haven't been configured at the point of the test, so I've had to remove it.
-
Jim MacArthur authored
The return value is always upload_vdir.ref.
-
Jim MacArthur authored
Also add docstring to method and remove return value since it was useless
-
Jim MacArthur authored
-
Jim MacArthur authored
Remote exec: Remove early warning and check directory is not None See merge request !800
-
Currently, `source-bundle` command is entirely broken as it tries to stage the sources in a directory that doesn't exist. Fix it by ensuring that we create the necessary directories before calling any methods that try to use those directories. This fix comes with a regression test to ensure that the basic use-case of `source-bundle` continues to work in future. Fixes #651.
-
Chandan Singh authored
Fix source-bundle command Closes #651 See merge request !807
-
-
Chandan Singh authored
setup.py: Make website the primary homepage See merge request !795
-
Jürg Billeter authored
The behavior of __assert_cached() was changed when the keystrength parameter was introduced. This restores the previous behavior. Fixes #607. Fixes: 3d308894 ("element.py: Cache the result of checking whether...")
-
Jürg Billeter authored
Test rebuild that requires staging of weakly cached dependency. This is a regression test for #607.
-
Jürg Billeter authored
element.py: Fix cache check in non-strict mode Closes #607 See merge request !822
-
Jim MacArthur authored
Also update the documentation for get_virtual_directory to make the implications of using both methods clearer.
-
Jim MacArthur authored