diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-03 14:44:12 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-03 14:44:16 +0200 |
commit | 88d8125a5fa3b5c6c91cb22fc2bef1243d7391fc (patch) | |
tree | 59fde27b0ec839434b725a276743027672efefd1 | |
parent | 4ac780eb21f1cceeca34e698e6865d49ec7d3ee8 (diff) | |
download | wallabag-88d8125a5fa3b5c6c91cb22fc2bef1243d7391fc.tar.gz wallabag-88d8125a5fa3b5c6c91cb22fc2bef1243d7391fc.tar.zst wallabag-88d8125a5fa3b5c6c91cb22fc2bef1243d7391fc.zip |
Ensure cache is clear before upgrading
If we changed some namespace / classes, we need to refresh the cache before anything else.
-rw-r--r-- | docs/de/user/upgrade-2.0.x-2.0.y.rst | 1 | ||||
-rw-r--r-- | docs/de/user/upgrade-2.0.x-2.1.y.rst | 1 | ||||
-rw-r--r-- | docs/en/user/upgrade-2.0.x-2.0.y.rst | 1 | ||||
-rw-r--r-- | docs/en/user/upgrade-2.0.x-2.1.y.rst | 1 | ||||
-rw-r--r-- | docs/fr/user/upgrade-2.0.x-2.0.y.rst | 1 | ||||
-rw-r--r-- | docs/fr/user/upgrade-2.0.x-2.1.y.rst | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/docs/de/user/upgrade-2.0.x-2.0.y.rst b/docs/de/user/upgrade-2.0.x-2.0.y.rst index adf288bd..5820a0d2 100644 --- a/docs/de/user/upgrade-2.0.x-2.0.y.rst +++ b/docs/de/user/upgrade-2.0.x-2.0.y.rst | |||
@@ -8,6 +8,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm | |||
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | rm -rf var/cache/* | ||
11 | git fetch origin | 12 | git fetch origin |
12 | git fetch --tags | 13 | git fetch --tags |
13 | git checkout 2.0.8 | 14 | git checkout 2.0.8 |
diff --git a/docs/de/user/upgrade-2.0.x-2.1.y.rst b/docs/de/user/upgrade-2.0.x-2.1.y.rst index 23bf3682..7c20f4ee 100644 --- a/docs/de/user/upgrade-2.0.x-2.1.y.rst +++ b/docs/de/user/upgrade-2.0.x-2.1.y.rst | |||
@@ -11,6 +11,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm | |||
11 | 11 | ||
12 | :: | 12 | :: |
13 | 13 | ||
14 | rm -rf var/cache/* | ||
14 | git fetch origin | 15 | git fetch origin |
15 | git fetch --tags | 16 | git fetch --tags |
16 | git checkout 2.1.0 | 17 | git checkout 2.1.0 |
diff --git a/docs/en/user/upgrade-2.0.x-2.0.y.rst b/docs/en/user/upgrade-2.0.x-2.0.y.rst index 6a0818b3..3391c2cd 100644 --- a/docs/en/user/upgrade-2.0.x-2.0.y.rst +++ b/docs/en/user/upgrade-2.0.x-2.0.y.rst | |||
@@ -8,6 +8,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba | |||
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | rm -rf var/cache/* | ||
11 | git fetch origin | 12 | git fetch origin |
12 | git fetch --tags | 13 | git fetch --tags |
13 | git checkout 2.0.8 | 14 | git checkout 2.0.8 |
diff --git a/docs/en/user/upgrade-2.0.x-2.1.y.rst b/docs/en/user/upgrade-2.0.x-2.1.y.rst index 63a77e7c..234045ba 100644 --- a/docs/en/user/upgrade-2.0.x-2.1.y.rst +++ b/docs/en/user/upgrade-2.0.x-2.1.y.rst | |||
@@ -11,6 +11,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba | |||
11 | 11 | ||
12 | :: | 12 | :: |
13 | 13 | ||
14 | rm -rf var/cache/* | ||
14 | git fetch origin | 15 | git fetch origin |
15 | git fetch --tags | 16 | git fetch --tags |
16 | git checkout 2.1.0 | 17 | git checkout 2.1.0 |
diff --git a/docs/fr/user/upgrade-2.0.x-2.0.y.rst b/docs/fr/user/upgrade-2.0.x-2.0.y.rst index d8dfac6e..8d8ad806 100644 --- a/docs/fr/user/upgrade-2.0.x-2.0.y.rst +++ b/docs/fr/user/upgrade-2.0.x-2.0.y.rst | |||
@@ -8,6 +8,7 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal | |||
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | rm -rf var/cache/* | ||
11 | git fetch origin | 12 | git fetch origin |
12 | git fetch --tags | 13 | git fetch --tags |
13 | git checkout 2.0.8 | 14 | git checkout 2.0.8 |
diff --git a/docs/fr/user/upgrade-2.0.x-2.1.y.rst b/docs/fr/user/upgrade-2.0.x-2.1.y.rst index dc66682a..fdd1f0cb 100644 --- a/docs/fr/user/upgrade-2.0.x-2.1.y.rst +++ b/docs/fr/user/upgrade-2.0.x-2.1.y.rst | |||
@@ -11,6 +11,7 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal | |||
11 | 11 | ||
12 | :: | 12 | :: |
13 | 13 | ||
14 | rm -rf var/cache/* | ||
14 | git fetch origin | 15 | git fetch origin |
15 | git fetch --tags | 16 | git fetch --tags |
16 | git checkout 2.1.0 | 17 | git checkout 2.1.0 |