Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
N
nsbin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nico Schottelius
nsbin
Commits
0c16b9c6
Commit
0c16b9c6
authored
May 21, 2020
by
Nico Schottelius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated by /home/nico/bin/sync-all-repos
parent
76fc1551
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
chromium
chromium
+1
-0
release_tmp
release_tmp
+13
-1
No files found.
chromium
0 → 120000
View file @
0c16b9c6
/usr/bin/chromium-browser
\ No newline at end of file
release_tmp
View file @
0c16b9c6
...
...
@@ -5,11 +5,23 @@ host=staticweb.ungleich.ch
dir
=
/home/services/www/nico/www.nico.schottelius.org/www/temp
url
=
"https://www.nico.schottelius.org/temp"
delete_after
=
""
[
-z
"
$file
"
]
&&
exit
1
if
[
"
$file
"
=
"-"
]
;
then
file
=
$(
mktemp
)
cat
>
"
$file
"
delete_after
=
yes
fi
bfile
=
"
$(
basename
"
$file
"
)
"
scp
"
$file
"
"
${
host
}
:
${
dir
}
"
ssh
"
$host
"
"chmod a+r
\"
$dir
/
$bfile
\"
"
echo
"Pre-released
${
url
}
/
${
bfile
}
"
if
[
"
$delete_after
"
]
;
then
rm
-f
"
$file
"
fi
echo
"
${
url
}
/
${
bfile
}
"
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