Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| docs:guide-developer:releases:update_package_list [2021/09/15 22:07] – added commands to edit package table bobafetthotmail | docs:guide-developer:releases:update_package_list [2023/03/14 23:01] (current) – fix typos in code boxes formatting, minor clarifications bobafetthotmail | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| The package list and package Indexes are generated by a script, so we will first need to move the current data to a permanent place (so it can still be viewed in the wiki as a "old stable" | The package list and package Indexes are generated by a script, so we will first need to move the current data to a permanent place (so it can still be viewed in the wiki as a "old stable" | ||
| + | |||
| + | In the following instructions, | ||
| Download the current release of the "CSV dump of the package database, updated daily" from [[ packages: | Download the current release of the "CSV dump of the package database, updated daily" from [[ packages: | ||
| - | You will need ssh access and sudo/root access to the openwrt.org server to do the following | + | You will need ssh access and after you became |
| we can find current package files in this folder | we can find current package files in this folder | ||
| Line 71: | Line 73: | ||
| Now we edit the package indexing script | Now we edit the package indexing script | ||
| - | </code> | + | < |
| cd /root | cd /root | ||
| nano listpackages-server | nano listpackages-server | ||
| Line 140: | Line 142: | ||
| If you don't want to wait for the script to finish, you can also launch a page rescan so the wiki will re-read all text files and notice this manual change. | If you don't want to wait for the script to finish, you can also launch a page rescan so the wiki will re-read all text files and notice this manual change. | ||
| + | < | ||
| nohup sudo -u www-data / | nohup sudo -u www-data / | ||
| + | </ | ||