Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable building on Kali Linux #9471

Merged
merged 1 commit into from
Apr 26, 2019
Merged

Conversation

SteveL-MSFT
Copy link
Member

@SteveL-MSFT SteveL-MSFT commented Apr 26, 2019

PR Summary

Enable building on Kali Linux by updating build.psm1 to treat it as Debian. Verified manually.

PR Context

PR Checklist

@SteveL-MSFT
Copy link
Member Author

@PoshChan please remind me in 1 minute

@PoshChan
Copy link
Collaborator

@SteveL-MSFT, will remind you in 1 minute

@SteveL-MSFT
Copy link
Member Author

@PoshChan please rebuild linux

@PoshChan
Copy link
Collaborator

@SteveL-MSFT, could not find build at: , error: Invoke-RestMethod :

Access Denied: The Personal Access Token used has expired.

    body {
        font-family: "-apple-system",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        font-size: 14px;
        height: 100%;
        margin: 0;
        background-color: #fff;
    }

    A {
        color: #007ACC;
        text-decoration: none;
    }
    A:hover {
        text-decoration: underline;
    }

    .header {
        background-color: #0078d4;
        color: #fff;
        height: 40px;
        font-size: 14px;
    }

    .header .logo {
        height: 20px;
        margin: 9px 5px 0 9px;
    }

    .header .product-name {
        vertical-align: top;
        padding-top: 10px;
        display: inline-block;
    }

    .content {
        margin-left: 15%;
        margin-right: 5%;
    }

    .error-summary {
        margin-bottom: 40px;
    }

    .error-code {
        display: inline-block;
        vertical-align: top;
        color: #777;
        font-size: 200px;
        line-height: 130px;
        margin-top: 60px;
        margin-right: 40px;
    }

    .error-details {
        display: inline-block;
        vertical-align: top;
        margin-top: 60px;
        max-width: 500px;
    }

    .error-details > h1 {
        font-size: 28px;
        margin: 0;
        text-transform:uppercase;
        font-weight:normal;
    }
    .error-details > h3 {
        text-transform: uppercase;
        font-size: 16px;
    }

    .error-details .action {
        font-size: 16px;
    }

    .error-details .action-text {
        vertical-align: middle;
    }

    .error-details > .helpful-links > a {
        margin-right: 10px;
    }

    .more-info {
        min-width:600px;
    }

    .more-info > pre {
        margin: 20px 0;
        white-space: pre-wrap;
    }

    .tips, .additionalDetails {
        min-width:500px;
        margin: 40px 0;
    }

    .tips > ul {
        list-style-type: square;
    }

    .tips > ul > li {
        margin-bottom: 10px;
    }

    .additionalDetails > h3 {
        font-size: 16px;
        font-weight: normal;
    }

    .additionalDetails .title {
        font-weight: bold;
        color: #444;
    }

    .additionalDetails .info {
        color: #777;
    }

    .additionalDetails > div {
        margin-top: 5px;
        margin-left: 20px;
    }




    
    Azure DevOps Services


    
        401
        
            Not Authorized
            
            The request requires authentication
            
                
                    Sign in
                
            
            
                Service Status and Support
                @AzureDevOps
            
        
    

    
    
        More information about this error
        Access Denied: The Personal Access Token used has expired.

        
    
    
    
        Additional technical details:
        
            Activity ID:
            5099edbe-20ba-4397-b908-171e12f3b26c
        
        
            Date and Time:
            4/26/2019 6:07:33 PM (UTC)
        
    
    



    function getError() {
        return "eyJVcmkiOiJodHRwczovL2Rldi5henVyZS5jb206NDQzL1Bvd2VyU2hlbGwvX2FwaXMvYnVpbGQvYnVpbGRzLzIxNjIxP2FwaS12ZXJzaW9uPTUuMCIsIlN0YXR1c0NvZGUiOjQwMSwiTWVzc2FnZSI6IkFjY2VzcyBEZW5pZWQ6IFRoZSBQZXJzb25hbCBBY2Nlc3MgVG9rZW4gdXNlZCBoYXMgZXhwaXJlZC4iLCJEZXRhaWxzIjoiIiwiQ29udGVudCI6bnVsbCwiSWRlbnRpdHkiOiIifQ==";
    }

    try {
        if (typeof window.external !== "undefined" && typeof window.external.notifyError !== "undefined") {
            window.external.notifyError(getError());
        }
        else if (typeof window.notifyError !== "undefined") {
            window.notifyError(getError());
        }
    }
    catch (x) {
        document.write("" + x + "");
    }

At D:\home\site\wwwroot\Modules\AzDevOps\AzDevOps.psm1:7 char:9

  •     Invoke-RestMethod -Uri $url -Authentication Basic -Credential ...
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
  • CategoryInfo : InvalidOperation: (Method: GET, Reques\u2026PowerShell/6.2.0
    }:HttpRequestMessage) [Invoke-RestMethod], HttpResponseException
  • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand

@PoshChan
Copy link
Collaborator

@SteveL-MSFT, this is the reminder you requested 1 minute ago

@TravisEz13 TravisEz13 added the AutoMerge informs the bot to automerge the PR label Apr 26, 2019
@ghost
Copy link

ghost commented Apr 26, 2019

Hello @TravisEz13!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

Do note that I've been instructed to only help merge pull-requests of this repository that have been opened for at least 24 hours, a condition that is not currently met. No worries though, I will be back when the time is right! 😉

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me and give me an instruction to get started! Learn more here.

@SteveL-MSFT
Copy link
Member Author

@PoshChan please remind me in 1 minute

@PoshChan
Copy link
Collaborator

@SteveL-MSFT, will remind you in 1 minute

@PoshChan
Copy link
Collaborator

@SteveL-MSFT, this is the reminder you requested 1 minute ago

@TravisEz13 TravisEz13 removed the AutoMerge informs the bot to automerge the PR label Apr 26, 2019
@TravisEz13 TravisEz13 merged commit e81aa98 into PowerShell:master Apr 26, 2019
@SteveL-MSFT SteveL-MSFT deleted the kali-linux branch April 26, 2019 21:18
TravisEz13 added a commit that referenced this pull request Apr 27, 2019
* return correct casing of filesystem path during normalization

* handle UNC case

* handle case to add trailing separator back

* add support for NTFS streams syntax

* add case-sensitive test

* only apply correct casing to directories

* handle 8.3 path syntax

* fix short path processing

* Remove elements which do not work on earlier version on Windows PowerShell (#9411)

* Use `Environment.NewLine` for new lines in `ConsoleHost` code (#9392)

* Run CodeFormatter for Eventing (#9394)

* Run CodeFormatter for MarkdownRender (#9398)

* Run CodeFormatter for Security module (#9399)

* Run CodeFormatter for WSMan.Runtime (#9401)

* Run CodeFormatter for WSMan.Management (#9400)

* Allow CI to run on branches with this name pattern: feature* (#9415)

* Run CodeFormatter with BraceNewLine,UsingLocation,FormatDocument,NewLineAbove rules (#9393)

* Build(deps): Bump NJsonSchema from 9.13.30 to 9.13.34 (#9421)

* Build(deps): Bump NJsonSchema from 9.13.34 to 9.13.35 (#9429)

Bumps [NJsonSchema](https://github.com/rsuter/NJsonSchema) from 9.13.34 to 9.13.35.
- [Release notes](https://github.com/rsuter/NJsonSchema/releases)
- [Commits](https://github.com/rsuter/NJsonSchema/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Build(deps): Bump Newtonsoft.Json (#9431)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 12.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@12.0.1...12.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Build(deps): Bump Newtonsoft.Json from 12.0.1 to 12.0.2 (#9434)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 12.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@12.0.1...12.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Add Preview assets for msix (#9375)

* Adding tests for `Remove-Module` (#9276)

* Build(deps): Bump gulp from 4.0.0 to 4.0.1 in /test/common/markdown (#9441)

* Move warning message to EndProcessing so it only shows up once (#9385)

* Run Codeformatter for SMA (#9402)

* Fix the failed test and update 'Publish-TestResults' to make AzDO fail the task when any tests failed (#9457)

* Enable building on Kali Linux (#9471)

* Build test packages for windows, linux-x64, linux-arm, linux-arm64 and macOS (#9476)

* Build(deps): Bump NJsonSchema from 9.13.35 to 9.13.36 (#9478)

* Update Release_Process.md

Add item for global tool


Co-authored-by: Steve Lee <slee@microsoft.com>
Co-authored-by: Steve Lee (POWERSHELL) <slee@ntdev.microsoft.com>
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
Co-authored-by: Ilya <darpa@yandex.ru>
Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
Co-authored-by: null <dependabot[bot]@users.noreply.github.com>
Co-authored-by: pougetat <thomas.pouget-abadie@ensimag.grenoble-inp.fr>
Co-authored-by: Andrew <anmenaga@microsoft.com>
@TravisEz13 TravisEz13 removed this from the 6.2.1-approved milestone May 13, 2019
@TravisEz13 TravisEz13 modified the milestones: 6.2.1-consider, 6.2.1 May 13, 2019
TravisEz13 pushed a commit that referenced this pull request May 13, 2019
@adityapatwardhan adityapatwardhan added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Maintainers-Build specific to affecting the build CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants