Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
brunetto committed Oct 21, 2014
1 parent b11c491 commit 150dea6
Show file tree
Hide file tree
Showing 51 changed files with 16 additions and 1,440 deletions.
6 changes: 0 additions & 6 deletions cmd/_extractSnapshots/extractSnapshots.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/_rmBin/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions cmd/_rmBin/rmbin.go

This file was deleted.

15 changes: 0 additions & 15 deletions cmd/_sldeploy/sldeploy

This file was deleted.

19 changes: 0 additions & 19 deletions cmd/_sldeploy/sldeploy.go

This file was deleted.

Binary file modified cmd/autosim/autosim
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/autosim/autosim.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"strings"
"time"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
"github.com/brunetto/goutils/readfile"
"github.com/brunetto/goutils/debug"
)
Expand Down
Binary file modified cmd/cac/cac
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/cac/cac.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"time"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
"github.com/brunetto/goutils/debug"
)

Expand Down
Binary file modified cmd/checkEnd/checkEnd
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/checkEnd/checkEnd.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strconv"
"time"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
"github.com/brunetto/goutils/debug"
)

Expand Down
Binary file modified cmd/checkSnapshot/checkSnapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/checkSnapshot/checkSnapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"time"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
"github.com/brunetto/goutils/debug"
)

Expand Down
Binary file modified cmd/checkStatus/checkStatus
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/checkStatus/checkStatus.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"time"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
"github.com/brunetto/goutils/debug"
)

Expand Down
Binary file modified cmd/comorbit/comorbit
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/comorbit/comorbit.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"time"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
"github.com/brunetto/goutils/debug"
)

Expand Down
Binary file modified cmd/css/css
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/css/css.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"time"

"github.com/brunetto/goutils/debug"
"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
)

func main() {
Expand Down
Binary file modified cmd/cutsim/cutsim
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/cutsim/cutsim.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/spf13/cobra"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
"github.com/brunetto/goutils/debug"
)

Expand Down
Binary file modified cmd/frename/frename
Binary file not shown.
Binary file modified cmd/frename2/frename2
Binary file not shown.
Binary file modified cmd/kiraWrap/kiraWrap
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/kiraWrap/kiraWrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"

"github.com/brunetto/goutils/debug"
"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
)


Expand Down
Binary file modified cmd/out2ics/out2ics
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/out2ics/out2ics.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"time"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
"github.com/brunetto/goutils/debug"
)

Expand Down
Binary file modified cmd/pbsLaunch/pbsLaunch
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/pbsLaunch/pbsLaunch.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"time"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
"github.com/brunetto/goutils/debug"
)

Expand Down
Binary file modified cmd/relaunch/relaunch
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/relaunch/relaunch.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"time"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
"github.com/brunetto/goutils/debug"
"github.com/brunetto/goutils"
)
Expand Down
Binary file modified cmd/restartFromHere/restartFromHere
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/restartFromHere/restartFromHere.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/spf13/cobra"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
"github.com/brunetto/goutils/debug"
)

Expand Down
Binary file modified cmd/simClean/simClean
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/simClean/simClean.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/brunetto/goutils/debug"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
)

func main () () {
Expand Down
Binary file removed cmd/slrecompile.zip
Binary file not shown.
Binary file modified cmd/slrecompile/slrecompile
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/slrecompile/slrecompile.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/brunetto/goutils/debug"
"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
)

func main () () {
Expand Down
Binary file modified cmd/sltools/sltools
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/sltools/sltools.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"time"

"bitbucket.org/brunetto/sltools/slt"
"github.com/brunetto/sltools/slt"
)

func main() {
Expand Down
14 changes: 0 additions & 14 deletions conf26.json

This file was deleted.

14 changes: 0 additions & 14 deletions files/conf.json

This file was deleted.

32 changes: 0 additions & 32 deletions files/continue-IC-1.txt

This file was deleted.

96 changes: 0 additions & 96 deletions files/continue.txt

This file was deleted.

Loading

0 comments on commit 150dea6

Please sign in to comment.