aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-04Add Go modulev0.4.0Shulhan
2018-09-04[test] Do not compare result from testing package installShulhan
2018-09-04Remove dep as vendor toolShulhan
2018-07-03cmd/beku: check for "help" or "version" operation before loading databaseShulhan
2018-07-03env.Freeze: print finish status if err is not nilShulhan
2018-07-03Update CHANGELOG and READMEShulhan
2018-07-03Add flag operation to display version of CLIShulhan
2018-07-03[chore] env: print the status of reinstall all packagesShulhan
2018-07-03Remove govendor vendor toolShulhan
2018-07-02Remove gdm from build handleShulhan
2018-07-02cmd: display "exclude" options on command usageShulhan
2018-07-02package.gitCheckoutVersion: do not use "git stash"Shulhan
2018-07-02[chore] env.Freeze: add newline before each new freeze outputShulhan
2018-06-06Release beku v0.3.0v0.3.0Shulhan
2018-06-06Update readme and changelogShulhan
2018-06-06Rename "buildXxx" to "vendorXxx"Shulhan
2018-06-06Add govendor as one of vendor build modeShulhan
2018-06-06SyncAll: add empty line after fetch taskShulhan
2018-06-06SyncAll: run post sync task (build,install) on updated packagesShulhan
2018-06-06gitCheckoutVersion: run git clean to make sure no untracked files leftShulhan
2018-06-05build: fix wrong variable name when appending verbose to gdm commandsShulhan
2018-06-05ScanBuild: simplify checking vendor fileShulhan
2018-06-05NewEnvironment: get or set user PATH from environmentShulhan
2018-06-05Add option to disable installing dependenciesShulhan
2018-06-05Remove make from build commandShulhan
2018-06-05reinstallAll: run build to install dependenciesShulhan
2018-06-05Remove submodule left over fileShulhan
2018-06-05Run vendoring tool and make, if dependency and make file existsShulhan
2018-06-05gitUpdate: do not return if version is matched with new package versionShulhan
2018-06-05gitCheckoutVersion: use master branch as HEAD for current versionShulhan
2018-06-05package.gitCheckoutVersion: check for empty versionShulhan
2018-06-05env.filterUnusedDeps: check if package not found in databaseShulhan
2018-06-04[chore] Add copyright informationShulhan
2018-06-04[chore] Update READMEShulhan
2018-06-04cmd/beku/main: set command manual to reference to README on repositoryShulhan
2018-06-04Add common option "-V, --vendor" to work with vendor directoryShulhan
2018-06-04[chore] Add context to debug outputShulhan
2018-06-04NewPackage(): remove parameter vcs modeShulhan
2018-06-04Sync(): install missing dependenciesShulhan
2018-06-03NewPackage(): use golang tools/go/vcs to get remote URLShulhan
2018-06-03env.String(): display directories valueShulhan
2018-06-03env.Sync(): check if package is excluded by import pathShulhan
2018-06-03Remove git submodule for testingShulhan
2018-06-03env.IsExcluded(): use strings.Contains instead of equal operatorShulhan
2018-06-03env.GetPackageFromDB(): use strings.HasPrefix to check import pathShulhan
2018-06-03env.install(): clean non-empty directory after confirmationShulhan
2018-06-03env.install(): change confirmation message for cleaning non-empty directoryShulhan
2018-06-02Save database on first time syncShulhan
2018-05-31Release beku v0.2.0v0.2.0Shulhan
2018-05-31[test] cmd: Add unit test for parseFlags and newCommandShulhan