add gitea and pathman
[webi-installers/.git] / _common / gitea.js
index 425d7d7e005f4bf0d09fead755e82d16780b9cc6..a3aa574397e2ae1875b9fbb6db11a378356bf0b5 100644 (file)
@@ -23,7 +23,8 @@ function getAllReleases(request, owner, repo, baseurl) {
 module.exports = getAllReleases;
 
 if (module === require.main) {
-  getAllReleases(require('@root/request'), 'root', 'serviceman', 'https://git.rootprojects.org').then(
+  getAllReleases(require('@root/request'), 'coolaj86', 'go-pathman', 'https://git.coolaj86.com').then(
+  //getAllReleases(require('@root/request'), 'root', 'serviceman', 'https://git.rootprojects.org').then(
     function (all) {
       console.log(JSON.stringify(all, null, 2));
     }