Skip to content

Commit

Permalink
60463
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Build Server authored and ci committed Apr 7, 2017
1 parent 3eb66eb commit f11e1b2
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 63 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
stable: spec
<symbolicVersion: #'stable'>
spec
for: #'pharo6.x' version: 'v3.3.0'
for: #'pharo6.x' version: 'v3.3.1'
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
versionv3_3_1: spec
<version: 'v3.3.1'>
spec for: #common do: [
spec blessing: #release;
repository: 'http://smalltalkhub.com/mc/YuriyTymchuk/ScrapYard/main/'.
spec
package: 'Renraku' with: 'Renraku-YuriyTymchuk.150';
package: 'Renraku-Test' with: 'Renraku-Test-YuriyTymchuk.23';
package: 'Renraku-Help' with: 'Renraku-Help-YuriyTymchuk.3';
package: 'QualityAssistant' with: 'QualityAssistant-YuriyTymchuk.117';
package: 'QualityAssistantRecording' with: 'QualityAssistantRecording-Uko.28';
package: 'QualityAssistant-Test' with: 'QualityAssistant-Test-YuriyTymchuk.2'.
spec postLoadDoIt: #postload ]

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ qaNautilusPlugginSettingOn: aBuilder
<systemsettings>

(aBuilder setting: #nautilusPlugin)
order: 4;
target: self;
label: 'Show critique list at the bottom?';
label: 'Nautilus Plugin';
description: 'Enable Nautilus plugin which shows a group with critiques and allows to preview them.';
parent: #Nautilus.
parent: #qualityAssistant.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
glmCritiqueSourceIn: composite

composite pharoScript
^ composite pharoScript
title: 'Source';
display: [ self definition ];
act: [ self browse ] icon: GLMUIThemeExtraIcons glamorousBrowse entitled: 'Browse'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
script60462
script60463

^ 'AST-Core-TheIntegrator.492.mcz
AST-Tests-Core-TheIntegrator.134.mcz
Expand Down Expand Up @@ -339,7 +339,7 @@ Spec-Tests-TheIntegrator.107.mcz
Spec-Tools-TheIntegrator.384.mcz
StartupPreferences-TheIntegrator.153.mcz
System-Announcements-TheIntegrator.138.mcz
System-BasicCommandLineHandler-TheIntegrator.18.mcz
System-BasicCommandLineHandler-TheIntegrator.21.mcz
System-Caching-TheIntegrator.29.mcz
System-CachingTests-TheIntegrator.19.mcz
System-Changes-TheIntegrator.309.mcz
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
update60463
"self new update60463"
self withUpdateLog: '19923 QA v3.3.1
https://pharo.fogbugz.com/f/cases/19923
19922 System-BasicCommandLineHandler calls name method
https://pharo.fogbugz.com/f/cases/19922'.
self loadTogether: self script60463 merge: false.
self loadConfiguration: 'FlatQA' version: 'v3.3.1'.self flushCaches.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
commentForCurrentUpdate
^ '19921 allow CairoLibrary to find x86_64 bits libcairo when needed (linux)
https://pharo.fogbugz.com/f/cases/19921'
^ '19923 QA v3.3.1
https://pharo.fogbugz.com/f/cases/19923
19922 System-BasicCommandLineHandler calls name method
https://pharo.fogbugz.com/f/cases/19922'
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name
^ self printString

0 comments on commit f11e1b2

Please sign in to comment.