aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-15Fix incorrect assumption on output directory name.Ilyas Gasanov
While executing the extract command, dpkg-source by default extracts the source package to an output directory named as source-version. If the source package format is 3.0 (quilt), the version string is taken from the orig tarball, not the dsc file. Baiji attempts to use the dsc version string, and fails if no correspondingly named output directory is found after the extraction.
2019-04-15Add missing README and copyrightRob Austein
2018-08-09Tweak doc for recent features.Rob Austein
* Baiji can now generate source packages * Baiji now uses a hash of the build dependency list to guess when it should generate a new package-specific build image; the user can override this guess with a command line argument.
2018-08-09Move package version back into image tag field.Rob Austein
2018-08-08Avoid unnecessary rebuilds of docker build images.Rob Austein
2018-08-08Sooo many flavors of build dependencies.Rob Austein
2018-08-08Build source package when user doesn't provide one.Rob Austein
2018-08-02DocRob Austein
2018-07-01Clean container when done.Rob Austein
2018-06-30Working.Rob Austein
Well, maybe. arrcus-sw runs to completion, anyway, good start.
2018-06-30CleanupRob Austein
2018-06-30Builds Docker image. Does not yet build .debs.Rob Austein
2018-06-29Context managersRob Austein
2018-06-29UpdateRob Austein
2018-06-29baiji create working.Rob Austein
2018-06-29Initial.Rob Austein