mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 11:14:25 +00:00
Rename in other places.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
language: csharp
|
||||
solution: DiscImageChef.sln
|
||||
solution: Aaru.sln
|
||||
mono:
|
||||
- latest
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "chat.freenode.net#DiscImageChef"
|
||||
- "chat.freenode.net#Aaru"
|
||||
skip_join: true
|
||||
template:
|
||||
- "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}."
|
||||
@@ -14,4 +14,4 @@ notifications:
|
||||
before_install:
|
||||
- mkdir -p .nuget
|
||||
- wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
|
||||
- mono .nuget/nuget.exe restore DiscImageChef.sln
|
||||
- mono .nuget/nuget.exe restore Aaru.sln
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace Aaru.DiscImages
|
||||
public ImageInfo Info => imageInfo;
|
||||
public string Name => "Aaru Format";
|
||||
public Guid Id => new Guid("49360069-1784-4A2F-B723-0C844D610B0A");
|
||||
public string Format => "DiscImageChef";
|
||||
public string Format => "Aaru";
|
||||
public string Author => "Natalia Portillo";
|
||||
public List<Partition> Partitions { get; private set; }
|
||||
public List<Track> Tracks { get; private set; }
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>MacIcon.icns</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>DiscImageChef</string>
|
||||
<string>Aaru</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.claunia.com.DiscImageChef</string>
|
||||
<string>com.claunia.com.Aaru</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.99.0</string>
|
||||
</dict>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"profiles": {
|
||||
"DiscImageChef": {
|
||||
"Aaru": {
|
||||
"commandName": "Project"
|
||||
},
|
||||
"GUI": {
|
||||
|
||||
46
ChangeLog
46
ChangeLog
@@ -1,28 +1,28 @@
|
||||
2016-09-02 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Claunia.RsrcFork:
|
||||
* DiscImageChef.sln: Added support for UDIF images, closes
|
||||
* Aaru.sln: Added support for UDIF images, closes
|
||||
#46.
|
||||
|
||||
2016-08-09 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Packages.mdproj:
|
||||
* DiscImageChef.sln: Bumped version to 3.2.99.2.
|
||||
* Aaru.sln: Bumped version to 3.2.99.2.
|
||||
|
||||
2016-08-07 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Packages.mdproj:
|
||||
* DiscImageChef.sln: Public beta release 3.2.99.1.
|
||||
* Aaru.sln: Public beta release 3.2.99.1.
|
||||
|
||||
2016-08-01 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Packages.mdproj:
|
||||
* DiscImageChef.sln: Bumped to version 3.2.1.
|
||||
* Aaru.sln: Bumped to version 3.2.1.
|
||||
|
||||
2016-08-01 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Packages.mdproj:
|
||||
* DiscImageChef.sln: Bump to version 3.2.0
|
||||
* Aaru.sln: Bump to version 3.2.0
|
||||
|
||||
2016-07-29 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
2016-07-29 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Packages.mdproj:
|
||||
* DiscImageChef.sln: Bump to version 3.1.0.
|
||||
* Aaru.sln: Bump to version 3.1.0.
|
||||
|
||||
2016-07-28 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
@@ -39,34 +39,34 @@
|
||||
|
||||
2016-07-28 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln: Refactor and code cleanup.
|
||||
* Aaru.sln: Refactor and code cleanup.
|
||||
|
||||
2016-02-05 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* commandline:
|
||||
|
||||
|
||||
|
||||
2016-02-05 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* commandline:
|
||||
|
||||
|
||||
|
||||
2016-02-04 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* commandline:
|
||||
|
||||
|
||||
|
||||
2016-02-04 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* commandline:
|
||||
|
||||
|
||||
|
||||
2016-02-03 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* commandline:
|
||||
Added supports for settings
|
||||
|
||||
* DiscImageChef.sln:
|
||||
* Aaru.sln:
|
||||
Added supports for settings.
|
||||
|
||||
2015-12-31 Natalia Portillo <claunia@claunia.com>
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
2015-12-05 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln:
|
||||
* Aaru.sln:
|
||||
Added generating XML metadata for file systems.
|
||||
|
||||
2015-11-30 Natalia Portillo <claunia@claunia.com>
|
||||
@@ -91,53 +91,53 @@
|
||||
|
||||
2015-10-18 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln:
|
||||
* Aaru.sln:
|
||||
Added specific console handling for standard, verbose, debug
|
||||
and error outputs.
|
||||
|
||||
2015-10-12 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln:
|
||||
* Aaru.sln:
|
||||
Added standard header.
|
||||
|
||||
2015-10-12 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln:
|
||||
* Aaru.sln:
|
||||
Added code to detect OS.
|
||||
|
||||
2015-10-12 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln:
|
||||
* Aaru.sln:
|
||||
Added code to detect OS.
|
||||
|
||||
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln:
|
||||
* Aaru.sln:
|
||||
Added IOCTL skeletons.
|
||||
|
||||
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln:
|
||||
* Aaru.sln:
|
||||
Move decoders to a separate library.
|
||||
|
||||
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln:
|
||||
* Aaru.sln:
|
||||
Move filesystems to a separate library.
|
||||
|
||||
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln:
|
||||
* Aaru.sln:
|
||||
Move partitions plugins to a separate library.
|
||||
|
||||
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln:
|
||||
* Aaru.sln:
|
||||
Moved disc image plugins to a separate library.
|
||||
|
||||
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln:
|
||||
* Aaru.sln:
|
||||
Move helpers to a separate library.
|
||||
Move checksums to a separate library.
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef/DiscImageChef.csproj'
|
||||
projects: 'Aaru/Aaru.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r alpine-x64 -o $(Build.ArtifactStagingDirectory)/out/cli/alpine-amd64'
|
||||
zipAfterPublish: false
|
||||
@@ -21,7 +21,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef/DiscImageChef.csproj'
|
||||
projects: 'Aaru/Aaru.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r linux-arm -o $(Build.ArtifactStagingDirectory)/out/cli/linux-arm'
|
||||
zipAfterPublish: false
|
||||
@@ -29,7 +29,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef/DiscImageChef.csproj'
|
||||
projects: 'Aaru/Aaru.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r linux-arm64 -o $(Build.ArtifactStagingDirectory)/out/cli/linux-aarch64'
|
||||
zipAfterPublish: false
|
||||
@@ -37,7 +37,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef/DiscImageChef.csproj'
|
||||
projects: 'Aaru/Aaru.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r linux-x64 -o $(Build.ArtifactStagingDirectory)/out/cli/linux-amd64'
|
||||
zipAfterPublish: false
|
||||
@@ -45,7 +45,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef/DiscImageChef.csproj'
|
||||
projects: 'Aaru/Aaru.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r linux-x86 -o $(Build.ArtifactStagingDirectory)/out/cli/linux-x86'
|
||||
zipAfterPublish: false
|
||||
@@ -53,7 +53,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef/DiscImageChef.csproj'
|
||||
projects: 'Aaru/Aaru.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r osx-x64 -o $(Build.ArtifactStagingDirectory)/out/cli/macos'
|
||||
zipAfterPublish: false
|
||||
@@ -61,7 +61,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef/DiscImageChef.csproj'
|
||||
projects: 'Aaru/Aaru.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r win8-arm -o $(Build.ArtifactStagingDirectory)/out/cli/windows-arm'
|
||||
zipAfterPublish: false
|
||||
@@ -69,7 +69,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef/DiscImageChef.csproj'
|
||||
projects: 'Aaru/Aaru.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r win-x64 -o $(Build.ArtifactStagingDirectory)/out/cli/windows-x64'
|
||||
zipAfterPublish: false
|
||||
@@ -77,7 +77,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef/DiscImageChef.csproj'
|
||||
projects: 'Aaru/Aaru.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r win-x86 -o $(Build.ArtifactStagingDirectory)/out/cli/windows-x86'
|
||||
zipAfterPublish: false
|
||||
@@ -85,7 +85,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef.Gtk/DiscImageChef.Gtk.csproj'
|
||||
projects: 'Aaru.Gtk/Aaru.Gtk.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r alpine-x64 -o $(Build.ArtifactStagingDirectory)/out/gtk/alpine-amd64'
|
||||
zipAfterPublish: false
|
||||
@@ -93,7 +93,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef.Gtk/DiscImageChef.Gtk.csproj'
|
||||
projects: 'Aaru.Gtk/Aaru.Gtk.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r linux-arm -o $(Build.ArtifactStagingDirectory)/out/gtk/linux-arm'
|
||||
zipAfterPublish: false
|
||||
@@ -101,7 +101,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef.Gtk/DiscImageChef.Gtk.csproj'
|
||||
projects: 'Aaru.Gtk/Aaru.Gtk.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r linux-arm64 -o $(Build.ArtifactStagingDirectory)/out/gtk/linux-aarch64'
|
||||
zipAfterPublish: false
|
||||
@@ -109,7 +109,7 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef.Gtk/DiscImageChef.Gtk.csproj'
|
||||
projects: 'Aaru.Gtk/Aaru.Gtk.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r linux-x64 -o $(Build.ArtifactStagingDirectory)/out/gtk/linux-amd64'
|
||||
zipAfterPublish: false
|
||||
@@ -117,16 +117,16 @@ steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'publish'
|
||||
projects: 'DiscImageChef.Gtk/DiscImageChef.Gtk.csproj'
|
||||
projects: 'Aaru.Gtk/Aaru.Gtk.csproj'
|
||||
publishWebProjects: false
|
||||
arguments: '-r linux-x86 -o $(Build.ArtifactStagingDirectory)/out/gtk/linux-x86'
|
||||
zipAfterPublish: false
|
||||
displayName: "Building GTK+ GUI for Linux (x86)"
|
||||
- script: |
|
||||
tar cJvf $(Build.ArtifactStagingDirectory)/DiscImageChef-$(Build.BuildNumber)+$(Build.SourceVersion).tar.xz -C $(Build.ArtifactStagingDirectory)/out/cli .
|
||||
tar cJvf $(Build.ArtifactStagingDirectory)/Aaru-$(Build.BuildNumber)+$(Build.SourceVersion).tar.xz -C $(Build.ArtifactStagingDirectory)/out/cli .
|
||||
displayName: "Compressing CLI binaries"
|
||||
- script: |
|
||||
tar cJvf $(Build.ArtifactStagingDirectory)/DiscImageChef.Gtk-$(Build.BuildNumber)+$(Build.SourceVersion).tar.xz -C $(Build.ArtifactStagingDirectory)/out/gtk .
|
||||
tar cJvf $(Build.ArtifactStagingDirectory)/Aaru.Gtk-$(Build.BuildNumber)+$(Build.SourceVersion).tar.xz -C $(Build.ArtifactStagingDirectory)/out/gtk .
|
||||
displayName: "Compressing GTK+ binaries"
|
||||
- task: FtpUpload@2
|
||||
inputs:
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"projectId":"3d08ad4b-d856-4bee-8f9d-91bc47feb013","projectName":"DiscImageChef"}
|
||||
{"projectId":"3d08ad4b-d856-4bee-8f9d-91bc47feb013","projectName":"Aaru"}
|
||||
Reference in New Issue
Block a user