-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93ec2c7
commit 6a4d4ca
Showing
18 changed files
with
70 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,21 +64,21 @@ jobs: | |
package: oint | ||
package_root: .debpkg | ||
maintainer: Anton Titovets <[email protected]> | ||
version: '1.12.0' # refs/tags/v*.*.* | ||
version: '1.13.0' # refs/tags/v*.*.* | ||
arch: 'all' | ||
depends: 'mono-devel, libmono-system-core4.0-cil | libmono-system-core4.5-cil, libmono-system4.0-cil | libmono-system4.5-cil, libmono-corlib4.0-cil | libmono-corlib4.5-cil, libmono-i18n4.0-all | libmono-i18n4.5-all' | ||
desc: 'OInt CLI - приложение для работы с API различных онлайн-сервисов из командной строки' | ||
|
||
- name: Изменить имя пакета deb | ||
run: | | ||
cp oint_1.12.0_all.deb oint_1.12.0_all_ru.deb | ||
rm oint_1.12.0_all.deb | ||
cp oint_1.13.0_all.deb oint_1.13.0_all_ru.deb | ||
rm oint_1.13.0_all.deb | ||
- uses: actions/upload-artifact@v3 | ||
with: | ||
name: oint-deb | ||
path: | | ||
oint_1.12.0_all_ru.deb | ||
oint_1.13.0_all_ru.deb | ||
- name: Создать каталог rpm-пакета | ||
run: | | ||
|
@@ -95,7 +95,7 @@ jobs: | |
package: oint | ||
package_root: .rpmpkg | ||
maintainer: Anton Titovets <[email protected]> | ||
version: '1.12.0' | ||
version: '1.13.0' | ||
arch: 'x86_64' | ||
desc: 'OInt CLI - приложение для работы с API различных онлайн-сервисов из командной строки' | ||
requires: | | ||
|
@@ -104,15 +104,15 @@ jobs: | |
- name: Изменить имя пакета rpm | ||
run: | | ||
cp oint-1.12.0-1.el7.x86_64.rpm oint-1.12.0-1.el7.x86_64_ru.rpm | ||
rm oint-debuginfo-1.12.0-1.el7.x86_64.rpm | ||
rm oint-1.12.0-1.el7.x86_64.rpm | ||
cp oint-1.13.0-1.el7.x86_64.rpm oint-1.13.0-1.el7.x86_64_ru.rpm | ||
rm oint-debuginfo-1.13.0-1.el7.x86_64.rpm | ||
rm oint-1.13.0-1.el7.x86_64.rpm | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: oint-rpm | ||
path: | | ||
./oint-1.12.0-1.el7.x86_64_ru.rpm | ||
./oint-1.13.0-1.el7.x86_64_ru.rpm | ||
- name: Добавить DEB | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,21 +64,21 @@ jobs: | |
package: oint | ||
package_root: .debpkg | ||
maintainer: Anton Titovets <[email protected]> | ||
version: '1.12.0' # refs/tags/v*.*.* | ||
version: '1.13.0' # refs/tags/v*.*.* | ||
arch: 'all' | ||
depends: 'mono-devel, libmono-system-core4.0-cil | libmono-system-core4.5-cil, libmono-system4.0-cil | libmono-system4.5-cil, libmono-corlib4.0-cil | libmono-corlib4.5-cil, libmono-i18n4.0-all | libmono-i18n4.5-all' | ||
desc: 'OInt CLI - CLI toolkit for integrating with APIs of popular online services' | ||
|
||
- name: Изменить имя пакета deb | ||
run: | | ||
cp oint_1.12.0_all.deb oint_1.12.0_all_en.deb | ||
rm oint_1.12.0_all.deb | ||
cp oint_1.13.0_all.deb oint_1.13.0_all_en.deb | ||
rm oint_1.13.0_all.deb | ||
- uses: actions/upload-artifact@v3 | ||
with: | ||
name: oint-deb | ||
path: | | ||
./oint_1.12.0_all_en.deb | ||
./oint_1.13.0_all_en.deb | ||
- name: Создать каталог rpm-пакета | ||
run: | | ||
|
@@ -95,7 +95,7 @@ jobs: | |
package: oint | ||
package_root: .rpmpkg | ||
maintainer: Anton Titovets <[email protected]> | ||
version: '1.12.0' | ||
version: '1.13.0' | ||
arch: 'x86_64' | ||
desc: 'OInt CLI - CLI toolkit for integrating with APIs of popular online services' | ||
requires: | | ||
|
@@ -104,15 +104,15 @@ jobs: | |
- name: Изменить имя пакета rpm | ||
run: | | ||
cp oint-1.12.0-1.el7.x86_64.rpm oint-1.12.0-1.el7.x86_64_en.rpm | ||
rm oint-debuginfo-1.12.0-1.el7.x86_64.rpm | ||
rm oint-1.12.0-1.el7.x86_64.rpm | ||
cp oint-1.13.0-1.el7.x86_64.rpm oint-1.13.0-1.el7.x86_64_en.rpm | ||
rm oint-debuginfo-1.13.0-1.el7.x86_64.rpm | ||
rm oint-1.13.0-1.el7.x86_64.rpm | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: oint-rpm | ||
path: | | ||
./oint-1.12.0-1.el7.x86_64_en.rpm | ||
./oint-1.13.0-1.el7.x86_64_en.rpm | ||
- name: Добавить DEB | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,21 +80,21 @@ jobs: | |
package: oint | ||
package_root: .debpkg | ||
maintainer: Anton Titovets <[email protected]> | ||
version: '1.12.0' # refs/tags/v*.*.* | ||
version: '1.13.0' # refs/tags/v*.*.* | ||
arch: 'all' | ||
depends: 'mono-devel, libmono-system-core4.0-cil | libmono-system-core4.5-cil, libmono-system4.0-cil | libmono-system4.5-cil, libmono-corlib4.0-cil | libmono-corlib4.5-cil, libmono-i18n4.0-all | libmono-i18n4.5-all' | ||
desc: 'OInt CLI - приложение для работы с API различных онлайн-сервисов из командной строки' | ||
|
||
- name: Изменить имя пакета deb | ||
run: | | ||
cp oint_1.12.0_all.deb oint_1.12.0_all_ru.deb | ||
rm oint_1.12.0_all.deb | ||
cp oint_1.13.0_all.deb oint_1.13.0_all_ru.deb | ||
rm oint_1.13.0_all.deb | ||
- uses: actions/upload-artifact@v3 | ||
with: | ||
name: oint-deb | ||
path: | | ||
oint_1.12.0_all_ru.deb | ||
oint_1.13.0_all_ru.deb | ||
- name: Создать каталог rpm-пакета | ||
run: | | ||
|
@@ -111,7 +111,7 @@ jobs: | |
package: oint | ||
package_root: .rpmpkg | ||
maintainer: Anton Titovets <[email protected]> | ||
version: '1.12.0' | ||
version: '1.13.0' | ||
arch: 'x86_64' | ||
desc: 'OInt CLI - приложение для работы с API различных онлайн-сервисов из командной строки' | ||
requires: | | ||
|
@@ -120,15 +120,15 @@ jobs: | |
- name: Изменить имя пакета rpm | ||
run: | | ||
cp oint-1.12.0-1.el7.x86_64.rpm oint-1.12.0-1.el7.x86_64_ru.rpm | ||
rm oint-debuginfo-1.12.0-1.el7.x86_64.rpm | ||
rm oint-1.12.0-1.el7.x86_64.rpm | ||
cp oint-1.13.0-1.el7.x86_64.rpm oint-1.13.0-1.el7.x86_64_ru.rpm | ||
rm oint-debuginfo-1.13.0-1.el7.x86_64.rpm | ||
rm oint-1.13.0-1.el7.x86_64.rpm | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: oint-rpm | ||
path: | | ||
./oint-1.12.0-1.el7.x86_64_ru.rpm | ||
./oint-1.13.0-1.el7.x86_64_ru.rpm | ||
Testing-telegram: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,21 +80,21 @@ jobs: | |
package: oint | ||
package_root: .debpkg | ||
maintainer: Anton Titovets <[email protected]> | ||
version: '1.12.0' # refs/tags/v*.*.* | ||
version: '1.13.0' # refs/tags/v*.*.* | ||
arch: 'all' | ||
depends: 'mono-devel, libmono-system-core4.0-cil | libmono-system-core4.5-cil, libmono-system4.0-cil | libmono-system4.5-cil, libmono-corlib4.0-cil | libmono-corlib4.5-cil, libmono-i18n4.0-all | libmono-i18n4.5-all' | ||
desc: 'OInt CLI - CLI toolkit for integrating with APIs of popular online services' | ||
|
||
- name: Изменить имя пакета deb | ||
run: | | ||
cp oint_1.12.0_all.deb oint_1.12.0_all_en.deb | ||
rm oint_1.12.0_all.deb | ||
cp oint_1.13.0_all.deb oint_1.13.0_all_en.deb | ||
rm oint_1.13.0_all.deb | ||
- uses: actions/upload-artifact@v3 | ||
with: | ||
name: oint-deb | ||
path: | | ||
./oint_1.12.0_all_en.deb | ||
./oint_1.13.0_all_en.deb | ||
- name: Создать каталог rpm-пакета | ||
run: | | ||
|
@@ -111,7 +111,7 @@ jobs: | |
package: oint | ||
package_root: .rpmpkg | ||
maintainer: Anton Titovets <[email protected]> | ||
version: '1.12.0' | ||
version: '1.13.0' | ||
arch: 'x86_64' | ||
desc: 'OInt CLI - CLI toolkit for integrating with APIs of popular online services' | ||
requires: | | ||
|
@@ -120,15 +120,15 @@ jobs: | |
- name: Изменить имя пакета rpm | ||
run: | | ||
cp oint-1.12.0-1.el7.x86_64.rpm oint-1.12.0-1.el7.x86_64_en.rpm | ||
rm oint-debuginfo-1.12.0-1.el7.x86_64.rpm | ||
rm oint-1.12.0-1.el7.x86_64.rpm | ||
cp oint-1.13.0-1.el7.x86_64.rpm oint-1.13.0-1.el7.x86_64_en.rpm | ||
rm oint-debuginfo-1.13.0-1.el7.x86_64.rpm | ||
rm oint-1.13.0-1.el7.x86_64.rpm | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: oint-rpm | ||
path: | | ||
./oint-1.12.0-1.el7.x86_64_en.rpm | ||
./oint-1.13.0-1.el7.x86_64_en.rpm | ||
Testing-telegram: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"root": "./src/", | ||
"mainLang": "ru", | ||
"packageSrc": "OInt/", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Описание.Имя("oint") | ||
.Версия("1.12.0") | ||
.Версия("1.13.0") | ||
.Автор("bayselonarrend") | ||
.АдресАвтора("[email protected]") | ||
.Описание("Открытый пакет интеграций с популярными API") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Описание.Имя("oint-cli") | ||
.Версия("1.12.0") | ||
.Версия("1.13.0") | ||
.Автор("bayselonarrend") | ||
.АдресАвтора("[email protected]") | ||
.Описание("CLI версия Открытого пакета интеграций") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Описание.Имя("oint") | ||
.Версия("1.12.0") | ||
.Версия("1.13.0") | ||
.Автор("bayselonarrend") | ||
.АдресАвтора("[email protected]") | ||
.Описание("Открытый пакет интеграций с популярными API") | ||
|
Oops, something went wrong.