Преглед на файлове

Adjust URLs to gitblit.github.io to point to gitblit-org.github.io

Adjust other references to the old 'gitblit' organisation on Github to
point to the new 'gitblit-org' organisation.
pull/1442/head
Florian Zschocke преди 1 година
родител
ревизия
afa4f7e0b4
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1
    1
      .github/workflows/ci-build.yml
  2. 1
    1
      README.markdown
  3. 1
    1
      src/main/java/com/gitblit/manager/PluginManager.java

+ 1
- 1
.github/workflows/ci-build.yml Целия файл

@@ -32,7 +32,7 @@ jobs:

- name: Setup Moxie
run: |
wget http://gitblit.github.io/moxie/maven/com/gitblit/moxie/moxie+ant/0.9.4/moxie+ant-0.9.4.tar.gz
wget http://gitblit-org.github.io/moxie/maven/com/gitblit/moxie/moxie+ant/0.9.4/moxie+ant-0.9.4.tar.gz
tar -xzf moxie+ant-0.9.4.tar.gz
moxie-0.9.4/bin/moxie -version


+ 1
- 1
README.markdown Целия файл

@@ -57,5 +57,5 @@ Make sure to clone using `--recursive` OR to execute `git submodule update --ini
Building Tips & Tricks
----------------------
1. If you are running Ant from an ANSI-capable console, consider setting the `MX_COLOR` environment variable before executing Ant.<pre>set MX_COLOR=true</pre>
2. The build script will honor your Maven proxy settings. If you need to fine-tune this, please review the [settings.moxie](http://gitblit.github.io/moxie/settings.html) documentation.
2. The build script will honor your Maven proxy settings. If you need to fine-tune this, please review the [settings.moxie](http://gitblit-org.github.io/moxie/settings.html) documentation.

+ 1
- 1
src/main/java/com/gitblit/manager/PluginManager.java Целия файл

@@ -315,7 +315,7 @@ public class PluginManager implements IPluginManager, PluginStateListener {

@Override
public synchronized boolean refreshRegistry(boolean verifyChecksum) {
String dr = "http://gitblit.github.io/gitblit-registry/plugins.json";
String dr = "http://gitblit-org.github.io/gitblit-registry/plugins.json";
String url = runtimeManager.getSettings().getString(Keys.plugins.registry, dr);
try {
File file = download(url, verifyChecksum);

Loading…
Отказ
Запис