Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
a9bcd85a
Commit
a9bcd85a
authored
Mar 06, 2015
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'github/master' into portable
parents
9420750c
0f234980
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
History.md
History.md
+11
-0
debomatic-webui/package.json
debomatic-webui/package.json
+1
-1
scripts/do_release.sh
scripts/do_release.sh
+1
-1
No files found.
History.md
View file @
a9bcd85a
# 1.2.0 (2015-03-05)
*
[new] align webui with sbuild debomatic codebase - closes #8
*
[new] use compression by default for all request - save bandwith
*
[new] add semating tags for log files
*
[new] add support to gravatar
*
[new] add support for "system" as debomatic.architecture
*
[new] [libraries] update tablesort, chartist and bootstrap
*
[fix] corecttly show too long package versions
*
[fix] update debomatic URL homepage - closes #10
*
[fix] commands: add binnmu and update buildep - closes #9
# 1.1.0 (2014-12-19)
*
[new] [module] change names to Start and Stop
*
[new] [module] add parser for blhc log file
...
...
debomatic-webui/package.json
View file @
a9bcd85a
{
"name"
:
"debomatic-webui"
,
"version"
:
"1.
1
.0"
,
"version"
:
"1.
2
.0"
,
"private"
:
true
,
"dependencies"
:
{
"coffee-script"
:
"*"
,
...
...
scripts/do_release.sh
View file @
a9bcd85a
...
...
@@ -20,7 +20,7 @@ if [ "$y" == "y" -o "$y" == "Y" ] ; then
echo
-n
"Do git-commit? [y/N] "
read
y
if
[
"
$y
"
==
"y"
-o
"
$y
"
==
"Y"
]
;
then
git commit
-m
"Bumped version
${
VERSION
}
"
${
PACKAGE
}
git commit
-m
"Bumped version
${
VERSION
}
"
${
PACKAGE
}
History.md
y
=
'n'
echo
-n
"Do git-tag? [y/N] "
read
y
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment