mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Update GitHub references to Gitlab
This commit is contained in:
parent
ef99f1afac
commit
a3038cad00
@ -17,13 +17,13 @@ An auth system for EVE Online to help in-game organizations manage online servic
|
|||||||
|
|
||||||
Active Developers:
|
Active Developers:
|
||||||
|
|
||||||
- [Adarnof](https://github.com/adarnof/)
|
- [Adarnof](https://gitlab.com/adarnof/)
|
||||||
- [Basraah](https://github.com/basraah/)
|
- [Basraah](https://gitlab.com/basraah/)
|
||||||
|
|
||||||
Beta Testers / Bug Fixers:
|
Beta Testers / Bug Fixers:
|
||||||
|
|
||||||
- [ghoti](https://github.com/ghoti/)
|
- [ghoti](https://gitlab.com/ChainsawMcGinny/)
|
||||||
- [mmolitor87](https://github.com/mmolitor87/)
|
- [mmolitor87](https://gitlab.com/mmolitor87/)
|
||||||
- [TargetZ3R0](https://github.com/TargetZ3R0)
|
- [TargetZ3R0](https://github.com/TargetZ3R0)
|
||||||
- [kaezon](https://github.com/kaezon/)
|
- [kaezon](https://github.com/kaezon/)
|
||||||
- [orbitroom](https://github.com/orbitroom/)
|
- [orbitroom](https://github.com/orbitroom/)
|
||||||
|
@ -73,7 +73,7 @@ def get_notifications():
|
|||||||
# Limit notifications to those posted by repo owners and members
|
# Limit notifications to those posted by repo owners and members
|
||||||
response['notifications'] += notifications[:5]
|
response['notifications'] += notifications[:5]
|
||||||
except requests.RequestException:
|
except requests.RequestException:
|
||||||
logger.exception('Error while getting github notifications')
|
logger.exception('Error while getting gitlab notifications')
|
||||||
return response
|
return response
|
||||||
|
|
||||||
|
|
||||||
|
@ -202,7 +202,7 @@ If you intend to use this account as your personal auth account you need to add
|
|||||||
|
|
||||||
## Updating
|
## Updating
|
||||||
|
|
||||||
Periodically [new releases](https://github.com/allianceauth/allianceauth/releases/) are issued with bug fixes and new features. To update your install, simply activate your virtual environment and update with `pip install --upgrade allianceauth`. Be sure to read the release notes which will highlight changes.
|
Periodically [new releases](https://gitlab.com/allianceauth/allianceauth/tags) are issued with bug fixes and new features. To update your install, simply activate your virtual environment and update with `pip install --upgrade allianceauth`. Be sure to read the release notes which will highlight changes.
|
||||||
|
|
||||||
Some releases come with changes to settings: update your project's settings with `allianceauth update /home/allianceserver/myauth`.
|
Some releases come with changes to settings: update your project's settings with `allianceauth update /home/allianceserver/myauth`.
|
||||||
|
|
||||||
|
@ -82,4 +82,4 @@ A similar process can be used to ensure users who may have lost service permissi
|
|||||||
|
|
||||||
## Help
|
## Help
|
||||||
|
|
||||||
If something goes wrong during the migration reach out for help on [Gitter](https://gitter.im/R4stl1n/allianceauth) or open an [issue](https://github.com/allianceauth/allianceauth/issues).
|
If something goes wrong during the migration reach out for help on [Gitter](https://gitter.im/R4stl1n/allianceauth) or open an [issue](https://gitlab.com/allianceauth/allianceauth/issues).
|
||||||
|
@ -22,7 +22,7 @@ Now two packages need to be installed:
|
|||||||
|
|
||||||
apt-get install python-software-properties mumble-server
|
apt-get install python-software-properties mumble-server
|
||||||
|
|
||||||
Download the appropriate authenticator release from [the authenticator repository](https://github.com/allianceauth/mumble-authenticator) and install the python dependencies for it:
|
Download the appropriate authenticator release from [the authenticator repository](https://gitlab.com/allianceauth/mumble-authenticator) and install the python dependencies for it:
|
||||||
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## Something broken? Stuck on an issue? Can't get it set up?
|
## Something broken? Stuck on an issue? Can't get it set up?
|
||||||
|
|
||||||
Start by checking the [issues](https://github.com/allianceauth/allianceauth/issues?q=is%3Aissue) - especially closed ones.
|
Start by checking the [issues](https://gitlab.com/allianceauth/allianceauth/issues?scope=all&utf8=%E2%9C%93&state=all&search=my+issue) - especially closed ones.
|
||||||
|
|
||||||
No answer?
|
No answer?
|
||||||
- open an [issue](https://github.com/allianceauth/allianceauth/issues)
|
- open an [issue](https://gitlab.com/allianceauth/allianceauth/issues)
|
||||||
- harass us on [gitter](https://gitter.im/R4stl1n/allianceauth)
|
- harass us on [gitter](https://gitter.im/R4stl1n/allianceauth)
|
||||||
|
|
||||||
## Logging
|
## Logging
|
||||||
|
2
setup.py
2
setup.py
@ -50,7 +50,7 @@ setup(
|
|||||||
python_requires='~=3.4',
|
python_requires='~=3.4',
|
||||||
license='GPLv2',
|
license='GPLv2',
|
||||||
packages=['allianceauth'],
|
packages=['allianceauth'],
|
||||||
url='https://github.com/allianceauth/allianceauth',
|
url='https://gitlab.com/allianceauth/allianceauth',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
entry_points="""
|
entry_points="""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user