Compare commits

...

27 commits

Author SHA1 Message Date
Your Name
67a1e4c3ed 3.162.0
All checks were successful
Run CI/CD... / main (push) Successful in 9m38s
2025-04-09 20:11:18 +00:00
Your Name
46a86dccd1 3.160.0
All checks were successful
Run CI/CD... / main (push) Successful in 10m26s
2025-04-01 20:05:44 +00:00
Your Name
3397a1390d 3.159.0
All checks were successful
Run CI/CD... / main (push) Successful in 10m52s
2025-03-30 13:43:06 +00:00
Your Name
4c202b4877 3.158.0
All checks were successful
Run CI/CD... / main (push) Successful in 9m51s
2025-03-25 09:42:57 +00:00
Your Name
d596e8fd42 3.156.0
All checks were successful
Run CI/CD... / main (push) Successful in 8m54s
2025-03-17 20:34:32 +00:00
Your Name
a8886c3fa8 3.154.0
All checks were successful
Run CI/CD... / main (push) Successful in 17m28s
2025-03-08 23:08:16 +00:00
Your Name
e7886809db 3.153.1
All checks were successful
Run CI/CD... / main (push) Successful in 2h46m51s
2025-03-01 21:48:28 +00:00
Your Name
fe96170172 3.152.0 2025-02-22 08:59:12 +00:00
Your Name
ee7fad98da 3.151.0
All checks were successful
Run CI/CD... / main (push) Successful in 2h16m10s
2025-02-21 20:54:59 +00:00
Your Name
9ede4324ff 3.150.0
All checks were successful
Run CI/CD... / main (push) Successful in 20m18s
2025-02-20 18:55:30 +00:00
Your Name
2055fcdcdf 3.150.0
Some checks failed
Run CI/CD... / main (push) Failing after 24m23s
2025-02-11 19:30:14 +00:00
Your Name
d66ed68c18 3.148.0
Some checks failed
Run CI/CD... / main (push) Failing after 1m47s
2025-01-31 22:52:49 +00:00
Your Name
5b896524b7 Add .gitignore and .gitea/workflows/ci.yml
Some checks are pending
Run CI/CD... / main (push) Waiting to run
2025-01-31 18:59:43 +00:00
a54834a781 3.147.0 2025-01-21 20:19:38 +00:00
502146b68b 3.146.0 2025-01-16 20:15:07 +00:00
65d5a7499c 3.145.0 2025-01-08 20:53:13 +00:00
8fad9f6bf8 Добавление .gitignore и .gitea/workflows/ci.yml 2025-01-07 23:22:53 +03:00
5cb659be1a 3.144.1 2024-12-21 21:30:35 +00:00
1a57c65571 3.143.0 2024-12-13 20:10:03 +00:00
689f13f2dc 3.142.0 2024-11-26 22:27:16 +00:00
8fb4d86b2e 3.141.0 2024-11-23 08:52:10 +00:00
9a5df69e34 3.140.0 2024-11-19 20:08:09 +00:00
c7c2282288 3.139.0 2024-11-19 10:17:26 +00:00
44021a40aa 3.138.0 2024-11-08 08:05:55 +00:00
9171e37dd8 3.136.1 2024-10-08 19:56:11 +00:00
38b7375069 3.136.0 2024-10-08 08:45:27 +00:00
b613f0adac 3.136.0 2024-10-08 07:48:46 +00:00
4 changed files with 26 additions and 8 deletions

View file

@ -1,2 +1,2 @@
sources:
pulumi-3.135.1.tar.gz: 0670e13926e5aeb55de1e1652736ffafa0c9014c
pulumi-3.162.0.tar.gz: 891a5a1adb3a76707e89d057d6063244a4fcccde

17
.gitea/workflows/ci.yml Normal file
View file

@ -0,0 +1,17 @@
version: '1'
name: Run CI/CD...
on: [push]
jobs:
main:
runs-on: r11_builder
steps:
- name: Jobs
uses: ${{ github.server_url }}/Djam/r11_workflows@main
with:
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
PUBLICATOR: ${{ secrets.PUBLICATOR }}
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
.*~
*~
.env

View file

@ -1,9 +1,9 @@
%define debug %nil
%define debug_package %nil
%define secscan 1
%define secscan 0
Name: pulumi
Version: 3.135.1
Version: 3.162.0
Release: 1
Summary: Modern Infrastructure as Code
URL: https://www.pulumi.com
@ -18,7 +18,7 @@ BuildRequires: upx
BuildRequires: clamav
BuildRequires: trivy
%endif
BuildRequires: pkgconfig(openssl3.3)
%description
Pulumi's Infrastructure as Code SDK is the easiest way to
@ -77,8 +77,7 @@ Pulumi language nodejs
%build
export GO111MODULE=on
#export GOPROXY=direct
export GOPROXY=https://proxy.golang.org/cached-only
export GOPROXY=https://proxy.golang.org,direct
pushd pkg
go mod download
@ -107,8 +106,7 @@ popd
popd
upx bin/*
#upx bin/*
%install
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}