summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Change the temporary directory used for tests to be based on the current dire...Tiago Gomes2013-07-011-1/+3
* Remove test mode and provide hooks to use a test suite.Tiago Gomes2013-07-01222-33/+1003
* Impromevements to baserock-system-configTiago Gomes2013-07-014-44/+57
* Script to merge and syncronize /etc in different system versionsTiago Gomes2013-06-2549-1/+725
* Add a few btrfs filesystem sync calls for debugging.Jannis Pohlmann2012-03-272-2/+9
* Rename tbdiff-switch to tb-switch.Jannis Pohlmann2012-03-274-5/+5
* Rename tbdiff-update to tb-update.Jannis Pohlmann2012-03-274-5/+5
* Clear traps before exiting, explicitly umount before reboot.Jannis Pohlmann2012-03-262-6/+18
* Use busybox sync instead of sync alone.Jannis Pohlmann2012-03-262-2/+2
* Add sync at the end of tbdiff-{update,switch}.Jannis Pohlmann2012-03-232-0/+6
* Fix various runtime issues in tbdiff-switch.Jannis Pohlmann2012-03-231-7/+1
* Add a new tbdiff-switch command to switch a system to a new subvolume.Jannis Pohlmann2012-03-234-0/+102
* Call 'busybox reboot' at the end of tbdiff-update to reboot the system.Jannis Pohlmann2012-03-231-0/+3
* Hard-code more stuff (rm, mktemp) to busybox.Jannis Pohlmann2012-03-231-2/+2
* Hard-code buysbox cp and sed for now.Jannis Pohlmann2012-03-231-4/+4
* Add new tbdiff-update command to apply a patch to a system.Jannis Pohlmann2012-03-234-1/+134
* Switch to the autotools build system in tbdiff.morph.Jannis Pohlmann2012-03-231-6/+1
* Switch to a shared tbdiff library and make this an autotools project.Jannis Pohlmann2012-03-2227-87/+509
* Add tbdiff.morph and DESTDIR support to Makefile.Jannis Pohlmann2012-03-192-4/+18
* Patch problem fixed! Still a problem with patch 7.Danny Abukalam2012-01-2711-25/+21
* Cross-Platform testing still kind of broken...Danny Abukalam2012-01-274-161/+96
* Corrupted git repoDanny Abukalam2012-01-2613-0/+163
* Fixed bug didn't exit when cross_plat.sh failed.Danny Abukalam2012-01-091-0/+6
* Merge branch 'test'Danny Abukalam2012-01-095-3/+104
|\
| * Added Cross Platform TestingDanny Abukalam2012-01-093-3/+104
| * Added Patch files for testingDanny Abukalam2012-01-052-0/+0
|/
* Added library to control reading and writing to streamsDanny Abukalam2011-12-169-96/+291
* mtime is now a time_t rather than a uint32_tRichard Maw2011-10-194-18/+18
* Hopefully fixes a crash on 64-bitRichard Maw2011-10-191-2/+2
* Forgot some filesRichard Maw2011-10-192-0/+285
* Added xattr supportRichard Maw2011-10-176-10/+206
* Should fix directory mtime differencesRichard Maw2011-10-172-32/+35
* Restructured tests so mandatory delay between source and targetRichard Maw2011-10-1417-102/+149
* Fixed files losing group metadataRichard Maw2011-10-142-8/+25
* Fixed a typo that was bugging meRichard Maw2011-10-141-1/+1
* Fixed it not updating gid for symbolic links if only gid were different.Richard Maw2011-10-141-1/+1
* :facepalm: the test was failing from a bug in the test.Richard Maw2011-10-141-4/+4
* Fixed some typos in testsRichard Maw2011-10-132-2/+19
* Tests and fix for a horrific bug where removing a symlink to aRichard Maw2011-10-132-33/+59
* Added test for extended attributesRichard Maw2011-10-102-2/+61
* Altered tests to check for sticky and setgid bits on directoriesRichard Maw2011-10-102-20/+30
* Merge branch 'master' of git://gitorious.org/baserock/tbdiffRichard Maw2011-10-100-0/+0
|\
| * Added the ability to test the return code of create and deployRichard Maw2011-10-075-13/+170
* | libtbd_create now fails if target directory has a socket.Richard Maw2011-10-105-12/+46
* | Added the ability to test the return code of create and deployRichard Maw2011-10-106-13/+240
|/
* Added tests for block devicesRichard Maw2011-10-062-0/+53
* Fixed tbd-create not writing the commands to alter special devices if they wereRichard Maw2011-10-061-12/+3
* Testing readme now doesn't refer to test scripts as bash scriptsRichard Maw2011-10-061-6/+6
* Made tests for character devicesRichard Maw2011-10-062-0/+53
* Removed bashisms from test scripts, so sh should be able to run themRichard Maw2011-10-069-28/+34