feature/flupdt #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/flupdt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +13,4 @@
repository is already downloaded.
``` shell
nix run github:RAD-Development/flake-update-diff-tool -- <path to local flake>
remove RD references
@ -0,0 +30,4 @@
### Update procedure
Until `rad_development_python` (`rdp`) is in PyPI, we use the below steps to
remove rdp references
@ -1,39 +0,0 @@
#!/usr/bin/env python3
don't remove this file. keep since RDP is no longer a thing
@ -0,0 +2,4 @@
import logging
from typing import Optional
from rad_development_python import bash_wrapper
this should be common.py
@ -0,0 +6,4 @@
import shutil
import typing
from rad_development_python import bash_wrapper
this should be common.py
@ -0,0 +4,4 @@
from flupdt.cli import parse_inputs
from flupdt.flake_eval import evaluate_output
import logging
import rad_development_python as rd
should be common.py
@ -9,3 +14,4 @@
[tool.poetry.dependencies]
python = "^3.11"
sqlalchemy = "^2.0.31"
rad_development_python = {git = "https://github.com/RAD-Development/rad-development-python", branch = "feature/nix"}
remove rdp referecnes
feature/flupdtto WIP: feature/flupdt3794e69f83
to42c2f469c4
WIP: feature/flupdtto feature/flupdt