aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.1.5v0.1.5Aaron LI2018-12-282-4/+7
* Simplify the vnconfig(8) usageAaron LI2018-12-281-2/+2
* Various small cleanupsAaron LI2018-12-261-73/+100
* Rebuild databases after upgradeAaron LI2018-12-202-1/+10
* Bump to version 0.1.4v0.1.4Aaron LI2018-12-202-1/+4
* README: Update TODOAaron LI2018-12-201-6/+5
* Ignore /etc/login.conf.db and update config fileAaron LI2018-12-202-1/+6
* dfly-update: Improve the mtree usagesAaron LI2018-12-201-9/+15
* dfly-update: Install /rescue directoryAaron LI2018-12-201-1/+3
* examples: Remove the fetch progressAaron LI2018-12-201-1/+0
* Also remove the generated catman pages when the man page obsoleteAaron LI2018-06-031-1/+9
* Properly capture the error code from get_latest_image()Aaron LI2018-06-031-2/+3
* Update README about v0.1.3 and add a new upgrade examplev0.1.3Aaron LI2018-04-162-1/+268
* Try use the new Makefile_upgrade.inc to cleanup obsolete filesAaron LI2018-04-161-5/+9
* Update README with more detail introductionAaron LI2018-03-211-9/+35
* Add one more example log and move them to examples directoryAaron LI2018-03-212-0/+292
* Improve the post-update messagesAaron LI2018-03-211-4/+7
* README: Add a TODO section; and some minor improvementsAaron LI2018-03-131-8/+16
* Base system doesn't need to handle /usr/localAaron LI2018-03-131-2/+0
* upgrade_install(): suppress showing of unmodified filesAaron LI2018-03-121-12/+8
* README: add the usage sectionAaron LI2018-03-121-0/+26
* README: add versions and tests sectionsv0.1.2Aaron LI2018-03-111-0/+10
* Add an example output at example.logAaron LI2018-03-112-1/+449
* Bump version to 0.1.2Aaron LI2018-03-111-1/+1
* Document "set -e" and fix cmd_status() invocation in cmd_fly()Aaron LI2018-03-111-1/+4
* cmd_status: return the update status instead of always 0Aaron LI2018-03-111-0/+2
* Minor improvementsAaron LI2018-03-111-4/+8
* Add "|| true" to make debug() work with DEBUG disabledAaron LI2018-03-111-1/+1
* Sync dfly-update.conf with dfly-updateAaron LI2018-03-111-5/+40
* upgrade_system(): find from new "etc" to identify [NEW]/[UPDATED] filesAaron LI2018-03-111-12/+15
* Update REAME and LICENSEAaron LI2018-03-112-6/+8
* dfly-update: version 0.1.0Aaron LI2018-03-111-1/+1
* postupgrade(): sort found filesAaron LI2018-03-111-1/+1
* upgrade_system(): Ignore files with __new__ suffixAaron LI2018-03-111-2/+2
* Fix a variable name errorAaron LI2018-03-101-1/+1
* Improve warning messages a bitAaron LI2018-03-101-4/+4
* Implement fly command for one-command upgrade procedure :)Aaron LI2018-03-101-1/+35
* Improve EC_NOFILE error a bit im checksum_image() and mount_image()Aaron LI2018-03-101-8/+11
* checksum_image(): Fix md5 check when given file doesn't existAaron LI2018-03-101-2/+4
* Improve the messages/prints a bitAaron LI2018-03-101-3/+3
* cmd_cleanup(): Fix the use of get_vn_filename()Aaron LI2018-03-101-1/+2
* cleanup(): check the item length before test its existenceAaron LI2018-03-101-1/+2
* install_system(): improve progress reportsAaron LI2018-03-101-23/+23
* install_system(): check file existence before stash/recover; use cpAaron LI2018-03-101-7/+11
* Improve printing messagesAaron LI2018-03-101-6/+6
* Implement cleanup command to remove obsolete files, umount and delete imageAaron LI2018-03-101-0/+55
* Add upgrade commandAaron LI2018-03-101-1/+15
* Add upgrade_system() to upgrade the config filesAaron LI2018-03-101-0/+44
* Add install_system() function to install the kernel and worldAaron LI2018-03-101-0/+81
* Improve argument checks with better messagesAaron LI2018-03-101-25/+46