Skip to content

Commit

Permalink
cleanup: update files
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
kbdharun authored Jan 29, 2024
1 parent bfa4259 commit 18e0b56
Show file tree
Hide file tree
Showing 31 changed files with 207 additions and 61 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/go-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Compress
run: tar -czvf vso.tar.gz vso

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: vso
path: vso.tar.gz
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/debian/vanilla-system-operator
/debian/debhelper-build-stamp
/debian/vanilla-system-operator.substvars
/vso
/vso
2 changes: 1 addition & 1 deletion COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -672,4 +672,4 @@ program into proprietary programs. If your program is a subroutine
library, you may consider it more useful to permit linking proprietary
applications with the library. If this is what you want to do, use the
GNU Lesser General Public License instead of this License. But first,
please read <https://www.gnu.org/licenses/why-not-lgpl.html>.
please read <https://www.gnu.org/licenses/why-not-lgpl.html>.
1 change: 1 addition & 0 deletions ERROR_CODES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# VSO Error Codes

- CMD_TR_UP_NOW: an error occurred during the forced update
- CMD_TR_UP_NEED: an error occurred during the scheduled update
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ Use "vso [command] --help" for more information about a command.

## Documentation

The official **documentation and manpage** for `vso` are available at <https://documentation.vanillaos.org/docs/vso/>.
The official **documentation and manpage** for `vso` are available at <https://docs.vanillaos.org/docs/en/vso>.

## VSO as system Shell

To use VSO as your system shell, you can copy the `usr/bin/vso-os-shell` script
to your system's `/usr/bin` directory and set it as your default shell. Your
image needs to implement the `usr/bin/os-shell` script, which will expand the
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.0
8 changes: 4 additions & 4 deletions cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package cmd
/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Description: VSO is a utility which allows you to perform maintenance
tasks on your Vanilla OS installation.
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
Expand Down
6 changes: 3 additions & 3 deletions cmd/developer-program.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ package cmd
Authors:
Mirko Brombin <send@mirko.pm>
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2023
Description: VSO is a utility which allows you to perform maintenance
tasks on your Vanilla OS installation.
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
Expand Down
8 changes: 4 additions & 4 deletions cmd/pico.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package cmd
/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Description: VSO is a utility which allows you to perform maintenance
tasks on your Vanilla OS installation.
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
Expand Down
9 changes: 9 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
package cmd

/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
"embed"

Expand Down
8 changes: 4 additions & 4 deletions cmd/sys-upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package cmd
/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Description: VSO is a utility which allows you to perform maintenance
tasks on your Vanilla OS installation.
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
Expand Down
8 changes: 4 additions & 4 deletions cmd/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package cmd
/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Description: VSO is a utility which allows you to perform maintenance
tasks on your Vanilla OS installation.
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
Expand Down
8 changes: 4 additions & 4 deletions cmd/waydroid.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package cmd
/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Description: VSO is a utility which allows you to perform maintenance
tasks on your Vanilla OS installation.
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
Expand Down
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"schedule": "weekly",
"smart": true
}
}
}
9 changes: 9 additions & 0 deletions core/fdroid.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
package core

/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
"fmt"
"io"
Expand Down
9 changes: 9 additions & 0 deletions core/pico.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
package core

/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
"github.com/vanilla-os/apx/v2/core"
)
Expand Down
8 changes: 4 additions & 4 deletions core/task-checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package core
/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Description: VSO is a utility which allows you to perform maintenance
tasks on your Vanilla OS installation.
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
Expand Down
8 changes: 4 additions & 4 deletions core/task-struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package core
/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Description: VSO is a utility which allows you to perform maintenance
tasks on your Vanilla OS installation.
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
Expand Down
8 changes: 4 additions & 4 deletions core/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package core
/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Description: VSO is a utility which allows you to perform maintenance
tasks on your Vanilla OS installation.
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
Expand Down
8 changes: 4 additions & 4 deletions core/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package core
/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Description: VSO is a utility which allows you to perform maintenance
tasks on your Vanilla OS installation.
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
Expand Down
8 changes: 4 additions & 4 deletions core/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package core
/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Description: VSO is a utility which allows you to perform maintenance
tasks on your Vanilla OS installation.
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
Expand Down
9 changes: 9 additions & 0 deletions core/waydroid.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
package core

/* License: GPLv3
Authors:
Mirko Brombin <send@mirko.pm>
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2024
Description: The Vanilla System Operator is a package manager,
a system updater and a task automator.
*/

import (
"encoding/json"
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
12
5 changes: 3 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: Vanilla OS First Setup
Source: https://github.com/vanilla-os/

Files: *
Copyright: 2023 Vanilla-OS contributors
Copyright: 2024 Vanilla-OS contributors
License: GPL-3.0

License: GPL-3.0
Expand All @@ -20,4 +20,5 @@ License: GPL-3.0
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

2 changes: 1 addition & 1 deletion debian/gbp.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[DEFAULT]
pristine-tar = True
pristine-tar = True
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package main
Authors:
Mirko Brombin <send@mirko.pm>
Pietro di Caprio <pietro@fabricators.ltd>
Copyright: 2023
Copyright: 2024
Description: VSO is a utility which allows you to perform maintenance
tasks on your Vanilla OS installation.
*/
Expand Down
Loading

0 comments on commit 18e0b56

Please sign in to comment.