Skip to content

Commit 2d68bd1

Browse files
DblKandreynering
authored andcommitted
Change import reference to match gitea instead of gogs (#37)
1 parent 507ce13 commit 2d68bd1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+440
-440
lines changed

‎.github/CONTRIBUTING.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Depends on the situation, you will:
1515

1616
### Bug Report
1717

18-
If you find something you consider a bug, please create a issue on [GitHub](https://github.com/gogits/gogs/issues). To avoid wasting time and reduce back-and-forth communication with team members, please include at least the following information in a form comfortable for you:
18+
If you find something you consider a bug, please create a issue on [GitHub](https://github.com/go-gitea/gitea/issues). To avoid wasting time and reduce back-and-forth communication with team members, please include at least the following information in a form comfortable for you:
1919

2020
- Bug Description
2121
- Gogs Version
@@ -24,7 +24,7 @@ If you find something you consider a bug, please create a issue on [GitHub](http
2424
- Error Log
2525
- Other information
2626

27-
Please take a moment to check that an issue on [GitHub](https://github.com/gogits/gogs/issues) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests.
27+
Please take a moment to check that an issue on [GitHub](https://github.com/go-gitea/gitea/issues) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests.
2828

2929
#### Bug Report Example
3030

@@ -42,7 +42,7 @@ There is no standard form of making a feature request. Just try to describe the
4242

4343
### Pull Request
4444

45-
Please read detailed information on [Wiki](https://github.com/gogits/gogs/wiki/Contributing-Code).
45+
Please read detailed information on [Wiki](https://github.com/go-gitea/gitea/wiki/Contributing-Code).
4646

4747
### Ask For Help
4848

‎.github/PULL_REQUEST_TEMPLATE.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The pull request will be closed without any reasons if it does not satisfy any o
22

33
1. Please make sure you are targeting the `develop` branch.
44
2. Please read contributing guidelines:
5-
https://github.com/gogits/gogs/wiki/Contributing-Code
5+
https://github.com/go-gitea/gitea/wiki/Contributing-Code
66
3. Please describe what your pull request does and which issue you're targeting
77
4. ... if it is not related to any particular issues, explain why we should not reject your pull request.
88

‎.gopmfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[target]
2-
path = github.com/gogits/gogs
2+
path = github.com/go-gitea/gitea
33

44
[deps]
55
github.com/bradfitz/gomemcache = commit:fb1f79c

‎Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
LDFLAGS += -X "github.com/gogits/gogs/modules/setting.BuildTime=$(shell date -u '+%Y-%m-%d %I:%M:%S %Z')"
2-
LDFLAGS += -X "github.com/gogits/gogs/modules/setting.BuildGitHash=$(shell git rev-parse HEAD)"
1+
LDFLAGS += -X "github.com/go-gitea/gitea/modules/setting.BuildTime=$(shell date -u '+%Y-%m-%d %I:%M:%S %Z')"
2+
LDFLAGS += -X "github.com/go-gitea/gitea/modules/setting.BuildGitHash=$(shell git rev-parse HEAD)"
33

44
DATA_FILES := $(shell find conf | sed 's/ /\\ /g')
55
LESS_FILES := $(wildcard public/less/gogs.less public/less/_*.less)

‎README.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/gogs/localized.svg)](https://crowdin.com/project/gogs) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22
=====================
33

4-
![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)
4+
![](https://github.com/go-gitea/gitea/blob/master/public/img/gogs-large-resize.png?raw=true)
55

6-
##### Current tip version: 0.9.99 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions or submit a task on [alpha stage automated binary building system](https://build.gogs.io/))
6+
##### Current tip version: 0.9.99 (see [Releases](https://github.com/go-gitea/gitea/releases) for binary versions or submit a task on [alpha stage automated binary building system](https://build.gogs.io/))
77

88
| Web | UI | Preview |
99
|:-------------:|:-------:|:-------:|
@@ -13,7 +13,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
1313

1414
### Important Notes
1515

16-
1. **YOU MUST READ [Contributing Code](https://github.com/gogits/gogs/wiki/Contributing-Code) BEFORE STARTING TO WORK ON A PULL REQUEST**.
16+
1. **YOU MUST READ [Contributing Code](https://github.com/go-gitea/gitea/wiki/Contributing-Code) BEFORE STARTING TO WORK ON A PULL REQUEST**.
1717
2. Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) was reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site.
1818
3. The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch.
1919
4. If you think there are vulnerabilities in the project, please talk privately to **[email protected]**. Thanks!
@@ -72,7 +72,7 @@ There are 5 ways to install Gogs:
7272
- [Install from binary](https://gogs.io/docs/installation/install_from_binary.html)
7373
- [Install from source](https://gogs.io/docs/installation/install_from_source.html)
7474
- [Install from packages](https://gogs.io/docs/installation/install_from_packages.html)
75-
- [Ship with Docker](https://github.com/gogits/gogs/tree/master/docker)
75+
- [Ship with Docker](https://github.com/go-gitea/gitea/tree/master/docker)
7676
- [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)
7777

7878
### Tutorials
@@ -130,9 +130,9 @@ There are 5 ways to install Gogs:
130130
## Contributors
131131

132132
- Ex-team members [@lunny](https://github.com/lunny), [@fuxiaohei](https://github.com/fuxiaohei) and [@slene](https://github.com/slene).
133-
- See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors.
133+
- See [contributors page](https://github.com/go-gitea/gitea/graphs/contributors) for full list of contributors.
134134
- See [TRANSLATORS](conf/locale/TRANSLATORS) for public list of translators.
135135

136136
## License
137137

138-
This project is under the MIT License. See the [LICENSE](https://github.com/gogits/gogs/blob/master/LICENSE) file for the full license text.
138+
This project is under the MIT License. See the [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) file for the full license text.

‎README_ZH.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
5353
- [二进制安装](https://gogs.io/docs/installation/install_from_binary.html)
5454
- [源码安装](https://gogs.io/docs/installation/install_from_source.html)
5555
- [包管理安装](https://gogs.io/docs/installation/install_from_packages.html)
56-
- [采用 Docker 部署](https://github.com/gogits/gogs/tree/master/docker)
56+
- [采用 Docker 部署](https://github.com/go-gitea/gitea/tree/master/docker)
5757
- [通过 Vagrant 安装](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)
5858

5959
### 使用教程
@@ -99,9 +99,9 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
9999
## 贡献成员
100100

101101
- 前团队成员 [@lunny](https://github.com/lunny)[@fuxiaohei](https://github.com/fuxiaohei)[@slene](https://github.com/slene)
102-
- 您可以通过查看 [贡献者页面](https://github.com/gogits/gogs/graphs/contributors) 获取完整的贡献者列表。
102+
- 您可以通过查看 [贡献者页面](https://github.com/go-gitea/gitea/graphs/contributors) 获取完整的贡献者列表。
103103
- 您可以通过查看 [TRANSLATORS](conf/locale/TRANSLATORS) 文件获取公开的翻译人员列表。
104104

105105
## 授权许可
106106

107-
本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 [LICENSE](https://github.com/gogits/gogs/blob/master/LICENSE) 文件中。
107+
本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) 文件中。

‎cmd/admin.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99

1010
"github.com/urfave/cli"
1111

12-
"github.com/gogits/gogs/models"
13-
"github.com/gogits/gogs/modules/setting"
12+
"github.com/go-gitea/gitea/models"
13+
"github.com/go-gitea/gitea/modules/setting"
1414
)
1515

1616
var (

‎cmd/dump.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import (
1616
"github.com/Unknwon/cae/zip"
1717
"github.com/urfave/cli"
1818

19-
"github.com/gogits/gogs/models"
20-
"github.com/gogits/gogs/modules/setting"
19+
"github.com/go-gitea/gitea/models"
20+
"github.com/go-gitea/gitea/modules/setting"
2121
)
2222

2323
var CmdDump = cli.Command{

‎cmd/serve.go‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ import (
1818
gouuid "github.com/satori/go.uuid"
1919
"github.com/urfave/cli"
2020

21-
"github.com/gogits/gogs/models"
22-
"github.com/gogits/gogs/modules/base"
23-
"github.com/gogits/gogs/modules/httplib"
24-
"github.com/gogits/gogs/modules/log"
25-
"github.com/gogits/gogs/modules/setting"
21+
"github.com/go-gitea/gitea/models"
22+
"github.com/go-gitea/gitea/modules/base"
23+
"github.com/go-gitea/gitea/modules/httplib"
24+
"github.com/go-gitea/gitea/modules/log"
25+
"github.com/go-gitea/gitea/modules/setting"
2626
)
2727

2828
const (

‎cmd/update.go‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import (
99

1010
"github.com/urfave/cli"
1111

12-
"github.com/gogits/gogs/models"
13-
"github.com/gogits/gogs/modules/log"
14-
"github.com/gogits/gogs/modules/setting"
12+
"github.com/go-gitea/gitea/models"
13+
"github.com/go-gitea/gitea/modules/log"
14+
"github.com/go-gitea/gitea/modules/setting"
1515
)
1616

1717
var CmdUpdate = cli.Command{

0 commit comments

Comments
 (0)