-
Notifications
You must be signed in to change notification settings - Fork 2
+56
−40
Commits on Jul 5, 2016
-
beesh: join together verify_new_package_variables and extract_new_pac…
…kage_variables we want to expand the handling of variables changed by the beefile a bit which is easier implement and follow when done in a single function
Configuration menu - View commit details
-
Copy full SHA for 94ef841 - Browse repository at this point
Copy the full SHA 94ef841View commit details -
beesh: allow change of PKGVERSION , PKGEXTRAVERSION and PKGREVISION
When we start with a versionless file, we need to be able to change the versions. We will add other tests for completeness in the following patches
Configuration menu - View commit details
-
Copy full SHA for 9c3c227 - Browse repository at this point
Copy the full SHA 9c3c227View commit details -
beesh: first run beefile, then check for completeness
we allow the bee file to be started without a complete version set. the bee file should set the version with a callback we add in a following patch. When we allow the version to be set in the bee file, $B and $S, which depend on the full package name, can only be set after the bee file is run. So we need to postpone the effect of the build_in_sourcedir callback to a later time. The beefiles can also set $B=$S directly. We deprecate this with this patch, but still detect it and act accordinly.
Configuration menu - View commit details
-
Copy full SHA for 6becbc0 - Browse repository at this point
Copy the full SHA 6becbc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1963674 - Browse repository at this point
Copy the full SHA 1963674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 476d2c1 - Browse repository at this point
Copy the full SHA 476d2c1View commit details -
beesh: add callback function bee_version
at the same time add utility function bee_die and relax the checks so that we can update the full version string from inside the bee file
Configuration menu - View commit details
-
Copy full SHA for 29a17d8 - Browse repository at this point
Copy the full SHA 29a17d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c43b32f - Browse repository at this point
Copy the full SHA c43b32fView commit details -
beesh: avoid warnings of beeversion
this is save, because after every call the completeness of the output is checked and a wrong syntax will be detected
Configuration menu - View commit details
-
Copy full SHA for 59b38ad - Browse repository at this point
Copy the full SHA 59b38adView commit details -
we may fail to find a free revision number (eg with versionless bee files) and if so, we want to avoid the error message of beeversion and a wrong "cp" hint.
Configuration menu - View commit details
-
Copy full SHA for 60427db - Browse repository at this point
Copy the full SHA 60427dbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.