Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turulomio/myemerge
My emerge sync procedure
https://github.com/turulomio/myemerge
emerge gentoo
Last synced: 6 days ago
JSON representation
My emerge sync procedure
- Host: GitHub
- URL: https://github.com/turulomio/myemerge
- Owner: turulomio
- License: gpl-3.0
- Created: 2020-01-09T11:27:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T19:38:12.000Z (3 months ago)
- Last Synced: 2024-12-09T12:39:11.877Z (24 days ago)
- Topics: emerge, gentoo
- Language: Python
- Size: 143 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MyEmerge [![Github - Downloads](https://shields.io/github/downloads/turulomio/myemerge/total?label=Github%20downloads )](https://github.com/turulomio/myemerge/)
## Configuration
My emerge recomends the use of ccache.
To see statistics with `myemerge --ccache_stats` you must set in /etc/portage/make.conf the following lines:
```bash
CCACHE_DIR="/var/cache/ccache"
FEATURES="ccache"
```## Changelog
### 0.10.0 (2024-09-20)
- Fixed problem with pytz dependency
- Updated dependencies
- Updated reusing### 0.9.0 (2024-06-18)
- Improving package
- Updated dependencies### 0.8.0 (2023-05-15)
- Migrated to pyproject.toml
- Fixed bugs with cpupower module### 0.7.0 (2022-05-04)
- Set again max_cpu_frequency option in config### 0.6.0 (2021-11-22)
- Added --nosync and --noclean parameters
- Removed config code. Added CCACHE_DIR to all script to use it one needed.### 0.5.0
- You can use portage ccache statistics.### 0.4.0
- Fixed bug when cpufreq isn't configured in kernel.
- Executable renamed to myemerge.
- Created --rebuild parameter to rebuild the whole Gentoo system.### 0.3.0
- You can set your compile CPU frequency in Hz. Max CPU capacity by default.### 0.2.0
- Code was converted to a python module
- Added /etc/myemerge config file
- You can run scripts with minimum cpu frequency### 0.1.0
- Imported from old scripts