to gitea.bel.blue

This commit is contained in:
bel
2026-02-20 15:03:21 -07:00
parent d32df3bec9
commit 2b7662e53e
21 changed files with 172 additions and 97 deletions

View File

@@ -4,15 +4,16 @@ import (
"bytes"
"encoding/gob"
"fmt"
"gitea.inhome.blapointe.com/local/firestormy/config"
"gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gitea.inhome.blapointe.com/local/firestormy/logger"
"gitea.inhome.blapointe.com/local/logb"
"gitea.inhome.blapointe.com/local/storage"
"os/exec"
"strings"
"time"
"gitea.bel.blue/local/firestormy/config"
"gitea.bel.blue/local/firestormy/config/ns"
"gitea.bel.blue/local/firestormy/logger"
"gitea.bel.blue/local/logb"
"gitea.bel.blue/local/storage"
"github.com/google/uuid"
)

View File

@@ -3,12 +3,13 @@ package scheduler
import (
"bytes"
"io/ioutil"
"gitea.inhome.blapointe.com/local/firestormy/config"
"gitea.inhome.blapointe.com/local/logb"
"gitea.inhome.blapointe.com/local/storage"
"os"
"testing"
"time"
"gitea.bel.blue/local/firestormy/config"
"gitea.bel.blue/local/logb"
"gitea.bel.blue/local/storage"
)
func TestNewBashJobBadCron(t *testing.T) {

View File

@@ -9,10 +9,10 @@ import (
"strings"
"time"
"gitea.inhome.blapointe.com/local/firestormy/config"
"gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gitea.inhome.blapointe.com/local/firestormy/logger"
"gitea.inhome.blapointe.com/local/logb"
"gitea.bel.blue/local/firestormy/config"
"gitea.bel.blue/local/firestormy/config/ns"
"gitea.bel.blue/local/firestormy/logger"
"gitea.bel.blue/local/logb"
cron "github.com/robfig/cron/v3"
)

View File

@@ -8,9 +8,9 @@ import (
"testing"
"time"
"gitea.inhome.blapointe.com/local/firestormy/config"
"gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gitea.inhome.blapointe.com/local/storage"
"gitea.bel.blue/local/firestormy/config"
"gitea.bel.blue/local/firestormy/config/ns"
"gitea.bel.blue/local/storage"
)
func TestSchedulerAddRemove(t *testing.T) {