Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
deployer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Sistemisti
deployer
Commits
60db2121
Commit
60db2121
authored
Nov 18, 2020
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release my code under the MIT license
Signed-off-by:
Pietro Albini
<
pietro@pietroalbini.org
>
parent
a0058864
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
21 additions
and
17 deletions
+21
-17
LICENSE
LICENSE
+21
-0
cron.sh
cron.sh
+0
-1
scripts/2013.ducc.it
scripts/2013.ducc.it
+0
-1
scripts/2014.ducc.it
scripts/2014.ducc.it
+0
-1
scripts/2015.ducc.it
scripts/2015.ducc.it
+0
-1
scripts/cerca.ubuntu-it.org
scripts/cerca.ubuntu-it.org
+0
-1
scripts/chat.ubuntu-it.org
scripts/chat.ubuntu-it.org
+0
-1
scripts/help.ubuntu-it.org
scripts/help.ubuntu-it.org
+0
-1
scripts/planet.ubuntu-it.org
scripts/planet.ubuntu-it.org
+0
-1
scripts/static.ubuntu-it.org
scripts/static.ubuntu-it.org
+0
-1
scripts/stats.ubuntu-it.org
scripts/stats.ubuntu-it.org
+0
-1
scripts/wiki.ubuntu-it.org
scripts/wiki.ubuntu-it.org
+0
-1
scripts/www.ducc.it
scripts/www.ducc.it
+0
-1
utils/bzr.sh
utils/bzr.sh
+0
-1
utils/deploy.sh
utils/deploy.sh
+0
-1
utils/git.sh
utils/git.sh
+0
-1
utils/include.sh
utils/include.sh
+0
-1
utils/macros.sh
utils/macros.sh
+0
-1
No files found.
LICENSE
0 → 100644
View file @
60db2121
MIT License
Copyright (c) 2017 Pietro Albini <pietro@pietroalbini.org>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
cron.sh
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
base
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
base
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
...
...
scripts/2013.ducc.it
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
export
YEAR
=
"2013"
export
YEAR
=
"2013"
export
NAME
=
"
${
YEAR
}
.ducc.it"
export
NAME
=
"
${
YEAR
}
.ducc.it"
...
...
scripts/2014.ducc.it
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
export
YEAR
=
"2014"
export
YEAR
=
"2014"
export
NAME
=
"
${
YEAR
}
.ducc.it"
export
NAME
=
"
${
YEAR
}
.ducc.it"
...
...
scripts/2015.ducc.it
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
export
YEAR
=
"2015"
export
YEAR
=
"2015"
export
NAME
=
"
${
YEAR
}
.ducc.it"
export
NAME
=
"
${
YEAR
}
.ducc.it"
...
...
scripts/cerca.ubuntu-it.org
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
export
NAME
=
"cerca.ubuntu-it.org"
export
NAME
=
"cerca.ubuntu-it.org"
export
REPO_URL
=
"git@code.ubuntu-it.org:ubuntu-it-web/cerca.git"
export
REPO_URL
=
"git@code.ubuntu-it.org:ubuntu-it-web/cerca.git"
...
...
scripts/chat.ubuntu-it.org
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
export
NAME
=
"chat.ubuntu-it.org"
export
NAME
=
"chat.ubuntu-it.org"
export
REPO_URL
=
"git@code.ubuntu-it.org:ubuntu-it-web/chat.git"
export
REPO_URL
=
"git@code.ubuntu-it.org:ubuntu-it-web/chat.git"
...
...
scripts/help.ubuntu-it.org
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
export
NAME
=
"help.ubuntu-it.org"
export
NAME
=
"help.ubuntu-it.org"
export
REPO_URL
=
"git@code.ubuntu-it.org:ubuntu-it-doc/help.git"
export
REPO_URL
=
"git@code.ubuntu-it.org:ubuntu-it-doc/help.git"
...
...
scripts/planet.ubuntu-it.org
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
export
NAME
=
"planet.ubuntu-it.org"
export
NAME
=
"planet.ubuntu-it.org"
export
REPO_URL
=
"git@code.ubuntu-it.org:ubuntu-it-web/planet.git"
export
REPO_URL
=
"git@code.ubuntu-it.org:ubuntu-it-web/planet.git"
...
...
scripts/static.ubuntu-it.org
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
set
-x
set
-x
...
...
scripts/stats.ubuntu-it.org
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
set
-euo
pipefail
set
-euo
pipefail
...
...
scripts/wiki.ubuntu-it.org
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
export
NAME
=
"wiki.ubuntu-it.org"
export
NAME
=
"wiki.ubuntu-it.org"
export
REPO_URL
=
"lp:~ubuntu-it-wiki/wiki-ubuntu-it/wiki-repo"
export
REPO_URL
=
"lp:~ubuntu-it-wiki/wiki-ubuntu-it/wiki-repo"
...
...
scripts/www.ducc.it
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
export
NAME
=
"www.ducc.it"
export
NAME
=
"www.ducc.it"
export
REPO_URL
=
"https://gitlab.com/ducc-it/website"
export
REPO_URL
=
"https://gitlab.com/ducc-it/website"
...
...
utils/bzr.sh
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
# Clone a bazaar repository in /srv/{name}/repo
# Clone a bazaar repository in /srv/{name}/repo
...
...
utils/deploy.sh
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
# Create a new deploy for the service, echoing its path
# Create a new deploy for the service, echoing its path
...
...
utils/git.sh
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
# Clone a git repository in /srv/{name}/repo
# Clone a git repository in /srv/{name}/repo
...
...
utils/include.sh
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
export
DIR_BASE
=
"/srv"
export
DIR_BASE
=
"/srv"
export
KEEP_BUILDS
=
3
export
KEEP_BUILDS
=
3
...
...
utils/macros.sh
View file @
60db2121
#!/bin/bash
#!/bin/bash
# Made by Pietro Albini <pietroalbini@ubuntu-it.org>
# Do everything needed for a static website on bzr
# Do everything needed for a static website on bzr
...
...
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