to gitea.bel.blue
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user