Skip to content

Commit

Permalink
Clarify framework upgrade steps
Browse files Browse the repository at this point in the history
(cherry picked from commit 3826746)
  • Loading branch information
nickanderson committed Apr 25, 2017
1 parent 6359ed0 commit 4edf058
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -244,6 +244,7 @@ supported in git versions 1.7.9.5 and newer.
```console
[root@hub MPF_upgrade]# cd ..
[root@hub ~]# git clone -b 3.7.4 https://github.com/cfengine/masterfiles
[root@hub ~]# cd masterfiles
[root@hub ~]# git describe
3.7.4
```
Expand Down Expand Up @@ -323,7 +324,8 @@ config.status: creating tests/unit/Makefile
DONE: Configuration done. Run "make install" to install CFEngine Masterfiles.
```

Then we move the installed masterfiles into our integration directory.
Then after running `make install` we move the installed masterfiles into our
integration directory.

```console
[root@hub masterfiles]# mv /tmp/masterfiles-3.7.4/masterfiles/* ../MPF_upgrade
Expand Down

0 comments on commit 4edf058

Please sign in to comment.