[ If anyone wants to help us to setup the mail server, this task is up-to-grab. We're busy on a lot of tasks currently. ]
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Oct 20 2024
[ If anyone wants to help us to setup the mail server, this task is up-to-grab. We're busy on a lot of tasks currently. ]
Current state
dirs was imported instead of packages_prefixes
Oct 19 2024
Deployed on WindRiver
Next step: Debian package, move wurf in universal list.
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