guillep2k
9cf65a17d6
Fix regexp ranges ( #9977 )
5 years ago
guillep2k
0957c85564
Fix crowdin update script ( #9969 )
* Fix crowdin update script
* Refine the script to be specific about what it should change
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
5 years ago
Antoine GIRARD
c5b6feacbb
Filter locales under 25% ( #9893 )
* Create update-locales.sh
* Update .drone.yml
* fix file perms +x
5 years ago
Antoine GIRARD
01c89c52dd
Update gitignore list ( #5258 )
* update gitignore
* Handle symlink in tar
* Add some logs
6 years ago
Jonas Franz
45d8500bb7
Updating generate-licenses.go to fetch licenses from maintained repository. ( #3484 )
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
Thomas Boerger
e7d07550fa
Make sure both scripts/ can live side by side ( #1264 )
8 years ago
Thomas Boerger
5552db5b54
Synced licenses with github repo ( #1246 )
* Added script to download licenses from github
* Synced licenses with github repo
8 years ago
Thomas Boerger
63b9fac33c
Synced gitignores with github repo ( #1245 )
* Renamed scripts directory into contrib
* Added script to download gitignores from github
* Synced gitignores with github repo
8 years ago
Lunny Xiao
1acdc99f3a
fix scripts/mysql.sql from gogs to gitea ( #1161 )
8 years ago
Bo-Yi Wu
f58b685f0c
refactor: update debian script. ( #965 )
8 years ago
Bwko
10d8ade578
Added gogs migration script ( #532 )
8 years ago
Lunny Xiao
77e09d2876
init script gentoo ( #447 )
* init script for gentoo (#3761 )
* replace Gogs to Gitea
* remove override port number
* remove port
8 years ago
Avelino
2a4e3e6deb
update SERVICENAME on init scripts
8 years ago
Avelino
3bb1ce99b7
fixed typo on rename project name scripts for windows (bat)
8 years ago
Avelino
234abfc08d
Fixed project name on scripts
8 years ago
Sandro Santilli
8e42ef83d0
Rename and update init files to use "gitea" instead of "gogs"
Closes #102
8 years ago
Sandro Santilli
43349da21a
Replace GOGS with GITEA in variable names
Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables
as a fallback if the equivalent GITEA_* are not set,
warning user about the need for change.
Does not change "gogs" to "gitea" in webhook type name
Because "gogs" hook type is part of the API (routes) and used
in templates...
Closes #87
8 years ago
Thomas Boerger
b9172a1c9e
Dropped outdated build scripts
8 years ago
Matthias Loibl
5746161d32
Rename all occurrences of gogs.go
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
8 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
9 years ago
Corben Dallas
1bbba32cfd
Add a (Open)SuSE init script ( #3558 )
9 years ago
Unknwon
d94b5f971e
#3393 fix missing sub-url prefix in relative avatar link
9 years ago
rugk
2dcea2a63c
Replace gogs.io http links with https version ( #3386 )
9 years ago
Vasily Mikhaylichenko
7d87af2d1b
Add an OpenBSD daemon control script ( #3060 )
9 years ago
Unknwon
5add8a57ac
Hijack #2388
9 years ago
Adam Strzelecki
1b26b92a18
OS X launchd script
Using this script:
1. Copy scripts/launchd/io.gogs.web.plist into /Library/LaunchDaemons
2. The script assumes Gogs is running under 'gogs' user and group, modify
/Library/LaunchDaemons/io.gogs.web.plist if you want to user different user.
3. The script assumes Gogs is installed in /Users/git/gogs, modify
/Library/LaunchDaemons/io.gogs.web.plist if you installed Gogs in different
location.
4. Once you are sure that running Gogs manually via `gogs web` works fine, run
it as a launchd service with:
sudo launchctl load -F /Library/LaunchDaemons/io.gogs.web.plist
From now on launchd will ensure Gogs is running, eg. when system is restarted.
9 years ago
Koen Wilde
9a2ff96c1e
Fix status command in FreeBSD init script
If the init script is called with `status`, the rc.subr(8) routines check if
the first argument associated with the pid in the pidfile is equal to
`procname`. By default, `procname` is equal to the value of `command`. In our
case, `command` contains a space (i.e. has multiple arguments), so `procname`
can never be equal to the first argument of the command associated with the
pid.
Set `procname` to the first argument of `command` to fix the `status` command
of the init script.
9 years ago
Unknwon
583a57a454
#2273 URL consistency on webhook payload
9 years ago
Adam Strzelecki
4c57a489d7
scripts: Remove less.sh superseded by Makefile
We no longer need to manually build CSS files as Makefile keeps track of it.
9 years ago
Unknwon
72d7ca7fbd
finish wiki
9 years ago
Renato Aquino
96af617e67
HOME fix into FreeBSD init script
9 years ago
T.J. Yang
365fffa126
adding extra check on logpath
10 years ago
Andrey Nering
d925e13319
Adding simple script to install Gogs as a Windows service.
10 years ago
Jeff Geerling
ece5929ae2
Set USER env variable so installation can complete successfully.
10 years ago
Unknwon
5c76759c44
fix #1198
10 years ago
Unknwon
a667ee5e04
Merge branch 'master' of github.com:gogits/gogs into develop
10 years ago
无闻
9db21ad607
Merge pull request #1321 from wfriesen/freebsdinit
Fix command used by FreeBSD init script
10 years ago
无闻
80d4d1ff0c
Merge pull request #1262 from chadoe/systemd-env
fix systemd "Trailing garbage, ignoring." warning.
10 years ago
无闻
971d0053a0
Merge pull request #1185 from linquize/build-win
Update build.sh for Windows
10 years ago
Linquize
bac6e3f713
Update build.sh for Windows
10 years ago
William Friesen
605b23c7fc
Fix command used by FreeBSD init script
10 years ago
Björn
dbadd3a1cd
fix debian init script
- use start-stop-daemon's chuid feature insted of su
- using `su -c` breaks if the git user has no usable shell
- this fixes #1025
- put --test before --exec, instead it gets passed to gogs
- set cwd via --chdir
10 years ago
Martin van Beurden
fbe4cf3842
fix systemd "Trailing garbage, ignoring." warning.
Environment should be a space-separated list instead of comma-separated.
No need for double quoting when the values don't contain spaces.
10 years ago
Robert Rauch
94fa90457f
fix typo in centos init script
We should be *sourcing* `/etc/sysconfig/gogs`, not *executing* it, don't we?
10 years ago
Carlos Gutierrez
20961193f2
Remove use of PID and fix stderr redirection
10 years ago
Unknwon
292984f4f5
scripts: remove meaningless script and modify systemd service
10 years ago
Stefan-Code
208c1c0255
added less compile script
10 years ago
Unknwon
539c19222d
scripts: remove confuse scripts
10 years ago
Clint Armstrong
66a9c0d71d
Rename scripts/rc/freebsd/gogs to scripts/init/freebsd/gogs
10 years ago
Clint Armstrong
7e3d66673d
Add freebsd rc script
10 years ago