Hotfix release available: 2026-07-14b "Mort".
upgrade now! [57.2] (what's this?)
onny:notizen
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| onny:notizen [2026/08/16 14:47] – [nixos] fdc9:281f:4d7:9ee9::1 | onny:notizen [2026/08/31 15:04] (current) – [date] fdc9:281f:4d7:9ee9::1 | ||
|---|---|---|---|
| Line 143: | Line 143: | ||
| </ | </ | ||
| ===== date ===== | ===== date ===== | ||
| + | |||
| + | convert date to unix timestamp | ||
| <code bash> | <code bash> | ||
| Line 148: | Line 150: | ||
| </ | </ | ||
| + | convert unix timestamp to datetime | ||
| + | |||
| + | <code bash> | ||
| + | date -d @1254330900 ' | ||
| + | </ | ||
| ===== rsync ===== | ===== rsync ===== | ||
| custom ssh port | custom ssh port | ||
| Line 584: | Line 591: | ||
| git rebase upstream/ | git rebase upstream/ | ||
| </ | </ | ||
| + | |||
| squash commits | squash commits | ||
| + | |||
| <code bash> | <code bash> | ||
| git rebase -i upstream/ | git rebase -i upstream/ | ||
| # < choose squash for all of your commits, except the first one > | # < choose squash for all of your commits, except the first one > | ||
| # < Edit the commit message to make sense, and describe all your changes > | # < Edit the commit message to make sense, and describe all your changes > | ||
| - | git push origin omgpull -f | + | # or |
| - | </ | + | |
| - | alternatively | + | |
| - | <code bash> | + | |
| git rebase -i HEAD~3 | git rebase -i HEAD~3 | ||
| - | </ | + | # or (replace main with origin branch) |
| - | alternatively | + | git rebase -i $(git merge-base HEAD main) |
| - | <code bash> | + | # or |
| git merge --squash apple-a9 | git merge --squash apple-a9 | ||
| </ | </ | ||
| + | |||
| rerun tests with empty commit | rerun tests with empty commit | ||
| <code bash> | <code bash> | ||
| Line 1075: | Line 1082: | ||
| ''; | ''; | ||
| }); | }); | ||
| + | </ | ||
| + | |||
| + | override only source hash | ||
| + | |||
| + | < | ||
| + | django-oauth-toolkit = super.django-oauth-toolkit.overrideAttrs (old: { | ||
| + | version = " | ||
| + | |||
| + | src = old.src.override { | ||
| + | hash = " | ||
| + | }; | ||
| + | }); | ||
| </ | </ | ||
| Line 1122: | Line 1141: | ||
| nix-update gelly | nix-update gelly | ||
| nix-update stamp --version=branch=main | nix-update stamp --version=branch=main | ||
| + | nix-update --use-update-script python3Packages.django-filingcabinet | ||
| </ | </ | ||
| ==== packaging package ==== | ==== packaging package ==== | ||
| Line 1221: | Line 1241: | ||
| </ | </ | ||
| + | ===== python ===== | ||
| + | |||
| + | python relax dependency | ||
| + | |||
| + | < | ||
| + | pythonRelaxDeps = [ " | ||
| + | </ | ||
| ==== packaging module ==== | ==== packaging module ==== | ||
| Line 2142: | Line 2169: | ||
| < | < | ||
| % | % | ||
| + | </ | ||
| + | |||
| + | buffer close | ||
| + | |||
| + | < | ||
| + | :bc | ||
| </ | </ | ||
| ===== traceroute ===== | ===== traceroute ===== | ||
onny/notizen.1786891661.txt.gz · Last modified: by fdc9:281f:4d7:9ee9::1
