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
379f1159
Commit
379f1159
authored
Mar 12, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove old log information
parent
70868954
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
debomatic-webui/index.js
debomatic-webui/index.js
+3
-1
debomatic-webui/lib/client.js
debomatic-webui/lib/client.js
+0
-1
No files found.
debomatic-webui/index.js
View file @
379f1159
...
@@ -11,7 +11,9 @@ var express = require('express')
...
@@ -11,7 +11,9 @@ var express = require('express')
,
Broadcaster
=
require
(
'
./lib/broadcaster.js
'
)
,
Broadcaster
=
require
(
'
./lib/broadcaster.js
'
)
var
app
=
module
.
exports
=
express
.
createServer
();
var
app
=
module
.
exports
=
express
.
createServer
();
var
io
=
require
(
'
socket.io
'
).
listen
(
app
);
var
io
=
require
(
'
socket.io
'
).
listen
(
app
,
{
log
:
false
});
// no log
// statuses
// statuses
var
status
=
{}
var
status
=
{}
...
...
debomatic-webui/lib/client.js
View file @
379f1159
...
@@ -62,7 +62,6 @@ function __send_package_status(socket, data, package_data) {
...
@@ -62,7 +62,6 @@ function __send_package_status(socket, data, package_data) {
// + building: wc -l .datestamp == 1 (FIX_ME)
// + building: wc -l .datestamp == 1 (FIX_ME)
// + failed: else
// + failed: else
var
base_path
=
path
.
join
(
package_path
,
package_data
.
orig_name
)
var
base_path
=
path
.
join
(
package_path
,
package_data
.
orig_name
)
console
.
log
(
base_path
)
fs
.
exists
(
base_path
+
'
.dsc
'
,
function
(
changes_exists
){
fs
.
exists
(
base_path
+
'
.dsc
'
,
function
(
changes_exists
){
if
(
changes_exists
)
{
if
(
changes_exists
)
{
status_data
.
status
=
config
.
status
.
package
.
successed
status_data
.
status
=
config
.
status
.
package
.
successed
...
...
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