- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 19 2024
Import script to create the commits:
1 | #!/bin/sh |
---|---|
2 | |
3 | set -e |
4 | |
5 | BASE_DIR=$HOME/dev/nasqueron/wurf/archiv |
6 | DATE="Fri Dec 31 23:59:59 2004 +0000" |
7 | |
8 | for file in $(grep fileserv /tmp/all.txt) |
9 | do |
10 | cp $BASE_DIR/$file fileserv.py |
11 | git add fileserv.py |
12 | git commit -m "Import archive of $file" --author="Simon Budig <simon@budig.de>" --date="$DATE" |
13 | done |
14 | |
15 | git mv fileserv.py woof.py |
16 | |
17 | for file in $(grep woof /tmp/all.txt) |
18 | do |
19 | cp $BASE_DIR/$file woof.py |
20 | git add woof.py |
21 | git commit -m "Import archive of $file" --author="Simon Budig <simon@budig.de>" --date="$DATE" |
22 | done |
Oct 18 2024
🟢 I've configured the mailbox, green light for merge.
⏸️ Need to enable that mailbox before commit this.
Rebased.
https://github.com/simon-budig/woof/pull/17 offers a solution, but the code is very tangled. My initial plan noted in task description is based on my review on that pull request.
Please note I'm NOT the author of that code change, this change is from https://github.com/JensKorte, importing content from the legacy woof Debian package.
Please note I'm NOT the author of that code change, this change is from https://github.com/CoolCat467
⏸️ on hold
Let's use LICENSE without sharps.
After two weeks of thinking, let's go with the wurf fork plan.
Documentation: https://agora.nasqueron.org/wurf
Oct 17 2024
High as one of the main use of WindRiver is to craft commits for rOPS, and this library is a dependency of pre-commit.
The .whl is built by the port. From there we can copy it to /opt/python/py<version>:
Applied everywhere through Complector (excepted Eglide).
$ salt-call --local state.sls_id /root/.tmux.conf roles/core/userland-software local: ---------- ID: /root/.tmux.conf Function: file.managed Result: True Comment: File /root/.tmux.conf updated Started: 21:13:27.077837 Duration: 4.02 ms Changes: ---------- diff: New file mode: 0644
Applied everywhere with salt '*' state.apply hotfixes/salt