Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
le-parental-control
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
le6
le-parental-control
Commits
3cf851cf
Commit
3cf851cf
authored
6 years ago
by
Guilherme Becker Agge
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'issue/463'
# Conflicts: # .gitlab-ci.yml
parents
4a37d0da
696fbfb6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!27
Deploy le-parental-control:1.0.0 for testing
,
!20
SCRUM#463: Add more testing stages on CI
Pipeline
#17047
passed
6 years ago
Stage: lint
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-22
0 additions, 22 deletions
.gitlab-ci.yml
dput.cf
+1
-2
1 addition, 2 deletions
dput.cf
package/debian/changelog
+8
-2
8 additions, 2 deletions
package/debian/changelog
with
9 additions
and
26 deletions
.gitlab-ci.yml
+
0
−
22
View file @
3cf851cf
...
...
@@ -51,28 +51,6 @@ deploy_for_unstable:
dependencies
:
-
build
deploy_for_unstable
:
stage
:
deploy
only
:
-
develop
tags
:
-
debian-packaging
script
:
-
./.deploy.sh
dependencies
:
-
build
deploy_for_unstable
:
stage
:
deploy
only
:
-
develop
tags
:
-
debian-packaging
script
:
-
./.deploy.sh
dependencies
:
-
build
deploy_for_testing
:
stage
:
deploy
when
:
manual
...
...
This diff is collapsed.
Click to expand it.
dput.cf
+
1
−
2
View file @
3cf851cf
...
...
@@ -6,5 +6,4 @@ incoming = /home/repository/www/le6/incoming
allow_unsigned_uploads = 1
ssh_config_options = User=repository
StrictHostKeyChecking=no
UserKnownHostsFile=/dev/null
post_upload_command = ssh -l repository repo.c3sl.ufpr.br "reprepro -Vb /home/repository/www/le6 processincoming default"
post_upload_command = ssh -l repository -i ~/.ssh/id_rsa repo.c3sl.ufpr.br "reprepro -Vb /home/repository/www/le6 processincoming default"
This diff is collapsed.
Click to expand it.
package/debian/changelog
+
8
−
2
View file @
3cf851cf
le-parental-control (0.0.10ubuntu1) unstable; urgency=medium
le-parental-control (0.0.13) unstable; urgency=medium
* Updated version to internal control
-- Guilherme Becker Agge <lesuporte@c3sl.ufpr.br> Thu, 02 Aug 2018 10:01:18 -0300
le-parental-control (0.0.12) unstable; urgency=medium
* Family shild is disable by default when installing in private mode
-- Stephanie Briere Americo <lesuporte@c3sl.ufpr.br> Wed, 25 Jul 2018 11:35:53 -0300
le-parental-control (0.0.1
0
) unstable; urgency=medium
le-parental-control (0.0.1
1
) unstable; urgency=medium
* Add more testing stages on CI (Closes: #463)
* Change deploy to unstable (Closes: #492)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment