| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-25 | Rewrite ninja generation scripts in Lua | Michael Forney | |
| 2017-02-27 | Move util -> src | Michael Forney | |
| 2016-12-29 | Allow using /.git as output repository | Michael Forney | |
| 2016-12-13 | Move {cc,cxx,ld}flags settings from toolchain to config | Michael Forney | |
| 2016-12-13 | Move to flat package hierarchy | Michael Forney | |
| Note to self: never try to move submodules again To migrate your existing submodules (more or less): set -x set -e mkdir .git/modules/pkg for old in */*/src ; do new="pkg/${old#*/}" if ! [ -f "$old/.git" ] || [ "${old%%/*}" = pkg ] ; then continue fi git -C ".git/modules/$old" config core.worktree "../../../../../$new" rmdir "$new" mv "$old" "$new" sed -e "s,$old,$new," "$new/.git" > "$new/.git.tmp" mv "$new/.git.tmp" "$new/.git" mkdir ".git/modules/${new%/src}" mv ".git/modules/$old" ".git/modules/$new" rm "${old%/src}"/*.ninja mv "${old%/src}"/*.tar.{gz,xz,bz2} "${new%/src}/" rmdir "${old%/src}" || true done sed -e 's,^\[submodule "[^/]*/,[submodule "pkg/,' .git/config > .git/config.tmp mv .git/config.tmp .git/config | |||
| 2016-11-19 | Move some programming languages from devel to lang | Michael Forney | |
| 2016-08-03 | Make root.tree the default target, and add commit alias | Michael Forney | |
| 2016-07-16 | Don't list git repository files as outputs | Michael Forney | |
| This way, ninja -t clean will work as expected. | |||
| 2016-07-02 | Add alsa-lib 1.1.1 | Michael Forney | |
| 2016-06-17 | Only build git repository by default | Michael Forney | |
| 2016-06-17 | template: Use symlinks for perms-hook | Michael Forney | |
| By the time these hooks are run, we will have checked-out /libexec/oasis/perms-hook, and can just run that. This way, we can keep track of updates to perms-hook. | |||
| 2016-06-11 | Add git template directory | Michael Forney | |
| 2016-06-06 | Build perms-hook for host system | Michael Forney | |
| 2016-06-04 | Add pcre 8.38 | Michael Forney | |
| 2016-06-04 | Add make 4.2 | Michael Forney | |
| 2016-05-19 | Add terminus from plan9fonts | Michael Forney | |
| 2016-04-23 | Add commit script to generate commit history | Michael Forney | |
| This will make it easier for users to merge changes into their trees. | |||
| 2016-04-23 | Move tag used in repository to config.ninja | Michael Forney | |
| 2016-04-15 | Allow independent generation of ninja files | Michael Forney | |
| 2016-04-15 | Move ninja helpers to ninja.rc | Michael Forney | |
| 2016-04-15 | Add yacc helper | Michael Forney | |
| 2016-04-15 | Simplify adding variables to rule and build lines | Michael Forney | |
| 2016-04-15 | Add sinit-scm | Michael Forney | |
| 2016-04-15 | githash: Depend on scripts/hash.rc | Michael Forney | |
| 2016-04-15 | Add gitarchive rule to create tar archive of root filesystem | Michael Forney | |
| 2016-04-15 | gittree: Depend on scripts/tree.rc | Michael Forney | |
| 2016-04-15 | Use git tag file as gittree output | Michael Forney | |
| 2016-04-15 | Set status=() rather than running true | Michael Forney | |
| 2016-04-15 | Add some initial packages | Michael Forney | |
