]> xenbits.xensource.com Git - people/gdunlap/xsatool.git/shortlog
people/gdunlap/xsatool.git
2022-10-20 George Dunlapgo.mod: Fix import path master
2022-10-20 George DunlapAdd go module
2020-07-28 Julien Grallrepo: Add missing spaces in the configure cmdline for...
2019-12-11 George DunlapAllow config-specified build sequences
2019-11-13 Wei LiuREADME: fix some typos and formatting
2019-11-13 George DunlapREADME.md: Expand instructions for updating / fixing...
2018-11-08 George DunlapAllow builds to happen in temporary worktrees
2018-11-07 George Dunlaprecipe: Refactor temporary branch creation
2018-11-07 George DunlapPipe build output directly to a file
2018-07-31 George DunlapMinor README.md adjustments
2018-07-31 George DunlapAdd missing file
2018-07-31 George DunlapUse VersionsFromString for set-patches
2018-07-31 George DunlapUse VersionsFromString instead of VersionsFromArgs
2018-07-30 George DunlapImplement xenversion ranges
2018-07-30 George DunlapBreak xenversion and xenrepo into separate files
2018-07-27 George DunlapREADME.md: Add documentation for dedup-patches
2018-07-27 George DunlapREADME.md: Add more ideas for future development
2018-07-27 George Dunlapgit: Add `-f` flag to all checkouts
2018-07-26 George Dunlapglobal: Fix checking for new versions
2018-03-13 George DunlapDoc update
2018-03-13 George DunlapFix "backport needed" detection
2018-03-13 George Dunlapxen: Disallow majors == math.MaxInt32 as well
2017-12-08 George DunlapREADME: Expand 'canonicalize' section
2017-12-08 George Dunlapmeta: Avoid redundant XenVersion information in recipe...
2017-12-08 George Dunlapxen: Use staging-VV rather than stable-VV
2017-12-08 George Dunlapmeta: Allow absolute pathnames in .xsatool
2017-12-08 George Dunlapglobal: Add global 'canonicalize' command
2017-12-08 George Dunlapxsa: Add 'canonicalize' command
2017-12-08 George Dunlapxen: Use MaxInt32 rather than MaxInt64 for internal...
2017-11-20 George Dunlapxsa: Patch de-duping, first take
2017-11-20 George Dunlapgit: Add function to get a hash of the tree at a partic...
2017-10-30 George DunlapFix systemtest after move to use staging for 'master...
2017-10-30 George Dunlapmain: Always attempt load the config
2017-10-30 George Dunlapglobal: Open repos on-demand as needed
2017-10-30 George Dunlapmain: Clean up command demuxer
2017-10-27 George Dunlapmain: Move 'systemtest' command outside of XsaMain
2017-10-27 George Dunlapxsatool: Use xsa/ prefix for all xsatool-created branches
2017-09-27 George DunlapUse staging rather than master as the default base...
2017-09-27 George Dunlapxsa: Add set-patches command to set patches for a parti...
2017-09-27 George Dunlapxsatool: Update README.md with more complete usage...
2017-09-15 George Dunlapxsa: Return success when backport succeeds
2017-09-15 George Dunlaprecipe: Bring patch name for master in line with standa...
2017-08-07 George Dunlaprecipe: Fix situation where there's no recipe for a...
2017-06-27 George DunlapImplement reset-base
2017-06-27 George Dunlapsystemtest: Include fakeups for all 206 backports
2017-06-26 George Dunlaprepo init: Enable git rerere on the repos by default
2017-06-26 George DunlapREADME: Include a brief description of how to build.
2017-06-26 George DunlapREADME: Mention mirrordir and gitproxy
2017-06-26 George Dunlapmeta: Get rid of VersionMeta.Latest
2017-06-26 George Dunlaprepo init: Add --mirrordir and --gitproxy options
2017-06-26 George DunlapToolConfig: Add MirrorDir and ProxyURL options
2017-06-26 George Dunlapsystemtest: Delete all existing branches when not makin...
2017-06-26 George DunlapRepo: Refuse to execute without a command except for...
2017-06-26 George Dunlapsystemtest: Implement --build
2017-06-26 George Dunlapsystemtest: Implement --clean option to start from...
2017-06-26 George Dunlapsystemtest: Always re-run 'repo init'
2017-06-23 George Dunlapsystemtest: Abort the failed rebase
2017-06-23 George Dunlapgit: Implement Repo.RebaseAbort
2017-06-23 George DunlapMiscelaneous fixes
2017-06-23 George DunlapRun go fmt
2017-06-16 George DunlapInclude README.md
2017-06-16 George Dunlapgit: Delete stackgit data when deleting or resetting...
2017-06-16 George DunlapImplement backport
2017-06-16 George DunlapXSAMeta: Keep SupportedVersions sorted in reverse order
2017-06-16 George Dunlaprecipe: Handle prerequisites
2017-06-16 George DunlapBuild: Use mirror paths for qemu unless there are patches
2017-06-08 George DunlapUse new branching scheme
2017-06-08 George Dunlaprecipe: Use StableBranch to create VVV-baseline branch
2017-06-07 George DunlapAdd stable branch reference to TreeRecipe
2017-06-07 George DunlapImplement 'repo update'
2017-05-19 George Dunlaptesting: Test master build
2017-05-19 George Dunlaptest: Check for patches in recipe rather than relying...
2017-05-19 George DunlapChange to in-binary test
2017-05-19 George Dunlaptesting: Implement 206 'implement and sync' tests
2017-05-19 George Dunlapmain: Accept an empty set of versions as 'all'
2017-05-19 George DunlapApply: Always check out local master rather than origin...
2017-05-19 George DunlapTesting: Test xsa 206 init
2017-05-19 George Dunlapmain: Implement 'init' command
2017-05-17 George DunlapRecipe: Allow MakePatches to detect and tolerate "empty...
2017-05-17 George Dunlapgit: Implement ParseRef to change a ref into a changeset
2017-05-17 George Dunlapmain: add loadGlobal option
2017-05-17 George Dunlapglobal init: Always create a 'master' version as well
2017-05-17 George Dunlapsystem_test: Check for specific versions, not just...
2017-05-17 George DunlapVersionMeta: Make XSA list per-tree
2017-05-17 George DunlapXSAMeta: Store recipes in a map[XenVersion] rather...
2017-05-17 George DunlapRecipe: Add ForEachTree method to do something for...
2017-05-17 George Dunlapgit: Use full path for AM operations
2017-05-17 George DunlapTesting: Test "xsatool global update" initialization
2017-05-17 George DunlapTesting: Add a testing "input indirection" layer
2017-05-17 George DunlapTesting: Add a wrapper for XsaMain so that calling...
2017-05-11 George Dunlapglobal: Refer to global SecurityMeta structure, not...
2017-05-11 George DunlapXenRepo: Don't automatically fetch on open to make...
2017-05-10 George Dunlapsystem_test: Add versions and lack of metadata to ...
2017-05-10 George Dunlapgit: Add Repo.DeleteTag
2017-05-10 George DunlapTesting: Introduce 'system' test
2017-05-10 George Dunlapmain: Call OpenRepos when loading config
2017-05-10 George Dunlapmain: Open xsa repo in OpenRepos
2017-05-10 George Dunlapgit: Add Repo.ResetBranch
2017-05-10 George DunlapRefactor main to be more test-friendly
2017-05-10 George DunlapXenRepo: Quieten tagsToVersions
next