Browse Source

tekošā versija

Ivars 7 years ago
parent
commit
ea3a66a141
6 changed files with 17 additions and 6 deletions
  1. 1
    1
      Contents/Code/__init__.py
  2. 1
    1
      Contents/VERSION
  3. 3
    0
      changelog.md
  4. 1
    1
      deploy.bat
  5. 11
    3
      pmake.bat
  6. BIN
      release/PlayStream.bundle-0.1.1.zip

+ 1
- 1
Contents/Code/__init__.py View File

1
-VERSION = "0.1.1"
1
+VERSION = "0.1.6"
2
 CHANNEL_NAME = "PlayStream"
2
 CHANNEL_NAME = "PlayStream"
3
 PREFIX   = '/video/playstream'
3
 PREFIX   = '/video/playstream'
4
 DEV = True if Platform.MachineIdentifier == 'Unit testing' else False
4
 DEV = True if Platform.MachineIdentifier == 'Unit testing' else False

+ 1
- 1
Contents/VERSION View File

1
-0.1.2
1
+0.1.6

+ 3
- 0
changelog.md View File

1
+**0.1.6** (10.12.2017):
2
+- salabots atbilstoši enigma2 0.7o versijai
3
+
1
 **0.1.2** (04.10.2017):
4
 **0.1.2** (04.10.2017):
2
 - salaboti ltc,filmix,cinemalive u.c
5
 - salaboti ltc,filmix,cinemalive u.c
3
 
6
 

+ 1
- 1
deploy.bat View File

9
 readme.md
9
 readme.md
10
 changelog.md
10
 changelog.md
11
 Contents\*.*
11
 Contents\*.*
12
-Contents\Resources\*.*
13
 Contents\Code\*.py
12
 Contents\Code\*.py
14
 Contents\Libraries\Shared\*.py
13
 Contents\Libraries\Shared\*.py
15
 Contents\Libraries\Shared\content\*.py
14
 Contents\Libraries\Shared\content\*.py
17
 Contents\Libraries\Shared\content\sources\*.cfg
16
 Contents\Libraries\Shared\content\sources\*.cfg
18
 Contents\Libraries\Shared\content\resolvers\*.py
17
 Contents\Libraries\Shared\content\resolvers\*.py
19
 ) do echo f | xcopy /y   %%f "%TARGET%%%f"
18
 ) do echo f | xcopy /y   %%f "%TARGET%%%f"
19
+xcopy  Contents\Libraries\Shared\content\picons\*.* "%TARGET%Contents\Resources\"
20
 
20
 
21
 
21
 
22
 rem "%ProgramFiles%\WinRAR\winrar.exe" x -ibck requests.zip *.* "%TARGET%\Contents\Libraries\Shared"
22
 rem "%ProgramFiles%\WinRAR\winrar.exe" x -ibck requests.zip *.* "%TARGET%\Contents\Libraries\Shared"

+ 11
- 3
pmake.bat View File

1
 @echo off
1
 @echo off
2
-:=== Parameters ===
3
 
2
 
3
+:--- Pull content submodule ---
4
+pushd Contents\Libraries\Shared\content\
5
+git checkout .
6
+git pull
7
+popd
8
+
9
+:=== Parameters ===
4
 python get_version.py Contents\Code\__init__.py >Contents\VERSION
10
 python get_version.py Contents\Code\__init__.py >Contents\VERSION
5
 set /p ver=<Contents\VERSION
11
 set /p ver=<Contents\VERSION
6
 echo VERSION = %ver%
12
 echo VERSION = %ver%
13
+pause
7
 
14
 
8
 set prog=PlayStream
15
 set prog=PlayStream
9
 set pack_name=PlayStream.bundle
16
 set pack_name=PlayStream.bundle
24
 readme.md
31
 readme.md
25
 changelog.md
32
 changelog.md
26
 Contents\*.*
33
 Contents\*.*
27
-Contents\Resources\*.*
28
 Contents\Code\*.py
34
 Contents\Code\*.py
29
 Contents\Libraries\Shared\*.py
35
 Contents\Libraries\Shared\*.py
30
 Contents\Libraries\Shared\content\__init__.py
36
 Contents\Libraries\Shared\content\__init__.py
67
 Contents\Libraries\Shared\content\resolvers\kodik.py
73
 Contents\Libraries\Shared\content\resolvers\kodik.py
68
 Contents\Libraries\Shared\content\resolvers\youtuberesolver.py
74
 Contents\Libraries\Shared\content\resolvers\youtuberesolver.py
69
 ) do echo f| xcopy %%f %pack_name%\%%f
75
 ) do echo f| xcopy %%f %pack_name%\%%f
76
+xcopy  Contents\Libraries\Shared\content\picons\*.* %pack_name%\Contents\Resources\
70
 
77
 
71
 "%ProgramFiles%\WinRAR\winrar.exe" x -ibck requests.zip *.* %pack_name%\Contents\Libraries\Shared
78
 "%ProgramFiles%\WinRAR\winrar.exe" x -ibck requests.zip *.* %pack_name%\Contents\Libraries\Shared
72
 
79
 
77
 git add %release_dir%%pack_name%-%ver%.zip
84
 git add %release_dir%%pack_name%-%ver%.zip
78
 if not ()==(%1%) (
85
 if not ()==(%1%) (
79
 git commit -m %ver%
86
 git commit -m %ver%
87
+git tag -d "%ver%"
80
 git tag %ver%
88
 git tag %ver%
81
 git push
89
 git push
82
-)
83
 
90
 
84
 copy  %release_dir%%pack_name%-%ver%.zip  %feed_dir%%pack_name%\%pack_name%-%ver%.zip /Y
91
 copy  %release_dir%%pack_name%-%ver%.zip  %feed_dir%%pack_name%\%pack_name%-%ver%.zip /Y
92
+)
85
 pause
93
 pause

BIN
release/PlayStream.bundle-0.1.1.zip View File