blob: fe014723b47f863a54413eb480635a04f53a7dff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
===========
dfly-update
===========
Copyright (c) 2017-2018 Aaron LI <aly@aaronly.me>
MIT License
https://github.com/liweitianux/dfly-update
A simple tool to update a DragonFly BSD system using binary releases or
snapshot builds.
This tool is written by the author to help keep the DragonFly BSD system
on a low-end VPS up-to-date, without consuming too much resources to build
and update from source, which may be even impossible for a small VPS.
Versions
--------
* 0.1.2 (2018-03-11) First usable version for broader testing
Tests
-----
* 5.0.0-RELEASE -> 5.0.2-RELEASE
* 5.0.2-RELEASE -> 5.1.0.1010.gf2063-DEVELOPMENT
(set "UPDATE_BRANCH=master")
Example
-------
An example output for updating DragonFly BSD from 5.0.2-RELEASE to the
latest master (v5.1.0.1010.gf2063-DEVELOPMENT) can be found in the
"example.log".
|