Skip to content

Commit ab24a08

Browse files
authored
v7.4 #1
1 parent 6c847cc commit ab24a08

File tree

7 files changed

+42
-33
lines changed

7 files changed

+42
-33
lines changed

.github/workflows/on-push.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
2222
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
2323
echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes"
24-
echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
24+
echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
2525
echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
2626
id: envirorment-variables
2727

@@ -69,15 +69,14 @@ jobs:
6969
repository: createstructure/createstructure
7070
releases-only: true
7171
id : latest
72-
7372
- name: Set envirorment varible(s)
7473
run: |
7574
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
7675
echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
7776
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
7877
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
7978
echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes"
80-
echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
79+
echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
8180
echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
8281
id: envirorment-variables
8382

@@ -103,16 +102,15 @@ jobs:
103102
# repository: createstructure/createstructure
104103
# releases-only: true
105104
# id : latest
106-
107-
# - name: Set envirorment varible(s)
108-
# run: |
109-
# echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
110-
# echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
111-
# echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
112-
# echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
113-
# echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes"
114-
# echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
115-
# echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
105+
# - name: Set envirorment varible(s)
106+
# run: |
107+
# echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
108+
# echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
109+
# echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
110+
# echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
111+
# echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes"
112+
# echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
113+
# echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
116114
# id: envirorment-variables
117115

118116
# - name: gpg import

.github/workflows/on-release.yml

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
2424
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
2525
echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes"
26-
echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
26+
echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
2727
echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
2828
id: envirorment-variables
2929

@@ -94,15 +94,14 @@ jobs:
9494
repository: createstructure/createstructure
9595
releases-only: true
9696
id : latest
97-
9897
- name: Set envirorment varible(s)
9998
run: |
10099
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
101100
echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
102101
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
103102
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
104103
echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes"
105-
echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
104+
echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
106105
echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
107106
id: envirorment-variables
108107

@@ -138,16 +137,15 @@ jobs:
138137
# repository: createstructure/createstructure
139138
# releases-only: true
140139
# id : latest
141-
142-
# - name: Set envirorment varible(s)
143-
# run: |
144-
# echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
145-
# echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
146-
# echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
147-
# echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
148-
# echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes"
149-
# echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
150-
# echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
140+
# - name: Set envirorment varible(s)
141+
# run: |
142+
# echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
143+
# echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
144+
# echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
145+
# echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
146+
# echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes"
147+
# echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
148+
# echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
151149
# id: envirorment-variables
152150

153151
# - name: gpg import
@@ -191,17 +189,15 @@ jobs:
191189
repository: createstructure/createstructure
192190
releases-only: true
193191
id : latest
194-
195192
- name: Set envirorment varible(s)
196193
run: |
197194
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
198195
echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
199196
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
200197
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
201198
echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes"
202-
echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
199+
echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
203200
echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
204-
id: envirorment-variables
205201
- name: Try to build
206202
run: |
207203
cd choco
@@ -231,7 +227,7 @@ jobs:
231227
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
232228
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
233229
echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes"
234-
echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
230+
echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
235231
echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg"
236232
id: envirorment-variables
237233
- name: Build & Publish

choco/ReadMe.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# createstructure
2-
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/createstructure/createstructure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v7.3-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/createstructure/createstructure) ![PyPI](https://img.shields.io/pypi/v/createstructure)
2+
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/createstructure/createstructure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v7.4-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/createstructure/createstructure) ![PyPI](https://img.shields.io/pypi/v/createstructure)
33

44
![](https://github.com/CastellaniDavide/createstructure/raw/master/docs/createstructure.png)
55

@@ -166,6 +166,7 @@ With this program, you can easily create a repository on GitHub :octocat: with a
166166

167167
### Changelog
168168
![](https://www.ashoka.org/sites/default/files/styles/medium_1600x1000/public/old_way_new_way.jpg?itok=3JnbJz4O)
169+
- [7.4_2021-03-07](#74_2021-03-07)
169170
- [7.3_2021-03-07](#73_2021-03-07)
170171
- [7.2_2021-03-04](#72_2021-03-04)
171172
- [7.1_2021-02-13](#71_2021-02-13)
@@ -185,6 +186,9 @@ With this program, you can easily create a repository on GitHub :octocat: with a
185186
- [2.0_2020-03-24](#20_2020-03-24)
186187
- [1.0_2020-03-24](#10_2020-03-24)
187188

189+
#### 7.3_2021-03-07
190+
- Fixed a minor bugs
191+
188192
#### 7.3_2021-03-07
189193
- Fixed few bugs
190194

choco/createstructure.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>createstructure</id>
5-
<version>7.3</version>
5+
<version>7.4</version>
66
<title>createstructure (Install)</title>
77
<authors>Castellani Davide</authors>
88
<projectUrl>https://github.com/createstructure/createstructure</projectUrl>

choco/tools/VERIFICATION.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ To check the correct funtionality try to:
66
- v7.1 7FEF673E2257F37B612B91F81BBB01AB31C926BF799FD117D8D969ECAF39DE50
77
- v7.2 0733B24BDEE31972D12D37C4A6BA115448516037A7B6291592A8CB5F31898EE3
88
- v7.3 0733B24BDEE31972D12D37C4A6BA115448516037A7B6291592A8CB5F31898EE3
9+
- v7.4 0733B24BDEE31972D12D37C4A6BA115448516037A7B6291592A8CB5F31898EE3
910
- Do the login "createstructure -l" in a shell as An Administrator.
1011
- Create a repository ""createstructure"
1112
- If you want you can check it manually with the source, you can found it in this link: https://github.com/CastellaniDavide/create_structure

debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
createstructure (7.4) focal; urgency=medium
2+
3+
* Fixed a minor bug
4+
5+
-- Castellani Davide <help@castellanidavide.it> Sun, 07 Mar 2021 10:08:00 +1000
6+
17
createstructure (7.3) focal; urgency=medium
28

39
* Fixed few bugs

docs/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# createstructure
2-
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/createstructure/createstructure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v7.3-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/createstructure/createstructure) ![PyPI](https://img.shields.io/pypi/v/createstructure)
2+
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/createstructure/createstructure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v7.4-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/createstructure/createstructure) ![PyPI](https://img.shields.io/pypi/v/createstructure)
33

44
![](https://github.com/CastellaniDavide/createstructure/raw/master/docs/createstructure.png)
55

@@ -166,6 +166,7 @@ With this program, you can easily create a repository on GitHub :octocat: with a
166166

167167
### Changelog
168168
![](https://www.ashoka.org/sites/default/files/styles/medium_1600x1000/public/old_way_new_way.jpg?itok=3JnbJz4O)
169+
- [7.4_2021-03-07](#74_2021-03-07)
169170
- [7.3_2021-03-07](#73_2021-03-07)
170171
- [7.2_2021-03-04](#72_2021-03-04)
171172
- [7.1_2021-02-13](#71_2021-02-13)
@@ -185,6 +186,9 @@ With this program, you can easily create a repository on GitHub :octocat: with a
185186
- [2.0_2020-03-24](#20_2020-03-24)
186187
- [1.0_2020-03-24](#10_2020-03-24)
187188

189+
#### 7.4_2021-03-07
190+
- Fixed a minor bug
191+
188192
#### 7.3_2021-03-07
189193
- Fixed few bugs
190194

0 commit comments

Comments
 (0)