Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
XGQT
aet
Commits
86d70b26
Verified
Commit
86d70b26
authored
Dec 28, 2020
by
XGQT
🐧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: re-license under GNU GPL v3
Signed-off-by:
Maciej Barć
<
xgqt@protonmail.com
>
parent
0aa7c699
Pipeline
#235073408
passed with stage
in 54 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
703 additions
and
16 deletions
+703
-16
.gitlab-ci.yml
.gitlab-ci.yml
+16
-0
LICENSE
LICENSE
+671
-12
src/aet
src/aet
+16
-4
No files found.
.gitlab-ci.yml
View file @
86d70b26
# This file is part of aet.
# aet is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# aet is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with aet. If not, see <https://www.gnu.org/licenses/>.
services
:
-
docker:dind
...
...
LICENSE
View file @
86d70b26
This diff is collapsed.
Click to expand it.
src/aet
View file @
86d70b26
#!/bin/sh
# APT-like wrapper for portage with helpful additions
# This file is part of aet.
# aet is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# aet is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# Copyright (c) 2020, XGQT
# Licensed under the ISC License
# You should have received a copy of the GNU General Public License
# along with aet. If not, see <https://www.gnu.org/licenses/>.
# APT-like wrapper for portage with helpful additions
# shellcheck disable=2086,2209
...
...
@@ -34,7 +46,7 @@ Options:
edit-world edit the world set
Copyright (c) 2020, XGQT
Licensed under the
ISC
License
Licensed under the
GNU GPL v3
License
EOF
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment